oChristineo
Results
2
comments of
oChristineo
Thank you very much for quickly replying. Here is my code: from thundergbm import * from xgboost import * from sklearn.metrics import r2_score from sklearn.datasets import * from sklearn.metrics import...
Thank you very much for your replying and suggestion. Thundergbm is indeed faster than xgboost after modifying the parameters. But I failed with setting parameters 'max_depth' and 'n_estimators' for thundergbm:...