Pycaret Versions Save

An open-source, low-code machine learning library in Python

3.3.0

2 months ago

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: https://github.com/pycaret/pycaret/compare/3.2.0...3.3.0

3.2.0

5 months ago

Release: PyCaret 3.2.0 (BUG FIXES)

  • Python 3.11 support has been added!

Changes

New Contributors

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

3.1.0

7 months ago

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

New Contributors

Full Changelog: https://github.com/pycaret/pycaret/compare/3.0.4...3.1.0

3.0.4

9 months ago

Release: PyCaret 3.0.4 (MAINTENANCE UPDATE)

Changes

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

3.0.3

9 months ago

Release: PyCaret 3.0.3 (BUG FIXES)

Changes

New Contributors

Full Changelog: https://github.com/pycaret/pycaret/compare/3.0.2...3.0.3

3.0.2

11 months ago

Release: PyCaret 3.0.2 (BUG FIXES)

Changes

Full Changelog: https://github.com/pycaret/pycaret/compare/3.0.1...3.0.2

3.0.1

11 months ago

Release: PyCaret 3.0.1 (BUG FIXES)

Changes

New Contributors

Full Changelog: https://github.com/pycaret/pycaret/compare/3.0.0...3.0.1

3.0.0

1 year ago

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

New Contributors

Full Changelog: https://github.com/pycaret/pycaret/compare/2.3.10...3.0.0

2.3.10

2 years ago

Release: PyCaret 2.3.10 | Release Date: April 10th, 2022 (BUG FIXES)

Summary of Changes

2.3.9

2 years ago

Release: PyCaret 2.3.9 | Release Date: March 27th, 2022 (BUG FIXES)

Summary of Changes