返回顶部
m

mlops-prototyping-cn

Structured Jupyter notebook prototyping with pipeline integrity

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
555
下载量
0
收藏
概述
安装方式
版本历史

mlops-prototyping-cn

# MLOps Prototyping 🔬 Create standardized, reproducible Jupyter notebooks. ## Features ### 1. Notebook Structure Check ✅ Validate notebook follows best practices: ```bash ./scripts/check-notebook.sh notebook.ipynb ``` Checks for: - H1 title - Imports section - Config/Constants - Data loading - Pipeline usage ### 2. Template 📝 Use this structure: 1. **Title & Purpose** 2. **Imports** (standard → third-party → local) 3. **Configs** (all constants at top) 4. **Datasets** (load, validate, split) 5. **Analysis** (EDA) 6. **Modeling** (use `sklearn.pipeline.Pipeline`) 7. **Evaluations** (metrics on test data) ## Quick Start ```bash # Check your notebook ./scripts/check-notebook.sh my-notebook.ipynb # Follow structure in notebook # Use Pipeline for all transforms # Set RANDOM_STATE everywhere ``` ## Key Rules ✅ **DO:** - Put all params in Config section - Use `sklearn.pipeline.Pipeline` - Split data BEFORE any transforms - Set `random_state` everywhere ❌ **DON'T:** - Magic numbers in code - Manual transforms (use Pipeline) - Fit on full dataset (data leakage) ## Author Converted from [MLOps Coding Course](https://github.com/MLOps-Courses/mlops-coding-skills) ## Changelog ### v1.0.0 (2026-02-18) - Initial OpenClaw conversion - Added notebook checker

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mlops-prototyping-cn-1776420085 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mlops-prototyping-cn-1776420085 技能

通过命令行安装

skillhub install mlops-prototyping-cn-1776420085

下载 Zip 包

⬇ 下载 mlops-prototyping-cn v1.0.0

文件大小: 2.86 KB | 发布时间: 2026-4-17 18:23

v1.0.0 最新 2026-4-17 18:23
Claude→OpenClaw conversion - Notebook structure checking

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部