ml-best-practices

Provide machine learning development guidelines for model selection, feature engineering, and hyperparameter tuning.

17|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill ml-best-practices
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-best-practices
Source: https://github.com/Logos-Liber/Atlas-Agent-Teams/tree/main/teams/data-science/skills/ml-best-practices
Command: npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill ml-best-practices

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidelines and strategies for developing, evaluating, and interpreting machine learning models, ensuring robust and effective AI solutions.

Core Features & Use Cases

  • Model Selection: Guidance on choosing the right algorithms based on problem type and data characteristics.
  • Feature Engineering: Techniques for transforming raw data into effective features for ML models.
  • Hyperparameter Tuning: Strategies for optimizing model performance through parameter adjustments.
  • Evaluation & Validation: Metrics and methods for assessing model accuracy and generalization.
  • Model Interpretation: Tools and techniques for understanding model behavior and predictions.
  • Use Case: A data scientist can use this Skill to select the most appropriate regression model for a new dataset, engineer relevant features, tune its hyperparameters, and interpret the final model's predictions.

Quick Start

Use the ml-best-practices skill to understand guidelines for selecting a classification model.

Frequently Asked Questions about ml-best-practices

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

FAQPage Schema
How do I select the right machine learning model for my dataset?

Machine learning model selection involves evaluating data characteristics and problem types to choose appropriate algorithms. This Skill provides guidelines for selecting models across supervised, unsupervised, and reinforcement learning paradigms tailored to tabular, text, or image data formats.

What's the best way to engineer features for tabular and text data?

Feature engineering for tabular and text data requires transforming raw inputs into effective model predictors. This Skill details specific techniques to process raw data, ensuring your scikit-learn, TensorFlow, PyTorch, or XGBoost models receive optimized feature inputs.

How do I tune hyperparameters to optimize model performance?

Hyperparameter tuning optimizes model performance through systematic parameter adjustments. This Skill outlines actionable strategies to refine your machine learning models, maximizing accuracy and generalization across various ML frameworks.

Which evaluation metrics should I use to assess classification and regression models?

Evaluation metrics for classification and regression models measure accuracy and generalization capabilities. This Skill provides comprehensive guidelines on selecting appropriate validation methods and metrics to robustly assess your machine learning solutions.

Can I interpret model predictions using this Skill with TensorFlow and PyTorch?

Model interpretation with TensorFlow and PyTorch is supported through dedicated tools and techniques. This Skill helps you understand model behavior and predictions, ensuring transparency when deploying models built on these common ML frameworks.

Does this Skill provide guidance for reinforcement learning paradigms?

Reinforcement learning paradigms are fully addressed alongside supervised and unsupervised learning. This Skill provides comprehensive guidelines for developing, evaluating, and interpreting models across all three major machine learning paradigms.