Bernd Bischl

Results 195 comments of Bernd Bischl

it is apparently under "measures" (what i dislike) https://www.openml.org/search?type=measure also for heidi's example it simply says: MaxNominalAttDistinctValues DataQuality extracted from Fantail Library :( @HeidiSeibold It will be the max number...

> The data quality list is indeed under measures. I can add a shortcut link > if you want. Where do you want it? i would like to have the...

hi, but what exactly is the request? more support specifically for recommender systems? we wont do this very soon very likely? or to support the classification and regression learners from...

what exactly do you mean with checked? and what would such a message look like?

so not whats there, currently in memory, but what available for installation? but that function would need access to github? and it would need to download packages and install them...

ok, i also just read your other issue #82 the thing is: where would that registry live? and who maintains this how? currently it is very simple for a new...

well, no, what you are describing is a different process. a) this is how it is, currently. you write a new learner extension package. you put it somewhere on github....

> Machine-readable format: > > ```r > available.packages(repos = "https://mlr3learners.github.io/mlr3learners.drat") > ``` I would have been nice to have posted the output too. ```mlr3learners.partykit "https://mlr3learners.github.io/mlr3learners.drat/src/contrib" > options(width = 200) >...

please note that the package name DOES not coincide with the learner-name. and an extension package can and should contain multiple learners

what we want is this: listOMLSetups(setup.ids) --> data frame of hyperparams for the setup ids listOMLRunsEvaluations: new arg "expand.setup" which turn setup.ids in hyperpar cols. we need this very soon....