| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PyCaret 3.1.0 source code.tar.gz | 2023-09-11 | 78.4 MB | |
| PyCaret 3.1.0 source code.zip | 2023-09-11 | 78.5 MB | |
| README.md | 2023-09-11 | 2.4 kB | |
| Totals: 3 Items | 156.9 MB | 0 | |
Release: PyCaret 3.1.0 (BUG FIXES, API CHANGES)
- Python 3.7 support has been dropped and PyCaret is no longer tested with Python 3.7 or guaranteed to work with 3.7.
deep_checkandedafunctions have been removed. Calling those functions will raise exceptions.
Changes
- Fix groups and pipelines that alter number of rows by @tvdboom in https://github.com/pycaret/pycaret/pull/3629
- Fixed dead links in Tutorial docs by @mbellitti in https://github.com/pycaret/pycaret/pull/3646
- Fix for sktime changes in recent versions by @ngupta23 in https://github.com/pycaret/pycaret/pull/3652
- [Bug Fix] Fixed issues caused by old deprecated
pandas-profilinglibrary to new updatedydata-profilingby @beingmechon in https://github.com/pycaret/pycaret/pull/3649 - removed support for python 3.7 by @ngupta23 in https://github.com/pycaret/pycaret/pull/3677
- [BUG]: Enable
random_statefor class imbalance by @arghhjayy in https://github.com/pycaret/pycaret/pull/3676 - Update README.md by @moezali1 in https://github.com/pycaret/pycaret/pull/3682
- Resolve double-printed plots during ts experiment by @chrimaho in https://github.com/pycaret/pycaret/pull/3670
- fix groups bug, cuml version bug and missing installed libraries bug by @tvdboom in https://github.com/pycaret/pycaret/pull/3710
- limiting statsforecast due to deprecation of parallel argument by @ngupta23 in https://github.com/pycaret/pycaret/pull/3731
- Validate
data_split_shufflefortimeseriesCV by @Yard1 in https://github.com/pycaret/pycaret/pull/3711 - Fix classification custom metric label encoding by @Yard1 in https://github.com/pycaret/pycaret/pull/3715
- Fix iterative imputer with many categories by @Yard1 in https://github.com/pycaret/pycaret/pull/3713
- Strip pipeline in
tune_model, fix memory pickling by @Yard1 in https://github.com/pycaret/pycaret/pull/3714 - Remove deepchecks and eda by @Yard1 in https://github.com/pycaret/pycaret/pull/3712
New Contributors
- @mbellitti made their first contribution in https://github.com/pycaret/pycaret/pull/3646
- @beingmechon made their first contribution in https://github.com/pycaret/pycaret/pull/3649
- @arghhjayy made their first contribution in https://github.com/pycaret/pycaret/pull/3676
Full Changelog: https://github.com/pycaret/pycaret/compare/3.0.4...3.1.0