pycaret / pycaret

An open-source, low-code machine learning library in Python
https://www.pycaret.org
MIT License
8.83k stars 1.76k forks source link

[INSTALL]: pip install sklearn is depreciated, use pip install scikit-learn #3141

Closed astrobenhart closed 1 year ago

astrobenhart commented 1 year ago

Installation check

Platform

Linux-5.4.0-1045-aws-x86_64-with-glibc2.17

Installation Method

pip install

pycaret Version

2.3.10

Python Version

3.8.15

Description

Need to update install for sklearn to use scikit-learn.

Installation Logs

Replace this line with the installation logs.
ngupta23 commented 1 year ago

It is already set to scikit-learn in the master branch (available as pre release right now - 3.0.0rc4). Feel free to reopen if you have a followup.

https://github.com/pycaret/pycaret/blob/6678c518a8522c28c80d34fa38a77df2763faa1d/requirements.txt#L10