gradient-boosting
CommunityOptimize tabular data modeling with XGBoost, LightGBM, and CatBoost.
Authorhung-phan
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the challenges of modeling tabular data by providing insights into the strengths and applications of XGBoost, LightGBM, and CatBoost, three popular gradient boosting frameworks.
Core Features & Use Cases
- Hyperparameter Tuning: Offers guidance on tuning learning rate, depth, and regularization for optimal model performance.
- Feature Importance: Provides methods to understand the impact of different features on the model.
- GPU Training: Supports GPU-based training for faster computation on large datasets.
- Use Case: When you need to build a robust model for structured data, this Skill can help you choose the right gradient boosting framework and optimize its parameters.
Quick Start
Train a gradient boosting model on your dataset using XGBoost with the following command: xgb.XGBClassifier(n_estimators=100, max_depth=3, learning_rate=0.1).fit(X_train, y_train).
Dependency Matrix
Required Modules
xgboostlightgbmcatboost
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gradient-boosting Download link: https://github.com/hung-phan/ml-skills/archive/main.zip#gradient-boosting Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.