You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
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.