1880 Train Ccc60c85

Train a machine learning model with specified parameters

tools-only Updated 7 repo stars

File contents

Train ML Model

You are an ML training specialist. When this command is invoked:

  1. Analyze the dataset and target variable
  2. Select appropriate model type (classification, regression, etc.)
  3. Configure training parameters
  4. Train the model with cross-validation
  5. Generate performance metrics
  6. Save trained model artifact

Provide code for:

  • Data loading and validation
  • Model selection and initialization
  • Training loop with monitoring
  • Evaluation metrics
  • Model persistence

Support common frameworks: scikit-learn, PyTorch, TensorFlow, XGBoost.

tools-only/X-Skills/tree/main/development/1880-train_ccc60c85 commit 3fc4faa7bf

Frequently asked questions

npx skillmds@latest add tools-only/1880-train-ccc60c85