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
* Simplify automl.fit calls in Best Practices
Removed 'retrain_full' and 'eval_method' parameters from automl.fit calls.
* Fix best practices not shown
### Option 2: Pickle the full `AutoML` instance (convenient / Fabric)
100
+
### Option 2: Pickle the full `AutoML` instance (convenient)
99
101
100
102
Pickling stores the *entire*`AutoML` instance (not just the best estimator). This is useful when you prefer not to rely on MLflow or when you want to reuse additional attributes of the AutoML object without retraining.
101
103
102
-
In Microsoft Fabric scenarios, this is particularly important for re-plotting visualization figures without requiring model retraining.
104
+
In Microsoft Fabric scenarios, additional attributes is particularly important for re-plotting visualization figures without requiring model retraining.
0 commit comments