Sergio Calderón Pérez-Lozao
Sergio Calderón Pérez-Lozao
@DigitalPig sorry for the time I took to answer, I was during my holidays. I´m using xgboost 0.81, returned by: ``` import xgboost as xgb print(xgb.__version__) ``` With the random...
Any idea for why with more data dask_xgboost doesn´t return the same results for reproducibility?
@TomAugspurger yes! with just using XGboost the results are deterministic with all of the data and xgboost with 30 n_jobs (cores)
@TomAugspurger mmm is in one machine, can I distributed xgboost only with the xgboost library?
Ok I will test it tomorrow! Thanks
Sorry but I couldn´t test it because in our environment we are usiong a cluster that we are not allow to configure and it´s not possible to execute xgboost in...