scikit-learn-contrib / skope-rules

machine learning with logical rules in Python
http://skope-rules.readthedocs.io
Other
599 stars 96 forks source link

Set default n_jobs=None #40

Open anilkumarpanda opened 4 years ago

anilkumarpanda commented 4 years ago

Removed links to old repo. Fixed typos in README.

ngoix commented 4 years ago

tbh I'm not sure why build is failing with config

    - RUN_FLAKE8="true" SKIP_TESTS="true"
      DISTRIB="conda" PYTHON_VERSION="3.5" INSTALL_MKL="true"
      NUMPY_VERSION="1.13" SCIPY_VERSION="0.19.0" CYTHON_VERSION="0.23.5"

Maybe @rth could give some advices about how to deal with this and #36?