
Buzz in social media
Donated on 5/26/2013
This data-set contains examples of buzz events from two different social networks: Twitter, and Tom's Hardware, a forum network focusing on new technology with more conservative dynamics.
Dataset Characteristics
Time-Series, Multivariate
Subject Area
Computer Science
Associated Tasks
Regression, Classification
Feature Type
Integer, Real
# Instances
140000
# Features
-
Dataset Information
Additional Information
Please see http://ama.liglab.fr/datasets/buzz/
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 77
Additional Variable Information
Please see http://ama.liglab.fr/datasets/buzz/
Dataset Files
File | Size |
---|---|
regression.tar.gz | 33.3 MB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset buzz_in_social_media = fetch_ucirepo(id=248) # data (as pandas dataframes) X = buzz_in_social_media.data.features y = buzz_in_social_media.data.targets # metadata print(buzz_in_social_media.metadata) # variable information print(buzz_in_social_media.variables)
Kawala, F., Douzal, A., Gaussier, E., & Diemert, E. (2013). Buzz in social media [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C56G6V.
Creators
Franois Kawala
Ahlame Douzal
Eric Gaussier
Eustache Diemert
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.