pakiino/2026-24679-pokemon-151-tabular-hw1
Viewer • Updated • 345 • 74
This repository contains the best-performing AutoGluon model selected using validation balanced accuracy.
pakiino/2026-24679-pokemon-151-tabular-hw1
label1LightGBM The model was selected using the provided validation split.
Only the best-performing model and any model files required for its inference are retained in this repository.
from huggingface_hub import snapshot_download
from autogluon.tabular import TabularPredictor
model_path = snapshot_download(
repo_id="eandujar/pokemon-151-autogluon"
)
predictor = TabularPredictor.load(model_path)