Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PyCaret 3.3.0 source code.tar.gz | 2024-02-20 | 78.4 MB | |
PyCaret 3.3.0 source code.zip | 2024-02-20 | 78.5 MB | |
README.md | 2024-02-20 | 1.5 kB | |
Totals: 3 Items | 156.9 MB | 0 |
Release: PyCaret 3.3.0
- Support for latest version of scikit-learn (1.4) and pandas (2.0) (special thanks to @celestinoxp)
- Python 3.8 support has been dropped!
Changes
- Remove badge of python 3.7 by @celestinoxp in https://github.com/pycaret/pycaret/pull/3831
- Support Pandas 2.0 by @celestinoxp in https://github.com/pycaret/pycaret/pull/3830
- fix moving categorical with 2 unique values to ordinal by @tvdboom in https://github.com/pycaret/pycaret/pull/3848
- bump "triad" version from 0.9.1 to 0.9.3 (requirements-optional.txt) by @celestinoxp in https://github.com/pycaret/pycaret/pull/3828
- Fix create_docker() by @rafinhaLQ in https://github.com/pycaret/pycaret/pull/3838
- fixed issue where the "return_train_score" parameter is not passed by @Nelsaur in https://github.com/pycaret/pycaret/pull/3840
- (#3841) raise supported MLflow version by @pascal456 in https://github.com/pycaret/pycaret/pull/3842
- (#3870) align default value for
restack
instack_models
by @pascal456 in https://github.com/pycaret/pycaret/pull/3871 - Update copyright headers by @celestinoxp in https://github.com/pycaret/pycaret/pull/3892
- Support Scikit-learn 1.4 by @celestinoxp in https://github.com/pycaret/pycaret/pull/3857
New Contributors
- @rafinhaLQ made their first contribution in https://github.com/pycaret/pycaret/pull/3838
- @Nelsaur made their first contribution in https://github.com/pycaret/pycaret/pull/3840
Full Changelog: https://github.com/pycaret/pycaret/compare/3.2.0...3.3.0