Prasun Anand
Prasun Anand
Added annotations to `cluster` module. Added `#type: ignore` as I was unable to solve these issues: ``` dask_ml/_partial.py:43: error: Too many arguments for "__init__" of "object" dask_ml/_partial.py:78: error: "predict" undefined...
Working on it @TomAugspurger
Should I create new PRs wrt each module ?
@mrocklin @TomAugspurger I too think that doing this one module at a time would be easier. Will open a new PR.
Did you run `bundle install` ? I think `nmatrix` gem is missing.
Let me know if you are looking for contributions .
I think I can create the graph. Recently I worked on this http://stats.biojs.net/
Thanks @TomAugspurger, I have modified the Pull Request. Now I raise KeyError if key is not found in the graph. Thanks @jrbourbeau, I got confused because of [line](https://github.com/dask/distributed/blob/master/distributed/client.py#L776) . I...
Thanks @sublinus and @jrbourbeau , I have made the changes as you suggested.
Thanks @mrocklin :) .