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 output of the predict_leaf_node_assignment is different for different algorithms
for GBM/DRF column names are like: T1.C1 T2.C1
for XGBoost column names are like: T1, T2, ...
should be the same
The text was updated successfully, but these errors were encountered:
the output of the predict_leaf_node_assignment is different for different algorithms
for GBM/DRF column names are like: T1.C1 T2.C1
for XGBoost column names are like: T1, T2, ...
should be the same
The text was updated successfully, but these errors were encountered: