Top-level: ML_METHODS¶
| Function | Description |
|---|---|
| ML.FIT | Fits the estimator or transformer to the data |
| ML.FIT_TRANSFORM | Fits and transforms the X using the estimator or transformer. |
| ML.OBJECT_INFO | Returns information about the object. |
| ML.PIPELINE | Creates a pipeline of estimators and transformers. |
| ML.PREDICT | Predicts the target using the estimator. |
| ML.TRANSFORM | Transforms the X using the estimator or transformer. |