You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classes of sklearn are not the same in the leaves of the model.
For DT:
Please use the model.target_class to have a list where each position is the sklearn class and the value is the good class.
For RF:
Use the model.forest[0].target_class variable.
A path is currently being implemented.
The text was updated successfully, but these errors were encountered:
The classes of sklearn are not the same in the leaves of the model.
For DT:
Please use the model.target_class to have a list where each position is the sklearn class and the value is the good class.
For RF:
Use the model.forest[0].target_class variable.
A path is currently being implemented.
The text was updated successfully, but these errors were encountered: