Skip to content

Commit

Permalink
add reviewers to metadata files (#174)
Browse files Browse the repository at this point in the history
* add reviewers to metadata files

* update dataset files

Created by https://github.com/EpistasisLab/pmlb/actions/runs/4242643476\nfrom 473f098 on 2023-02-22

* [update_all_datasets]

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
trangdata and github-actions[bot] authored Feb 22, 2023
1 parent c9e9c19 commit b3fd3de
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion datasets/527_analcatdata_election2000/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reviewed by [your name here]
# Reviewed by Jano
dataset: 527_analcatdata_election2000
description: None yet. See our contributing guide to help us add one.
source: None yet. See our contributing guide to help us add one.
Expand Down
2 changes: 1 addition & 1 deletion datasets/banana/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reviewed by [your name here]
# Reviewed by Alex Zwanenburg
dataset: banana
description: This is an artificial dataset where instances belong to several clusters
with a banana shape.
Expand Down
2 changes: 1 addition & 1 deletion datasets/banana/summary_stats.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dataset n_instances n_features n_binary_features n_categorical_features n_continuous_features endpoint_type n_classes imbalance task
banana 5300 2 0 0 2 binary 2 0.0106907796368815 classification
banana 5300 2 0 0 2 categorical 2.0 0.010690779636881451 classification
2 changes: 1 addition & 1 deletion datasets/titanic/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reviewed by [your name here]
# Reviewed by Alex Zwanenburg
dataset: titanic
description: On the 10th of April 1912, the largest passenger liner of its time left
Southampton on its maiden voyage to New York. This destination was never reached,
Expand Down
2 changes: 1 addition & 1 deletion datasets/titanic/summary_stats.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dataset n_instances n_features n_binary_features n_categorical_features n_continuous_features endpoint_type n_classes imbalance task
titanic 2207 8 1 3 4 binary 2 0.126512852276882 classification
titanic 2207 8 1 4 3 categorical 2.0 0.12651285227688236 classification
4 changes: 2 additions & 2 deletions pmlb/all_summary_stats.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ australian 690 14 4 3 7 categorical 2.0 0.0121319050619617 classification
auto 202 25 3 6 16 categorical 5.0 0.0453754533869228 classification
backache 180 32 22 4 6 categorical 2.0 0.521604938271605 classification
balance_scale 625 4 0 4 0 categorical 3.0 0.14622976 classification
banana 5300 2 0 0 2 binary 2.0 0.0106907796368815 classification
banana 5300 2 0 0 2 categorical 2.0 0.0106907796368814 classification
biomed 209 8 0 1 7 categorical 2.0 0.079691399006433 classification
breast 699 10 0 8 2 categorical 2.0 0.0963751609186227 classification
breast_cancer 286 9 2 6 1 categorical 2.0 0.1645068218494792 classification
Expand Down Expand Up @@ -402,7 +402,7 @@ tae 151 5 2 0 3 categorical 3.0 0.0003070040787684 classification
texture 5500 40 0 0 40 categorical 11.0 0.0 classification
threeOf9 512 9 9 0 0 categorical 2.0 0.00494384765625 classification
tic_tac_toe 958 9 0 9 0 categorical 2.0 0.0941810748732789 classification
titanic 2207 8 1 3 4 binary 2.0 0.126512852276882 classification
titanic 2207 8 1 4 3 categorical 2.0 0.1265128522768823 classification
tokyo1 959 44 0 2 42 categorical 2.0 0.0775149209345414 classification
twonorm 7400 20 0 0 20 categorical 2.0 6.57414170927761e-07 classification
vehicle 846 18 0 0 18 categorical 4.0 0.0004266124179609 classification
Expand Down

0 comments on commit b3fd3de

Please sign in to comment.