section-ml-ai

Generate end-to-end ML/AI tutorials in R with mlr3 and tidymodels pipelines.

16|4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/KangWang42/R_note_for_Epidemiology --skill section-ml-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: section-ml-ai
Source: https://github.com/KangWang42/R_note_for_Epidemiology/tree/main/.opencode/skills/section-ml-ai
Command: npx skills add https://github.com/KangWang42/R_note_for_Epidemiology --skill section-ml-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Generating comprehensive ML/AI tutorials for R that integrate theory, practical workflows, reproducibility, and ready-to-use templates, helping learners and practitioners quickly create end-to-end guides.

Core Features & Use Cases

  • Theory-to-practice pipelines: from algorithm principles to reproducible R workflows using mlr3 and tidymodels.
  • Templates & standards: YAML frontmatter, 10xx-*.rmd file naming convention, and ready-to-run scaffolds for consistent tutorials.
  • Use Case: Researchers and data scientists can generate tutorials covering classification, regression, clustering, feature engineering, hyperparameter tuning, and model evaluation with built-in explainability sections.

Quick Start

Run the ML/AI tutorial generator to create a complete R tutorial following the standard workflow template.

Frequently Asked Questions about section-ml-ai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reproducible machine learning tutorials in R?▼

Generate end-to-end machine learning tutorials in R by producing .rmd or .qmd files with mandatory YAML frontmatter, following a structured problem-definition to interpretability pipeline using mlr3 or tidymodels.

What is the standard workflow for an R machine learning tutorial covering classification and regression?▼

The standard R machine learning tutorial workflow follows a defined pipeline: problem-definition, data-prep, model-training, evaluation, and interpretability, integrating algorithm principles with practical reproducible workflows.

Does this ML tutorial generator support both mlr3 and tidymodels frameworks?▼

Yes, the ML tutorial generator supports both mlr3 and tidymodels frameworks, enabling you to build theory-to-practice pipelines for classification, regression, clustering, and feature engineering tasks in R.

How do I structure R Markdown files for hyperparameter tuning and model evaluation tutorials?▼

Structure R Markdown files for hyperparameter tuning tutorials using the 10xx-*.rmd naming convention and YAML frontmatter with name and description fields, ensuring ready-to-run reproducible scaffolds for model evaluation.

Can I generate neural network tutorials with built-in explainability sections in R?▼

Yes, you can generate neural network tutorials with built-in explainability sections in R. The generated content follows the standard pipeline ending with an interpretability stage for model explainability.

What file naming convention is required for generating R machine learning tutorial scaffolds?▼

The required file naming convention for generating R machine learning tutorial scaffolds follows the 10xx-*.rmd pattern, combined with mandatory YAML frontmatter to maintain consistent reproducible tutorial standards.