Aaron Richter
Aaron Richter
Hello! I was getting the following error when training a scikit-learn model with n_jobs=-1, and I see that its been mentioned before on different issues in related packages [here](https://github.com/scikit-learn-contrib/skope-rules/issues/18) and...
(splitting out a request from #386 ) LogisticRegression currently only supports binary classification (the multi_class argument is ignored). This feature request is to add multi-class support!
Notebook with MCVE and all notes: https://nbviewer.jupyter.org/gist/rikturr/43336377678018d01d4f21f19dd7ef11 When using `ParallelPostFit` to train with pandas/numpy objects then predict on dask objects, I noticed that the scheduler memory use runs extremely high....
Opening this report from investigation in https://github.com/dask/dask-ml/issues/842 and https://github.com/dask/dask-ml/pull/843 When passing some large objects as arguments to map_blocks / map_partitions, the scheduler memory can quickly be overwhelmed. Large objects _should_...