
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 |
Download (33.6 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom 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)
0 citations
5597 views
Citation
Ahmed, M. (2015). CSM (Conventional and Social Media Movies) Dataset 2014 and 2015 [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5SP5T.
Style:
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.