Jesse Lord
Jesse Lord
The local env (dask2): ``` (dask2) [jlord:dask-xgboost-demo]$ conda list dask # packages in environment at /nas/isg_prodops_work/jlord/conda/envs/dask2: # dask 0.15.4 py_0 conda-forge dask-core 0.15.4 py_0 conda-forge dask-glm 0.1.0 0 conda-forge dask-ml...
Both environments were created from `conda-forge` at the same time. The only difference from standard conda forge is a minor change to `libhdfs3` (both environments have the same version) to...
Full traceback ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 4 'nround': 10 5 } ----> 6 model = dxgb.train(client, params, data_train, target_train) /nas/isg_prodops_work/jlord/conda/envs/dask2/lib/python3.6/site-packages/dask_xgboost/core.py in train(client, params, data,...