datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
churn-predictionCustomer churn prediction dataset of a fictional telecommunication company made by IBM Sample Datasets.
Context
Predict behavior to retain customers. You can analyze all relevant customer data and develop focused customer retention programs.
Content
Each row represents a customer, each column contains customer’s attributes described on the column metadata.
The data set includes information about:
Customers who left within the last month: the column is called Churn
Services that each customer… See the full description on the dataset page: https://huggingface.co/datasets/scikit-learn/churn-prediction.real-or-fake-fake-jobposting-predictionacceptability-prediction@inproceedings{lau-etal-2015-unsupervised,
title = "Unsupervised Prediction of Acceptability Judgements",
author = "Lau, Jey Han and
Clark, Alexander and
Lappin, Shalom",
booktitle = "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
month = jul,
year = "2015",
address = "Beijing, China",
publisher = "Association for… See the full description on the dataset page: https://huggingface.co/datasets/metaeval/acceptability-prediction.real-or-fake-fake-jobposting-predictionage-group-predictionhttps://ods.ai/competitions/sberbank-sirius-lesson
real-or-fake-fake-jobposting-predictiontranscript_isoform_expression_prediction
Multi-modal transcript isoform expression dataset
We curated the human transcript isoform expression dataset from the GTEx portal following the preprocessing pipeline in Garau-Luis et al. (2024). We downloaded the RNA-seq Transcript TPMs file from the bulk tissue expression in GTEx Analysis V8. The table contains transcript expression collected from 30 non-diseased tissues in nearly 1000 human individuals. We averaged the transcript expression measurements across individuals to… See the full description on the dataset page: https://huggingface.co/datasets/genbio-ai/transcript_isoform_expression_prediction.fake_job_post_predictionreal-or-fake-fake-jobposting-predictionHorse-Race-Prediction-EDA
🏇 Horse Race Prediction: Exploratory Data Analysis (EDA)
Project Walkthrough
לחצו כאן לצפייה בסרטון ההסבר (Loom)
במידה והסרטון לא עולה - ניתן לצפות בסרטון בלינק למעלה *
📌 Project Overview
This project presents a comprehensive Exploratory Data Analysis (EDA) of a 2019 horse racing dataset containing over 171,849 records. The goal was to identify the primary biological, professional, and market factors that determine a winning performance.… See the full description on the dataset page: https://huggingface.co/datasets/mayacheruty/Horse-Race-Prediction-EDA.Prediction-Smartphone-Addiction-Submission-V2Here's the enhanced version, honest summary of what actually moved the needle:
What improved it:
Feature engineering was the real driver: missingness indicators for every column (missingness itself carries signal here), plus ratio/interaction features like social_to_screen, sleep_deficit, weekday_weekend_diff, screen_per_age, etc.
LightGBM with these new features: OOF AUC 0.9628 (up from 0.9620).
Result:
submission_v2.csv, same valid format (296,302 rows… See the full description on the dataset page: https://huggingface.co/datasets/Qamro/Prediction-Smartphone-Addiction-Submission-V2.turkish-plu-next-event-predictionHomepage: https://github.com/GGLAB-KU/turkish-plu
CTR_Predictionmpac-predictions
MPAC variant effect predictions
MPAC (Malinois with Parallel Aggregated Cross-validation) predicts cis-regulatory
activity of 200 bp human sequences in K562, HepG2 and SK-N-SH, and the allelic skew
caused by non-coding variants. This dataset holds the published predictions.
Identifying non-coding variant effects at scale via machine learning models of
cis-regulatory reporter assays.
The paper is the source of truth for how these tables were made and what they mean.
This is a… See the full description on the dataset page: https://huggingface.co/datasets/saarantras1/mpac-predictions.clinical-trial-outcomes-predictions
Clinical Trial Outcomes Prediction Dataset
A dataset of 1,366 binary forecasting questions about clinical trial outcomes, automatically generated and labeled using Lightning Rod Labs' Future-as-Label methodology.
Dataset Description
This dataset contains questions about pharmaceutical clinical trials from 2023-2024, paired with verified outcomes (success/failure). Each question asks whether a specific trial will meet its endpoints, receive FDA approval, or complete by a… See the full description on the dataset page: https://huggingface.co/datasets/3rdSon/clinical-trial-outcomes-predictions.tourism-package-prediction-datautility_driven_predictionlink_predictionAutomated-Personality-PredictionSource:
The dataset is titled PANDORA and is retrieved from the https://psy.takelab.fer.hr/datasets/all/pandora/. the PANDORA dataset is the only dataset that contains personality-relevant information for multiple personality models. It consists of Reddit comments with their corresponding scores for the Big Five Traits, MBTI values and the Enneagrams for more than 10k users.
This Dataset:
This dataset is a subset of Reddit comments from PANDORA focused only on the Big Five Traits. The… See the full description on the dataset page: https://huggingface.co/datasets/Fatima0923/Automated-Personality-Prediction.TESLA-Stock-Price-Prediction-Datasetheart-failure-prediction-dataset
language:
en
license: odbl
tags:
health
heart-disease
medical
machine-learning
annotations_creators:
expert-generated
language_creators:
expert-generated
pretty_name: Heart Failure Prediction Dataset
size_categories:
1K<n<10K
source_datasets:
original
task_categories:
structured-data-classification
task_ids:
binary-classification
health-data-analysis
paperswithcode_id: heart-failure-prediction
configs:
default
dataset_info:
features:
- name: Age
dtype: int32
- name: Sex… See the full description on the dataset page: https://huggingface.co/datasets/aai530-group6/heart-failure-prediction-dataset.negative-pi-predictions
negative-pi-predictions
what if π had digits before 3?
this dataset contains 100,000 digits predicted by a neural network at negative positions of π.
yes, this is exactly as stupid as it sounds.
what is this?
normally, we index the fractional digits of π like this:
position: 1 2 3 4 5 6 7 8 9 ...
digit: 1 4 1 5 9 2 6 5 3 ...
so:
π = 3.141592653589793...
↑
position 1
i trained a neural network to predict the digit at a given position using only… See the full description on the dataset page: https://huggingface.co/datasets/akaruineko/negative-pi-predictions.spotify-hit-prediction-analysis
Your browser does not support the video tag.
🎵 Spotify Hit Prediction - Exploratory Data Analysis (EDA)
Project Overview
This project analyzes audio features from Spotify to predict track popularity. Using a sample of 2,000 tracks, I explored how technical attributes like energy and danceability relate to a song's success.
🔍 Research Questions & Insights
I addressed several key questions during the EDA:
Is the data balanced? I analyzed the ratio of… See the full description on the dataset page: https://huggingface.co/datasets/Ohad777/spotify-hit-prediction-analysis.Stroke_Prediction_Datasetstroke-prediction-dataset
🩺 Healthcare Stroke Prediction Tabular Dataset
🤝 Engineering Team (2024): Oussama EL HADJI • Radia BAHAYA • Oualid GHAFFARI • Imane SADOG
A curated clinical tabular dataset of 5,110 patient records designed for supervised classification of cerebrovascular events (strokes). Contains demographic attributes, lifestyle risk indicators, and physiological biomarkers.
👥 Project Engineering Team
Oussama EL HADJI — Machine Learning Modeling &… See the full description on the dataset page: https://huggingface.co/datasets/bosaj/stroke-prediction-dataset.house-cost-prediction-multivariances
🏡 House Cost Prediction by Multi-Variances
A comprehensive dataset designed for real estate price prediction, data science experimentation, and machine learning model benchmarking.This dataset simulates global property listings with realistic variations in city, area, price, and socioeconomic indicators.
📘 Overview
The House Cost Prediction by Multi-Variances dataset provides one million synthetic yet statistically realistic property listings.Each entry contains… See the full description on the dataset page: https://huggingface.co/datasets/bdstar/house-cost-prediction-multivariances.gender_predictionStroke_Prediction_Dataset
Stroke Prediction Dataset Analysis
Presentation Video
Project Overview
The goal of this project is to predict the likelihood of a patient suffering a stroke based on demographic, health, and lifestyle parameters. Stroke is a leading cause of death and long-term disability worldwide, and early identification of high-risk individuals can significantly improve prevention strategies and clinical outcomes.
Dataset Summary
Source: Kaggle – Stroke… See the full description on the dataset page: https://huggingface.co/datasets/nadiCR7/Stroke_Prediction_Dataset.weather-prediction-prototype-aws
Weather prediction prototype database.
This database was made using data provided by KMI.
This database will only be used to train a prototype.
Dataset Details
Dataset Description
Dataset Sources [optional]
KMI
Dataset Structure
Normalized columns:
timestamp
air_pressure
relative_humidity
precipitation
wind_speed
wind_direction
More information about these columns can be found in the information_10min.txt file.
loan_prediction_dataset
