agentsclimarketplace

Catboost

Skill G1Joshi/Agent-Skills/skills/ai-ml/catboost

A comprehensive skill catalog for AI agents

Install
npx -y skills add G1Joshi/Agent-Skills --skill catboost

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

CatBoost gradient boosting with categoricals. Use for tabular ML.

SKILL.md

0.9 KB, as published. Nobody here has run it

CatBoost

CatBoost (Yandex) is arguably the easiest boosting library to use because it handles Categorical Features automatically and perfectly without tuning.

When to Use

  • Categorical Data: If you have many strings/IDs, CatBoost is king.
  • Default Params: Works incredibly well out of the box.

Core Concepts

Ordered Boosting

A technique to avoid target leakage (overfitting) during training.

Symmetric Trees

Builds balanced trees, which are faster at inference time.

Best Practices (2025)

Do:

  • Use pool: Pool() is efficient for data loading.
  • Use GPU: CatBoost's GPU implementation is highly optimized.

Don't:

  • Don't One-Hot Encode: Let CatBoost handle it natively.

References

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.