Cleans and preprocesses datasets for ML by imputing missing values, scaling numeric features, and encoding categorical variables.
Cleans and preprocesses datasets to prepare them for machine learning, including handling missing values, scaling features, and encoding categorical variables.
{
"data": [{"age": 25, "city": "NY"}, {"age": null, "city": "SF"}],
"impute_strategy": "mean"
}
{
"success": true,
"cleaned_data": [{"age": 25, "city": "NY"}, {"age": 25, "city": "SF"}],
"message": "Data cleaning and preprocessing complete."
}
This skill is integrated with SkillPay.me for automatic micropayments. Each call costs 0.001 USDT.
ZIP package — ready to use