返回顶部
m

mlops-validation-cn

Rigorous validation with typing, linting, testing, and security

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

mlops-validation-cn

# MLOps Validation ✅ Automated quality and security checks. ## Features ### 1. Pre-commit Hooks 🔧 Setup automated checks: ```bash cp references/pre-commit-config.yaml ../your-project/.pre-commit-config.yaml cd ../your-project pre-commit install ``` Runs on every commit: - Ruff (linting + formatting) - MyPy (type checking) - Bandit (security) ### 2. Test Fixtures 🧪 Shared pytest setup: ```bash cp references/conftest.py ../your-project/tests/ ``` Provides fixtures: - `sample_df` - Test dataframe - `temp_dir` - Temporary directory - `sample_config` - Config dict - `train_test_split` - Pre-split data ## Quick Start ```bash # Copy pre-commit config cp references/pre-commit-config.yaml ./.pre-commit-config.yaml # Install hooks pre-commit install # Run manually pre-commit run --all-files # Setup test fixtures cp references/conftest.py tests/ # Run tests pytest tests/ -v --cov=src ``` ## Commands ```bash # Type check mypy src/ # Lint ruff check src/ tests/ # Format ruff format src/ tests/ # Test pytest tests/ --cov=src # Security scan bandit -r src/ ``` ## 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 pre-commit config - Added test fixtures

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install mlops-validation-cn-1776420085

下载 Zip 包

⬇ 下载 mlops-validation-cn v1.0.0

文件大小: 2.99 KB | 发布时间: 2026-4-17 19:02

v1.0.0 最新 2026-4-17 19:02
Claude→OpenClaw conversion - Testing and linting

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

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

p2p_official_large
返回顶部