Skip to content

v0.5.1

Compare
Choose a tag to compare
@angela97lin angela97lin released this 15 Nov 22:46
7d642bc

v0.5.1 Nov. 15, 2019

Enhancements

  • Added basic outlier detection guardrail #151
  • Added basic ID column guardrail #135
  • Added support for unlimited pipelines with a max_time limit #70
  • Updated .readthedocs.yaml to successfully build #188

Fixes

  • Removed MSLE from default additional objectives #203
  • Fixed random_state passed in pipelines #204
  • Fixed slow down in RFRegressor #206

Changes

  • Pulled information for describe_pipeline from pipeline's new describe method #190
  • Refactored pipelines #108
  • Removed guardrails from Auto(*) #202, #208

Documentation Changes

  • Updated documentation to show max_time enhancements #189
  • Updated release instructions for RTD #193
  • Added contributing instructions #213