preprocess_dataset
Prepare datasets for machine learning by applying scaling, encoding, feature selection, and missing value handling.
Instructions
Apply preprocessing transformations to dataset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_name | Yes | Name of the dataset to preprocess | |
| target_column | No | Target column name for supervised learning | |
| preprocessing_config | No | Preprocessing configuration | |
| output_name | Yes | Name for the preprocessed dataset |