Labs recommender
Recommender
Uses dataset properties and returns Rockfish actions for the specified steps.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
dataset_or_properties
|
Union[LocalDataset, DatasetProperties]
|
A LocalDataset or DatasetProperties object. |
required |
steps
|
Optional[list[AbstractStep]]
|
List of steps for which recommended Rockfish actions will be returned. If unspecified, actions will be returned for the following steps: HandleMissingValues, HandlePiiFields, HandleAssociatedFields, ModelSelection. |
None
|