autogluon avatar

autogluon

Official

@autogluon

0Followers
|
16Public Repos
|
6Published Skills

AutoGluon's TabArena skills enable integrating, benchmarking, and publishing tabular ML models and AutoML systems on a reproducible leaderboard.

Skills Distribution
DomainAI Models & ...Tabular ML Benchma.. (40%)Model & System Int.. (30%)Results Publishing.. (20%)Benchmark Framewor.. (10%)

Agent Skills by autogluon

Showing 6 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About autogluon

FAQPage Schema
What tasks can I perform with AutoGluon's TabArena skills?

You can add new tabular ML models or full AutoML systems to the TabArena benchmark, run registered models from local smoke fits to cluster-scale evaluations, upload and register benchmark results to R2, regenerate leaderboard website artifacts, and adapt TabArena/bencheval as the task-model-metric layer for a domain-specific external benchmark.

Who are the TabArena skills designed for?

They target TabArena maintainers and ML researchers who integrate models or AutoML frameworks (AutoGluon, LightAutoML, FLAML, auto-sklearn), benchmark them on the shared tuning protocol, and publish results to the leaderboard. They also serve external teams building domain benchmarks (e.g. genomics, spectroscopy) on top of TabArena's model zoo and bencheval's leaderboard math.

How do I benchmark a model that is already registered in TabArena?

Invoke the benchmark-model skill with the model's registry name. It scaffolds a run script with smoke, setup, and eval subcommands, resolves the run venv, installs the model's pip extra, smoke-fits locally (CPU or GPU), then either launches sbatch jobs and monitors progress end-to-end or hands launch and monitoring to the maintainer before evaluating and reporting the leaderboard.

What prerequisites are needed to upload method results to TabArena?

The upload-method skill requires a Python environment with the tabarena[benchmark] extra installed and valid R2 credentials for hosting artifacts. It inspects the run's output directory, fixes info.py, processes results.pkl files, performs a dry-run then real R2 upload, and registers the method in methods.py, handing off steps via command sheet when the environment cannot run them.

Can I build my own domain-specific benchmark on top of TabArena?

Yes. The adapt-tabarena skill guides consuming TabArena and bencheval from an external repository: converting datasets into UserTasks, applying the repeated k-fold group-aware splitting protocol, registering domain models beside TabArena's registry, layering preprocessing without forking, handling imputation and Elo anchoring, hosting results, and avoiding the git-dependency PyPI trap.