sk-dist icon indicating copy to clipboard operation
sk-dist copied to clipboard

Distributed scikit-learn meta-estimators in PySpark

Results 9 sk-dist issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Not a problem per...

enhancement

**Describe the bug** Using multi-metric scoring in DistGridSearchCV results in an NameError: File "/home//.local/lib/python3.6/site-packages/skdist/distribute/search.py", line 315, in fit not isinstance(self.refit, six.string_types) or NameError: name 'six' is not defined **To Reproduce**...

bug

Hi, I am sorry for not contacting you sooner, but I needed quite urgently to import sk-dist as a Conda package, so I created Conda-forge feedstock for your package. As...

**Is your feature request related to a problem? Please describe.** `sklearn` updated to 0.24 and `skdist` is not compatible **Describe the solution you'd like** Full support for `sklearn` 0.24 **Additional...

enhancement

**Describe the bug** The test suite cannot import pyarrow (0.16.0) in python 3.5 or python 3.7. There do not seem to be any errors in the installation. Failing travis build:...

bug

**Describe the bug** There are many warnings in the testing suite for the pyspark tests. **To Reproduce** These can be seen directly in the travis logs: https://travis-ci.org/Ibotta/sk-dist **Expected behavior** Ideally,...

bug

**Is your feature request related to a problem? Please describe.** Improved documentation with tools like Sphinx **Describe the solution you'd like** Autodocs with Sphinx, published to GitHub pages via TravisCI...

enhancement

## Pull Request Template iid option of GridSearchCV was removed since sk-learn 0.24 (reference: https://github.com/scikit-learn/scikit-learn/blob/d38d1cbd72a6f001ed58d261b71bd99eb6ff2232/doc/whats_new/v0.20.rst#L1220) . However, sk-dist still kept this old option, which will raise error in initialization. I...

**Describe the bug** This library uses Travis CI which is no longer supported by Ibotta (switched to GitHub Actions). In addition, the CI process has been failing for a long...

bug