Wikipedia Math Essentials
Donated on 4/19/2021
Contains Wikipedia pages about popular mathematics topics and the edges describe the links from one page to another. Features describe the number of daily visits between 2019 and 2021 March.
Dataset Characteristics
Time-Series
Subject Area
Social Science
Associated Tasks
Regression
Feature Type
Real
# Instances
731
# Features
1068
Dataset Information
Additional Information
Contains Wikipedia pages about popular mathematics topics and edges describe the links from one page to another. Features describe the number of daily visits between 2019 and 2021 March.
Has Missing Values?
No
Variable Information
Attributes are the daily number of visits on a page.
Dataset Files
File | Size |
---|---|
wikivital_mathematics.json | 4.1 MB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset wikipedia_math_essentials = fetch_ucirepo(id=606) # data (as pandas dataframes) X = wikipedia_math_essentials.data.features y = wikipedia_math_essentials.data.targets # metadata print(wikipedia_math_essentials.metadata) # variable information print(wikipedia_math_essentials.variables)
Wikipedia Math Essentials [Dataset]. (2021). UCI Machine Learning Repository. https://doi.org/10.24432/C54K7N.
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.