Skip to content

Releases: jlgarridol/sklearn-ubu

v.1.3.2.ubu

15 Nov 17:06
Compare
Choose a tag to compare

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

v1.2.0.ubu

12 Dec 13:13
Compare
Choose a tag to compare

Changes from version 1.2.0 of scikit-learn

  • Decission Trees now support weighted features.

Install

  • Download sklearn-1.2.0
  • 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.2.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

v1.1.2.ubu

07 Sep 11:05
Compare
Choose a tag to compare

Changes from version 1.1.2 of scikit-learn

  • Decission Trees now support weighted features.

Install

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