Build and deploy production ML pipelines with data processing, model training, evaluation, and deployment using TensorFlow, PyTorch, or Scikit-learn.
Build 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
ZIP package — ready to use