InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

Error at CTREE: "Breaks are not unique" #131

Open sergiobuono opened 6 years ago

sergiobuono commented 6 years ago

We are trying to run the CTREE after engineering some new columns and it is not running with this error message: "Breaks are not unique". We tried Google it but there is no information about it.

Thanks!

DiogoAFernandes commented 6 years ago

Sergio, try to round the data on those columns and/or eliminate negative values (if existent). Should work if the model has a lower number of different values.