EpistasisLab / pmlb

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

Banana dataset is now a classification problem #166

Closed alexzwanenburg closed 1 year ago

alexzwanenburg commented 1 year ago

The banana dataset was previously listed as a regression problem #162.

This has now been fixed.

trangdata commented 1 year ago

Looks great @alexzwanenburg 💯 🌻 thank you so much for the contribution! I only have some minor comments!

alexzwanenburg commented 1 year ago

I fixed it. I actually use the yaml R-package to convert the metadata from a (nested) list to a yaml file, but this does not indent the nested bits correctly for some reason.

EDIT: I found the correct setting.

alexzwanenburg commented 1 year ago

I also updated the metadata file from the titanic dataset to use indenting for nested lists.