ml-research-lab

Solid

Machine-learning research loop for dataset curation, fine-tuning, evaluation, inference deployment, experiment tracking, and model explainability. Use when working on ML experiments, training data, model benchmarks, RunPod/GPU runs, classifier quality, vLLM/GGUF serving, SHAP-style model explanations, or research-to-code iterations. Do not use for a simple code edit that has no ML dataset, metric, model, or experiment artifact.

AI & Automation 138 stars 20 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# ML Research Lab Use this skill as the compact router for ML work. It is derived from an audit of `synthetic-sciences/openscience` at commit `531467c`, but does not require running OpenScience or loading its full 250+ skill set. ## Operating Loop 1. Freeze the question as a measurable hypothesis. 2. Identify dataset provenance, labels, splits, leakage risks, and regeneration cost. 3. Pick the smallest baseline that can disprove the idea. 4. Define metrics before training. For release claims, require train/val/test split, no test-set model selection, and multi-seed proof when cost permits. 5. Run or wire experiment tracking before long jobs start. 6. Save artifacts: config, command, data manifest, metrics JSON/CSV, logs, model hash, and a short conclusion. 7. Compare against baseline, then keep/discard the change from evidence. ## Domain Routing - Dataset or scrape cleanup: start from data quality, deduplication, leakage checks, train/eval splits, and regeneration notes. - Classical classifier or tabular baseline: use scikit-learn-style pipelines with preprocessing inside the pipeline and stratified splits for classification. - Model debugging or trust: add SHAP/explainability for feature importance, leakage, bias/proxy features, and misclassified samples. - LLM fine-tuning: prefer JSONL chat format, data validation, LoRA/QLoRA baseline, and tracked runs before scaling. - Single-GPU fast LoRA/QLoRA: consider Unsloth only after checking hardware, CUDA, mod...

Details

Author
AnastasiyaW
Repository
AnastasiyaW/claude-code-config
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

mle-workflow

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

233,821 Updated today
affaan-m
AI & Automation Solid

autoresearch-ml

Autonomous LLM training optimization with GPU support. Runs 5-minute training experiments, measures val_bpb, keeps improvements or reverts — repeat forever. Use this skill when the user asks to "train a model autonomously", "optimize LLM training", "run ML experiments", "autoresearch with GPU", "optimize val_bpb", "autonomous ML training", "LLM pretraining loop", "setup ML autoresearch", "set up ML autoresearch on my GPU", "GPU training experiments", "pretrain from scratch", "speed up training", "lower my loss", "GPU optimization", "CUDA training", or mentions "train.py", "prepare.py", "bits per byte", "val_bpb", "NVIDIA GPU training", "RTX 3090/4090/5090 training", "H100 training", "autonomous model training", "consumer GPU training", "low VRAM training". Always use this skill when the user wants to autonomously optimize any ML training metric.

12 Updated 1 weeks ago
proyecto26
AI & Automation Solid

ml-experiment-standards

Always invoke for training, validating, tuning, benchmarking, or claiming readiness of a predictive model. Covers leakage audits, spatial and grouped splits, metrics, reproducibility, and honest reporting. Invoke especially when spatial dependence, split design, or deployment geography is unknown; uncertainty is a reason to use this skill. Do not trigger for descriptive EDA or non-predictive statistical inference.

3 Updated today
muend