Skip to content

Releases: pycaret/pycaret

PyCaret 3.3.2

28 Apr 18:46
Compare
Choose a tag to compare

Release: PyCaret 3.3.2

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

What's Changed

New Contributors

Full Changelog: 3.3.1...3.3.2

PyCaret 3.3.1

16 Apr 03:24
73fe135
Compare
Choose a tag to compare

Release: PyCaret 3.3.1

  • Maintenance update to fix dependency and compatibility issues.

What's Changed

New Contributors

Full Changelog: 3.3.0...3.3.1

PyCaret 3.3.0

20 Feb 04:09
401fc19
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 3.2.0...3.3.0

PyCaret 3.2.0

12 Nov 21:46
Compare
Choose a tag to compare

Release: PyCaret 3.2.0 (BUG FIXES)

  • Python 3.11 support has been added!

Changes

New Contributors

Full Changelog: 3.1.0...3.2.0

PyCaret 3.1.0

11 Sep 02:32
Compare
Choose a tag to compare

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_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 #3629
  • Fixed dead links in Tutorial docs by @mbellitti in #3646
  • Fix for sktime changes in recent versions by @ngupta23 in #3652
  • [Bug Fix] Fixed issues caused by old deprecated pandas-profiling library to new updated ydata-profiling by @beingmechon in #3649
  • removed support for python 3.7 by @ngupta23 in #3677
  • [BUG]: Enable random_state for class imbalance by @arghhjayy in #3676
  • Update README.md by @moezali1 in #3682
  • Resolve double-printed plots during ts experiment by @chrimaho in #3670
  • fix groups bug, cuml version bug and missing installed libraries bug by @tvdboom in #3710
  • limiting statsforecast due to deprecation of parallel argument by @ngupta23 in #3731
  • Validate data_split_shuffle for timeseries CV by @Yard1 in #3711
  • Fix classification custom metric label encoding by @Yard1 in #3715
  • Fix iterative imputer with many categories by @Yard1 in #3713
  • Strip pipeline in tune_model, fix memory pickling by @Yard1 in #3714
  • Remove deepchecks and eda by @Yard1 in #3712

New Contributors

Full Changelog: 3.0.4...3.1.0

PyCaret 3.0.4

02 Jul 04:09
969cc80
Compare
Choose a tag to compare

Release: PyCaret 3.0.4 (MAINTENANCE UPDATE)

Changes

  • Pin sklearn<1.3.0, bump version to 3.0.4, cleanup by @Yard1 in #3628

Full Changelog: 3.0.3...3.0.4

PyCaret 3.0.3

26 Jun 02:17
Compare
Choose a tag to compare

Release: PyCaret 3.0.3 (BUG FIXES)

Changes

New Contributors

Full Changelog: 3.0.2...3.0.3

PyCaret 3.0.2

18 May 16:46
Compare
Choose a tag to compare

Release: PyCaret 3.0.2 (BUG FIXES)

Changes

Full Changelog: 3.0.1...3.0.2

PyCaret 3.0.1

14 May 21:30
Compare
Choose a tag to compare

Release: PyCaret 3.0.1 (BUG FIXES)

Changes

New Contributors

Full Changelog: 3.0.0...3.0.1

PyCaret 3.0

18 Mar 22:43
4bf7452
Compare
Choose a tag to compare

Release: PyCaret 3.0

This is a major update introducing multiple new features and bug fixes as well as breaking API changes. Please refer to the documentation and tutorials for more information.

PyCaret 2.0 code will most likely not run without changes!

Main changes

  • New Time Series Forecasting module
  • Far-reaching internal refactor for better performance, consistency and developer productivity
  • New object-oriented API that can be used alongside the functional API
  • Completely refactored preprocessing
  • Prevented target leakage by using pipelines in cross-validation
  • Compatibility with latest scikit-learn
  • Support for scikit-learn-intelex for better performance on CPU
  • New experiment logging API with MLFLow, Weights & Biases, DagsHub and CometML support
  • Distributed parallel computation with Fugue
  • Reworked tutorials and documentation
  • Removal of outdated NLP and ARules modules
  • Multiple other fixes and improvements

Full Changelog

Read more