AutoMLRun Class
Represents an automated ML experiment run in Azure Machine Learning.
The AutoMLRun class can be used to manage a run, check run status, and retrieve run details once an automated ML run is submitted. For more information on working with experiment runs, see the Run class.
Initialize an AutoML run.
Constructor
AutoMLRun(experiment, run_id, **kwargs)
Parameters
Name | Description |
---|---|
experiment
Required
|
The experiment associated with the run. |
run_id
Required
|
The ID of the run. |
experiment
Required
|
The experiment associated with the run. |
run_id
Required
|
The ID of the run. |
Methods
clean_preprocessor_cache |
Clean the transformed, preprocessed data cache. This method is deprecated. Cache is now backed by the Parent Run artifact storage. |
clean_preprocessor_cache
Clean the transformed, preprocessed data cache.
This method is deprecated. Cache is now backed by the Parent Run artifact storage.
clean_preprocessor_cache()