Skip to content

v0.0.6

Compare
Choose a tag to compare
@Innixma Innixma released this 24 Mar 22:04
8dd8574

Changes

General

  • Updated dependency versions.

Tabular

  • Added support for calculating feature importance on fitted TabularPredictor.
  • Enabled string path input of datasets to TabularPredictor.
  • Added option for user to specify model to predict with in TabularPredictor.
  • Added support for relative paths to TabularPredictor, enabling users to move the models between directories and machines without introducing loading issues.
  • Added support for moving models between machines of different operating systems.
  • Numerous major bug fixes and improvements to hyperparameter tuning resulting in significantly more stable functionality.
  • Numerous code cleanup.
  • Numerous bug fixes.