Philipp Probst

Results 20 issues of Philipp Probst

There should be some blurring when plotting densities in `autoplot` such that the density in the background is also visible. I have seen this problem here: https://mlr3book.mlr-org.com/tasks.html in 2.2.5 There...

Is it possible to use the Jaro-Winkler distance with the fuzzywuzzy package? If not, is it easily extandable? I want to find words that are similar to a specific word,...

Maybe the closed issue #5 gets more attention if I open a new issue

When using mlrHyperopt very big objects get saved. This can be very annoying when doing repeated cross validation on several datasets, cause big objects are saved/used. Example: ``` task =...

Can you include the possibility of priors instead of only ranges to your package? Would be awesome, although I think that it is not easy to implement this in mlrMBO......

Maybe I have overseen something, but I get different optimal results in the plot and with getTuneResult. I really like the plotOptPath function! ``` par.set = makeParamSet( makeNumericParam("C", lower =...

Based on this guide (https://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf), I uploaded new parameter settings for svm. Maybe you should make them the defaults.

If I want to cite mlrHyperopt - how should I do it?

I looked up your default parameter space for ranger and this is not really suitable for bigger datasets. ``` Type len Def Constr Req Tunable Trafo mtry integer - 2...