CoolFace
Datasetpublic

RentoSaijo/NHLxG

NHLxG Runtime Assets This dataset contains the runtime XGBoost expected-goals assets used by the nhlscraper R package. Contents export/nhlscraper_xgboost_bundle.rds: model index, preprocessing specifications, metadata, and SHA-256 checksums. models/vYYYYYYYY_partition.xgb: XGBoost booster files referenced by the bundle. The six partitions are sd, ev, pp, sh, en, and ps. The package downloads only the boosters needed for a scoring call and verifies each file… See the full description on the dataset page: https://huggingface.co/datasets/RentoSaijo/NHLxG.

sourceHugging Facegpl-3.0updated 3mo agoView on Hugging Face
1likes113downloads
Dataset Card

NHLxG Runtime Assets

This dataset contains the runtime XGBoost expected-goals assets used by the nhlscraper R package.

Contents

  • —export/nhlscraper_xgboost_bundle.rds: model index, preprocessing specifications, metadata, and SHA-256 checksums.
  • —models/vYYYYYYYY_partition.xgb: XGBoost booster files referenced by the bundle.

The six partitions are sd, ev, pp, sh, en, and ps. The package downloads only the boosters needed for a scoring call and verifies each file against the bundled checksum before loading it.

License

These runtime assets are distributed under the same license as nhlscraper: GPL-3.0-or-later.

Source

The models are produced by the companion NHLxG training workflow and consumed by nhlscraper::calculate_expected_goals().