Skip to content

v0.77.0

Compare
Choose a tag to compare
@jeremyliweishih jeremyliweishih released this 08 Jun 13:54
· 128 commits to main since this release
14b3436

v0.77.0 June. 07, 2023

Enhancements

  • Added check_distribution function for determining if the predicted distribution matches the true one :pr:4184
  • Added get_recommendation_score_breakdown function for insight on the recommendation score :pr:4188
  • Added excluded_model_families parameter to AutoMLSearch() :pr:4196
  • Added option to exclude time index in IDColumnsDataCheck :pr:4194

Fixes

  • Fixed small errors in ARIMARegressor implementation :pr:4186
  • Fixed get_forecast_period to properly handle gap parameter :pr:4200

Testing Changes

  • Run looking glass performance tests on merge via Airflow :pr:4198