YouTube Multiview Video Games Dataset
Donated on 10/15/2013
This dataset contains about 120k instances, each described by 13 feature types, with class information, specially useful for exploring multiview topics (cotraining, ensembles, clustering,..).
Dataset Characteristics
Multivariate, Text
Subject Area
Computer Science
Associated Tasks
Classification, Clustering
Feature Type
Integer, Real
# Instances
120000
# Features
1000000
Dataset Information
Additional Information
Please see the README for the details on the data organization, and so on.
Has Missing Values?
Yes
Variable Information
Please see the README.
Dataset Files
File | Size |
---|---|
dir_data.tar | 2.8 GB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset youtube_multiview_video_games_dataset = fetch_ucirepo(id=269) # data (as pandas dataframes) X = youtube_multiview_video_games_dataset.data.features y = youtube_multiview_video_games_dataset.data.targets # metadata print(youtube_multiview_video_games_dataset.metadata) # variable information print(youtube_multiview_video_games_dataset.variables)
Madani, O. (2013). YouTube Multiview Video Games Dataset [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5MC7X.
Creators
Omid Madani
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.