pypi pycaret 2.2.2
PyCaret 2.2.2

latest releases: 3.0.0, 3.0.0rc9, 3.0.0rc8...
3 years ago

Release: PyCaret 2.2.2 | Release Date: November 25, 2020 (SEVERAL BUGS FIX)

  • Fixed an issue with the optimize_threshold function the pycaret.classification module. It now returns a float instead of an array.
  • Fixed issue with the predict_model function. It now uses the original data frame to append the predictions. As such any extra columns given at the time of inference are not removed when returning the predictions. Instead they are internally ignored at the time of predictions.
  • Fixed edge case exceptions for the create_model function in pycaret.clustering.
  • Fixed exceptions when column names are not a string.
  • Fixed exceptions in pycaret.regression when transform_target is True in the setup function.
  • Fixed an exception in the models function if the type parameter is specified.
  • All official tutorials are now updated.

Don't miss a new pycaret release

NewReleases is sending notifications on new releases.