First time here? Check out the FAQ!
answered 2019-08-19 04:19:54 -0600
it's probably a bug (in c++ already), the default constructor for DTrees is not usable, you need to set 2 additional params, like:
DTrees
cv_model = cv2.ml.DTrees_create() cv_model.setCVFolds(0) cv_model.setMaxDepth(10)