CSM (Conventional and Social Media Movies) Dataset 2014 and 2015
Donated on 10/10/2017
12 features categorized as conventional and social media features. Both conventional features, collected from movies databases on Web as well as social media features(YouTube,Twitter).
Dataset Characteristics
Multivariate
Subject Area
Computer Science
Associated Tasks
Classification, Regression
Feature Type
Integer
# Instances
217
# Features
12
Dataset Information
Additional Information
Year:2014 and 2015 Source: Twitter,YouTube,IMDB
Has Missing Values?
Yes
Dataset Files
File | Size |
---|---|
2014 and 2015 CSM dataset.xlsx | 33.4 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset csm_conventional_and_social_media_movies_dataset_2014_and_2015 = fetch_ucirepo(id=424) # data (as pandas dataframes) X = csm_conventional_and_social_media_movies_dataset_2014_and_2015.data.features y = csm_conventional_and_social_media_movies_dataset_2014_and_2015.data.targets # metadata print(csm_conventional_and_social_media_movies_dataset_2014_and_2015.metadata) # variable information print(csm_conventional_and_social_media_movies_dataset_2014_and_2015.variables)
Ahmed, M. (2015). CSM (Conventional and Social Media Movies) Dataset 2014 and 2015 [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5SP5T.
Creators
Mehreen Ahmed
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.