Skip to content

v.1.3.2.ubu

Latest
Compare
Choose a tag to compare
@jlgarridol jlgarridol released this 15 Nov 17:06

Changes from version 1.3.2 of scikit-learn

  • Decission Trees now support weighted features.

Install

  • Download sklearn-1.3.2
  • Unzip over your site-packages (python -m site) and merge with your scikit-learn installation.

Troubleshooting

  • If you give an error like "Import error ... GLIBC_... not found, then you will need to recompile:
    • Steps:
      1. git clone https://github.com/jlgarridol/sklearn-ubu.git
      2. pip install scikit-learn==1.3.0
      3. pip install Cython
      4. cd sklearn-ubu
      5. python setup.py build
      6. Copy the content of `./build/lib...../sklearn to you sklearn folder the installation instructions