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

Question about vdp1-ode dataset in pmlb #177

Open liangaomng opened 1 year ago

liangaomng commented 1 year ago

May I ask for your advice in PMLB dataset? One is what does column of "label" mean in this strogatz_vdp1 dataset? Secondly, I tried to read data using the latest version 1.0 of the pmlb instruction, but it prompted that there is no such dataset in pmlb. How could I use them like use dataset-"hill-house". My code: dataset = pmlb.fetch_data('strogatz_vdp1')

trangdata commented 1 year ago

@liangaomng Thanks for using the library! 🌱 I believe @lacava added strogatz datasets in #141, so maybe you need to install the current github version to fetch it?