Skip to content

v0.0.10

Compare
Choose a tag to compare
@Innixma Innixma released this 04 Jun 06:21
· 2202 commits to master since this release
b97211e

Changes

General

  • Removed unnecessary thread workers upon importing autogluon (#494, #495)
  • Suppressed excessive logging of distributed thread workers (#496)
  • Capped gluoncv version to 0.x (#484)
  • Unified scheduler creation (#470)

Tabular

  • Refactored hyperparameter argument, added options for different models per stack layer (#489)
  • Optimized CatBoost training time when many features are present (#489)
  • Enabled automatic type setting to dtypes during inference (#463)
  • Added feature importance for original features (#479)
  • Fixed root_mean_squared_error metric (#464)
  • Fixed pac_score metric (#483)
  • Various Fixes (#465, #472, #474, #489)