paradox icon indicating copy to clipboard operation
paradox copied to clipboard

ParamHelpers Next Generation

Results 48 paradox issues
Sort by recently updated
recently updated
newest added

```r lrn("classif.rpart", minbucket = to_tune(2, 10))$param_set #> #> id class lower upper nlevels default value #> #> 1: cp ParamDbl 0 1 Inf 0.01 #> 2: keep_model ParamLgl NA NA...

| Package | CRAN | |-------------------|------| | bbotk | x | | mlr3 | x | | mlr3learners | x | | mlr3filters | x | | mlr3tuning | x...

I'm new to mlr3 and R.I'm try to adjust parameter for surv.svm, but I can define the ParamSpace by paradox,because the type of gamma.mu is ParamFct. This is my code:...

![Screenshot 2024-02-26 at 09-48-15 Create Torch Preprocessing PipeOps — pipeop_preproc_torch](https://github.com/mlr-org/paradox/assets/20975557/782d6d08-f2a4-424c-96b3-5ec357f88886)

Some of the default values in parameter sets can currently not be expressed because they contain expressions. E.g. a parameter `seed` might be an `integer()` but the default is `sample.int(100)`....

I think a nifty feature would be creating a `ParamSet` (or better, the code to create it) from a `data.frame` / `data.table`. This might go a long way, e.g. for...