update
Update a fitted estimator with new data to refine its predictions.
Instructions
Update a fitted estimator with new data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| X_handle | No | Optional: Handle for X data | |
| y_handle | No | Optional: Handle for y data | |
| X_dataset | No | Optional: Demo dataset for X data | |
| y_dataset | No | Optional: Demo dataset for y data | |
| estimator_handle | Yes | Handle of a fitted estimator |