cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

issue with dask #277

Closed dmbee closed 5 years ago

dmbee commented 5 years ago

I get errors relating to get= keyword in dask when using featurize_time_series in cesium

Testing is performed in Linux Mint 18.3 (Ubuntu 16.04) using python 2.7.12 and python 3.5.2 in clean virtual environments (virtualenv) using pip to install cesium.

cesium-errors.log.txt

milesial commented 5 years ago

Hi, check out https://github.com/cesium-ml/cesium/pull/276

dmbee commented 5 years ago

Thanks