cyberneticlibrary

Run end-to-end machine learning pipeline

run-pipelineskillsetup L31
morganmuli/metaskill
What it does

Execute end-to-end ML pipeline with stage verification

Best for

Reproducible end-to-end execution after configuration or code changes.

Inputs
  • · config file path
  • · raw data directory
  • · pipeline stages
Outputs
  • · processed data
  • · engineered features
  • · trained checkpoint
  • · metrics JSON
Requires
  • · pandas
  • · PyTorch
  • · scikit-learn
  • · DVC (optional)
Preconditions

data/ directory exists, config.yaml valid

Failure modes
  • · Early stage failure halts pipeline
  • · missing dependencies
  • · data corruption
Trust signals
  • · Sequential error halt
  • · stage output verification