Install
openclaw skills install ml-pipeline-starterBuild and deploy production ML pipelines with data processing, model training, evaluation, and deployment using TensorFlow, PyTorch, or Scikit-learn.
openclaw skills install ml-pipeline-starterBuild production ML pipelines.
# Create pipeline
./ml-pipeline.sh create my-model
# Train
./ml-pipeline.sh train my-model
# Deploy
./ml-pipeline.sh deploy my-model production
Sunshine-del-ux