dmironiuk
Results
2
comments of
dmironiuk
I've got the same issue using distributed Client: ``` from dask.distributed import Client import dask.dataframe as ddf import dask_xgboost as dxgb df = ddf.read_csv('data/aa1000.csv', 200000, sep='\t', header=None) labels = df[0]...
Sure Starting from the begining: ``` $ pip freeze | grep dask dask==0.16.0 dask-xgboost==0.1.5 ``` I'm running a scheduler and a worker in a standard way but just for completeness:...