Closed rgmantovani closed 8 years ago
Hm, good point. I don't see any reason to throw an error and avoid reading the dataset. Why is it forbidden to get the data when there is no default target defined? Wouldn't a warning be sufficient instead of an error? Let's wait what @joaquinvanschoren and @berndbischl think.
That is just an error in the assertion. The dataset should of course be downloadable to R with 0 target features.
Pls fix this and add a unit test
Also agree that a dataset without default target should be downloadable. This is actually very common for clustering datasets. On Thu, 24 Mar 2016 at 21:28, Bernd Bischl notifications@github.com wrote:
That is just an error in the assertion. The dataset should of course be downloadable to R with 0 target features.
Pls fix this and add a unit test
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/openml/openml-r/issues/207#issuecomment-201005272
Hi guys,
is there any way to get a dataset with no target feature? Or should I add a "default" target @joaquinvanschoren ? There are at least 6 OML datasets without a target feature specified, but the corresponding task has it.
I took a look on the tasks, and all of them have more than 100 features.
My sessionInfo( );
Thanks.