You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
In a HyperControl object, is there a way to change either measure or resampling (or both) and leave other settings at their defaults?
This code results in error:
makeHyperControl(resampling=cv3, measures=kappa)
## Error in makeHyperControl(resampling = cv3, measures = kappa) : ## Assertion on 'mlr.control' failed: Must have class 'TuneControl', but has class 'NULL'.
And manual modification of fields result in unexpected outcome:
It seems that it was searched for the minimum kappa value
The text was updated successfully, but these errors were encountered:
GegznaV
changed the title
How to change measure and resampling?
How to change measure and resampling and maximize *kappa* value?
Jul 28, 2017
GegznaV
changed the title
How to change measure and resampling and maximize *kappa* value?
How to change measure and resampling and maximize kappa value?
Jul 28, 2017
Thanks for spotting that bug. I have to fix it in mlr. But it is just an output bug. Measures that are to be maximized are transformed with -1 because the optimizer always minimizes.
In a
HyperControl
object, is there a way to change eithermeasure
orresampling
(or both) and leave other settings at their defaults?This code results in error:
And manual modification of fields result in unexpected outcome:
It seems that it was searched for the minimum kappa value
The text was updated successfully, but these errors were encountered: