CoolFace
16 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01J0nasW /science-datalake Science Data Lake A unified, portable science data lake integrating 7 scholarly datasets (~525 GB Parquet) with cross-dataset DOI normalization, 13 scientific ontologies (1.3M terms), and a reproducible ETL pipeline. Note: One additional source (Semantic Scholar S2AG) is supported by the pipeline but is not redistributed here due to its API terms of service. See Not Included in This Upload below. What's Unique This dataset enables queries… See the full description on the dataset page: https://huggingface.co/datasets/J0nasW/science-datalake.imagetext-classification10B<n<100B10 likes2.3k downloads6mo agoHugging Face02OMCHOKSI108 /my-cloud-data-lake 🌊 Zero-Cost Cloud Data Lake on Hugging Face A complete serverless data pipeline that converts 12GB+ of CSV data to optimized Parquet format and serves it via a FastAPI on Hugging Face Spaces. 🏗️ Architecture Overview 📁 Local CSV Data (12GB+) ↓ 🔄 Conversion Script (DuckDB + SNAPPY) ↓ 📦 Parquet Files (4.4GB - 67% compression) ↓ ☁️ Hugging Face Dataset ↓ 🚀 Serverless FastAPI ↓ 🌐 Public API Endpoint 📊 Dataset Information Source: 793… See the full description on the dataset page: https://huggingface.co/datasets/OMCHOKSI108/my-cloud-data-lake.tabular100M<n<1B0 likes1.2k downloads7mo agoHugging Face03sigit48 /carbon-emission-datalake Carbon Emission Data Lake Dataset ini berisi data historis & prediksi emisi karbon serta suhu untuk wilayah Texas dan Jakarta, dihasilkan secara otomatis oleh pipeline Prefect + dbt. Kolom: generated_date, generated_at, region, live_temperature, base_emission_mt, carbon_emission_forecast_mt, prophet_upper, prophet_lower, is_anomaly (0=Normal, 1=Anomaly, NULL=model belum cukup data), recommended_carbon_cap_mt. Modul ML: Prophet (forecast 30 hari), IsolationForest (deteksi… See the full description on the dataset page: https://huggingface.co/datasets/sigit48/carbon-emission-datalake.tabularn<1K0 likes385 downloads19h agoHugging Face04GodotCN /science-datalake Science Data Lake A unified, portable science data lake integrating 7 scholarly datasets (~525 GB Parquet) with cross-dataset DOI normalization, 13 scientific ontologies (1.3M terms), and a reproducible ETL pipeline. Note: One additional source (Semantic Scholar S2AG) is supported by the pipeline but is not redistributed here due to its API terms of service. See Not Included in This Upload below. What's Unique This dataset enables queries… See the full description on the dataset page: https://huggingface.co/datasets/GodotCN/science-datalake.imagetext-classification10B<n<100B1 likes293 downloads6mo agoHugging Face05AichaFaHugFace /auditeur-datalaketabularn<1K1 likes267 downloads9d agoHugging Face06nasa-cisto-data-science-group /modis-lake-powell-toy-dataset MODIS Water Lake Powell Toy Dataset Dataset Summary Tabular dataset comprised of MODIS surface reflectance bands along with calculated indices and a label (water/not-water) Dataset Structure Data Fields water: Label, water or not-water (binary) sur_refl_b01_1: MODIS surface reflection band 1 (-100, 16000) sur_refl_b02_1: MODIS surface reflection band 2 (-100, 16000) sur_refl_b03_1: MODIS surface reflection band 3 (-100, 16000) sur_refl_b04_1: MODIS… See the full description on the dataset page: https://huggingface.co/datasets/nasa-cisto-data-science-group/modis-lake-powell-toy-dataset.image1K<n<10K1 likes138 downloads3y agoHugging Face07luxury-lakehouse /xg-freeze-frame-data xG Freeze-Frame Data — StatsBomb 360 ~15.58M freeze-frame rows from 323 StatsBomb 360 matches, capturing player positions at the moment of each shot. Each row represents one visible player in one shot event. Part of the (Right! Luxury!) Lakehouse soccer analytics platform. Quick Start from datasets import load_dataset ds = load_dataset("luxury-lakehouse/xg-freeze-frame-data") df = ds["train"].to_pandas() # Average number of visible players per shot… See the full description on the dataset page: https://huggingface.co/datasets/luxury-lakehouse/xg-freeze-frame-data.tabulartabular-classification1M<n<10M0 likes77 downloads2mo agoHugging Face08luxury-lakehouse /scoutgpt-training-data ScoutGPT Training Data — Player Action Sequences Per-player match-level action sequences unified across StatsBomb Open Data and Wyscout open data. Each row is one player-match's ordered SPADL action sequence with contextual tokens (competition, season, score state, half, opponent), serialized as the token stream that the ScoutGPT transformer consumes during training and at inference. Part of the (Right! Luxury!) Lakehouse soccer analytics platform. Quick Start… See the full description on the dataset page: https://huggingface.co/datasets/luxury-lakehouse/scoutgpt-training-data.tabularfeature-extraction1M<n<10M0 likes60 downloads1mo agoHugging Face09luxury-lakehouse /xg-shot-data xG Shot Data — StatsBomb + Wyscout ~131K professional soccer shots from StatsBomb Open Data (95K) and Wyscout (43K), with geometric features, categorical context, and goal labels. Partitioned by data_source for selective loading. Part of the (Right! Luxury!) Lakehouse soccer analytics platform. ⚠️ Schema change (cut-over 2026-07-22) This dataset emits both legacy and canonical Kimball key columns side-by-side. The legacy match_id column will be removed on… See the full description on the dataset page: https://huggingface.co/datasets/luxury-lakehouse/xg-shot-data.tabulartabular-classification100K<n<1M0 likes57 downloads2mo agoHugging Face10luxury-lakehouse /xg-shot-data-v3 Pre-Shot xG v3 — Shot Data (Tabular Corpus) The tabular half of the training corpus for xg_model_v3, the canonical-SPADL-native pre-shot expected goals model from the luxury-lakehouse analytics platform. One row per shot, all providers — the provider is the data_source column, not a separate file format. Sourced from the gold fct_action_values fact. Each shot is joinable to its freeze-frame player set (dataset xg-shot-freeze-frames) and to the full action-level corpus… See the full description on the dataset page: https://huggingface.co/datasets/luxury-lakehouse/xg-shot-data-v3.tabulartabular-classification100K<n<1M0 likes57 downloads1mo agoHugging Face11luxury-lakehouse /football2vec-training-data Football2Vec Training Data — SPADL Action Sequences Tokenized SPADL action sequences for training the Football2Vec v2 transformer encoder. One row per player-match, covering ~87,000 sequences across ~3,000 professional soccer matches from StatsBomb Open Data and Wyscout. Part of the (Right! Luxury!) Lakehouse soccer analytics platform. Quick Start from datasets import load_dataset ds = load_dataset("luxury-lakehouse/football2vec-training-data") df =… See the full description on the dataset page: https://huggingface.co/datasets/luxury-lakehouse/football2vec-training-data.tabularfeature-extraction100K<n<1M1 likes39 downloads5mo agoHugging Face12luxury-lakehouse /football2vec-360-training-data Football2Vec 360 Training Data — SPADL Sequences with Freeze-Frame Context Tokenized SPADL action sequences with StatsBomb 360 freeze-frame context for training the Football2Vec 360-Enriched model. One row per player-match, covering ~2M actions across 323 professional soccer matches from StatsBomb 360 Open Data. Part of the (Right! Luxury!) Lakehouse soccer analytics platform. Quick Start from datasets import load_dataset ds =… See the full description on the dataset page: https://huggingface.co/datasets/luxury-lakehouse/football2vec-360-training-data.tabularfeature-extraction10K<n<100K0 likes28 downloads1mo agoHugging Face13electricsheepafrica /africa-lake-chad-basin-fts-appeal-data Lake Chad Basin FTS Appeal Data | Africa (original) Size category: n<1K - Formats: parquet - Sector: governance_security - Engineered by Electric Sheep Africa TL;DR This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context. What This Dataset Covers Public datasets help analysts inspect structured… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-lake-chad-basin-fts-appeal-data.tabulartabular-classificationn<1K0 likes14 downloads2mo agoHugging Face14bluerRose /attica-traffic-datalake-oldtabular10M<n<100M0 likes12 downloads8mo agoHugging Face15bluerRose /attica-traffic-datalaketabular10M<n<100M1 likes9 downloads4mo agoHugging Face16bchaoss /US-Tariff-DataLaketabular100K<n<1M0 likes4 downloads8mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.