·xgboost-lightgbm
{}

xgboost-lightgbm

tondevrel/scientific-agent-skills

Industry-standard gradient boosting libraries for tabular data and structured datasets. XGBoost and LightGBM excel at classification and regression tasks on tables, CSVs, and databases. Use when working with tabular machine learning, gradient boosting trees, Kaggle competitions, feature importance analysis, hyperparameter tuning, or when you need state-of-the-art performance on structured data.

14Installs·1Trend·@tondevrel

Installation

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill xgboost-lightgbm

SKILL.md

XGBoost (eXtreme Gradient Boosting) and LightGBM (Light Gradient Boosting Machine) are the de facto standard libraries for machine learning on tabular/structured data. They consistently win Kaggle competitions and are widely used in industry for their speed, accuracy, and robustness.

XGBoost Official: https://xgboost.readthedocs.io/ XGBoost GitHub: https://github.com/dmlc/xgboost LightGBM Official: https://lightgbm.readthedocs.io/ LightGBM GitHub: https://github.com/microsoft/LightGBM Search patterns: xgboost.XGBClassifier, lightgbm.LGBMRegressor, xgboost.train, lightgbm.cv

Gradient Boosting Trees Both libraries build an ensemble of decision trees sequentially, where each new tree corrects errors from previous trees. This creates highly accurate models that capture complex non-linear patterns.

Industry-standard gradient boosting libraries for tabular data and structured datasets. XGBoost and LightGBM excel at classification and regression tasks on tables, CSVs, and databases. Use when working with tabular machine learning, gradient boosting trees, Kaggle competitions, feature importance analysis, hyperparameter tuning, or when you need state-of-the-art performance on structured data. Source: tondevrel/scientific-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill xgboost-lightgbm
Category
{}Data Analysis
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is xgboost-lightgbm?

Industry-standard gradient boosting libraries for tabular data and structured datasets. XGBoost and LightGBM excel at classification and regression tasks on tables, CSVs, and databases. Use when working with tabular machine learning, gradient boosting trees, Kaggle competitions, feature importance analysis, hyperparameter tuning, or when you need state-of-the-art performance on structured data. Source: tondevrel/scientific-agent-skills.

How do I install xgboost-lightgbm?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill xgboost-lightgbm Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tondevrel/scientific-agent-skills

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-11

Related Skills