Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@paxcema paxcema released this 23 Sep 18:35
· 2412 commits to stable since this release
f0c4859

Features:

  • Better defaults for Neural model in time series tasks (#461)
  • Seed keyword passed (#482)
  • Handle ' and " in dataset column names (#503)
  • Helper function to split grouped time series (#501)
  • Enhanced date-time + tag histograms (#502)
  • Nonconformist speed optimizations (#497)
  • Add dtype.tsarray (#530)

Bug fixes:

  • Fix analysis memory usage (#485)
  • Fix incorrect return value for order column in time series tasks (#488)
  • Fix time series encoding issue (#495)
  • Remove deprecated logic (#518)
  • Make explainer work with categorical targets not present in the training data (#500)
  • Fix sktime dependency (#524)
  • Better detection, cleaning and encoding of arrays (#512)
  • Use correct accuracy score for binary data (#532)
  • allow_incomplete_history for time series predictors (#525)

Other

  • Automated documentation (NOTE: still in beta; #519, #528)
  • Rename model to mixer; folds to subsets (#534)