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
pygbm should accept pandas.DataFrame instances as in X in gbm.fit(X, y) (as well as predict, in addition to numpy arrays).
This would make it more natural to accept heterogeneously typed features in the training data.
I am not sure what is the best strategy is to deal with categorical variables. Reviewing the strategy implemented in LightGBM and XGBoost would be helpful.
The text was updated successfully, but these errors were encountered:
pygbm should accept
pandas.DataFrame
instances as in X ingbm.fit(X, y)
(as well aspredict
, in addition to numpy arrays).This would make it more natural to accept heterogeneously typed features in the training data.
I am not sure what is the best strategy is to deal with categorical variables. Reviewing the strategy implemented in LightGBM and XGBoost would be helpful.
The text was updated successfully, but these errors were encountered: