Install
openclaw skills install mlops-prototyping-cnStructured Jupyter notebook prototyping with pipeline integrity
openclaw skills install mlops-prototyping-cnCreate standardized, reproducible Jupyter notebooks.
Validate notebook follows best practices:
./scripts/check-notebook.sh notebook.ipynb
Checks for:
Use this structure:
sklearn.pipeline.Pipeline)# Check your notebook
./scripts/check-notebook.sh my-notebook.ipynb
# Follow structure in notebook
# Use Pipeline for all transforms
# Set RANDOM_STATE everywhere
✅ DO:
sklearn.pipeline.Pipelinerandom_state everywhere❌ DON'T:
Converted from MLOps Coding Course