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')
@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?
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')