EpistasisLab / pmlb

PMLB: A large, curated repository of benchmark datasets for evaluating supervised machine learning algorithms.
https://epistasislab.github.io/pmlb/
MIT License
805 stars 135 forks source link

Weird values in Lymphography Data Set #127

Closed greggj2016 closed 4 years ago

greggj2016 commented 4 years ago

It appears that the values in some columns of the penn benchmark, and not other columns, are consistently transformed from [1, 2, 3, ..., n+1] to [n, ..., 2, 1, 0]. relative to the original source (https://archive.ics.uci.edu/ml/datasets/Lymphography)

Jupyter link: https://colab.research.google.com/drive/1T9P59K3rdZVurnzkmtxvQVGvY_FbpZHG?usp=sharing

greggj2016 commented 4 years ago

Closed by #133.