Pycaret

Latest version: v3.3.2

Safety actively analyzes 622360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

3.3.2

- **Fixes installation and AUC metric (as well as other probability based metric) issues.**

What's Changed
* Update memory.py - removing joblib._format_load_msg() usage by hakan-77 in https://github.com/pycaret/pycaret/pull/3980
* Fix `pycaret[full]` cannot be installed by jmakov in https://github.com/pycaret/pycaret/pull/3982
* Fix AUC metric by celestinoxp in https://github.com/pycaret/pycaret/pull/3935

New Contributors
* hakan-77 made their first contribution in https://github.com/pycaret/pycaret/pull/3980
* jmakov made their first contribution in https://github.com/pycaret/pycaret/pull/3982

**Full Changelog**: https://github.com/pycaret/pycaret/compare/3.3.1...3.3.2

3.3.1

- **Maintenance update to fix dependency and compatibility issues.**

What's Changed
* Add files via upload by 1jiangxd in https://github.com/pycaret/pycaret/pull/3858
* Edit portuguese translation in tutorials/translations/portuguese by Laura-Sangalli in https://github.com/pycaret/pycaret/pull/3903
* Upgrade old evidently api to new api by celestinoxp in https://github.com/pycaret/pycaret/pull/3923
* Custom path for logging (logs.log) by rhsouza in https://github.com/pycaret/pycaret/pull/3902
* Bump pyyaml from 5.3.1 to 5.4 by dependabot in https://github.com/pycaret/pycaret/pull/3911
* fix ransac loss by celestinoxp in https://github.com/pycaret/pycaret/pull/3920
* Fix AUC metrics by celestinoxp in https://github.com/pycaret/pycaret/pull/3926
* Fix dependency: Joblib 1.4.0 breaks PyCaret, so downgrade to <1.4 by amotl in https://github.com/pycaret/pycaret/pull/3967
* Fix sklearnex, shap and dask CI by Yard1 in https://github.com/pycaret/pycaret/pull/3968

New Contributors
* 1jiangxd made their first contribution in https://github.com/pycaret/pycaret/pull/3858
* Laura-Sangalli made their first contribution in https://github.com/pycaret/pycaret/pull/3903
* rhsouza made their first contribution in https://github.com/pycaret/pycaret/pull/3902
* dependabot made their first contribution in https://github.com/pycaret/pycaret/pull/3911

**Full Changelog**: https://github.com/pycaret/pycaret/compare/3.3.0...3.3.1

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` in `stack_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

3.2.0

- **Python 3.11 support has been added!**

Changes
* During the process of setting up the installation environment, upgrad… by turkalpmd in https://github.com/pycaret/pycaret/pull/3658
* Fix MLflowClient import by celestinoxp in https://github.com/pycaret/pycaret/pull/3745
* [docs] update LightGBM GPU installation docs by jameslamb in https://github.com/pycaret/pycaret/pull/3734
* fix index handling with iterative imputer by tvdboom in https://github.com/pycaret/pycaret/pull/3762
* Update README.md by moezali1 in https://github.com/pycaret/pycaret/pull/3753
* fix error raise in compare_models by tvdboom in https://github.com/pycaret/pycaret/pull/3773
* Pin Werkzeug>=2.2,<3.0 to fix Flask by Yard1 in https://github.com/pycaret/pycaret/pull/3800
* switched to non-positional explicit args and kwargs to catch them by ngupta23 in https://github.com/pycaret/pycaret/pull/3801
* Doc(Update version): No longer support python 3.7 by wjrforcyber in https://github.com/pycaret/pycaret/pull/3771
* Fix target transformation metrics by Yard1 in https://github.com/pycaret/pycaret/pull/3799
* Dependencies: Permit NumPy up to 1.26. CI: Run Python 3.11 on `test_linux` workflow. by amotl in https://github.com/pycaret/pycaret/pull/3813
* [BUG]: default value for `optimize` in `automl()` in regression modules has to be changed by pascal456 in https://github.com/pycaret/pycaret/pull/3791
* (3796) fix index reference in API creation by pascal456 in https://github.com/pycaret/pycaret/pull/3817
* More Python 3.11 support by amotl in https://github.com/pycaret/pycaret/pull/3814
* Optimize CI by amotl in https://github.com/pycaret/pycaret/pull/3815
* Update xgboost v2 and restrict Python versions by celestinoxp in https://github.com/pycaret/pycaret/pull/3749
* add python 3.11 support by tvdboom in https://github.com/pycaret/pycaret/pull/3756
* Update __init__.py by celestinoxp in https://github.com/pycaret/pycaret/pull/3819

New Contributors
* turkalpmd made their first contribution in https://github.com/pycaret/pycaret/pull/3658
* jameslamb made their first contribution in https://github.com/pycaret/pycaret/pull/3734
* wjrforcyber made their first contribution in https://github.com/pycaret/pycaret/pull/3771
* amotl made their first contribution in https://github.com/pycaret/pycaret/pull/3813
* pascal456 made their first contribution in https://github.com/pycaret/pycaret/pull/3791

**Full Changelog**: https://github.com/pycaret/pycaret/compare/3.1.0...3.2.0

3.1.0

- **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_check` and `eda` functions 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-profiling` library to new updated `ydata-profiling` by 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_state` for 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_shuffle` for `timeseries` CV 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

3.0.4

Changes
* Pin sklearn<1.3.0, bump version to 3.0.4, cleanup by Yard1 in https://github.com/pycaret/pycaret/pull/3628


**Full Changelog**: https://github.com/pycaret/pycaret/compare/3.0.3...3.0.4

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.