Description Usage Format Source Examples
UCI Machine Learning Repository Available Datasets
1 |
The name of the dataset.
The types of data in the dataset. Can include Multivariate, Univariate, Sequential, Time-Series, Text, Domain-Theory, etc.
The default task of the dataset. Can include Classification, Regression, Clustering, etc.
The attribute types of the dataset. Can include Categorical, Integer, and Real.
The number of instances (observations) in the dataset.
The number of attributes (variables) in the dataset.
The year the dataset is from.
(https://archive.ics.uci.edu/ml/datasets.php)
1 2 3 4 5 6 7 8 9 | ## Not run:
UCI_datasets %>%
filter(Categorical %in% attribute_types)
## End(Not run)
## Not run:
UCI_datasets %>%
group_by(data_types) %>%
count()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.