Skip to content

param_set attribute is not populating properly #256

Closed Answered by pat-s
Forester81 asked this question in Q&A
Discussion options

You must be logged in to vote

You can compare your environment with the below one. The mlr3book usually only uses the CRAN versions of the pkgs and we see no issues here.

library("mlr3verse")
#> Loading required package: mlr3
task <- tsk("pima")
print(task)
#> <TaskClassif:pima> (768 x 9)
#> * Target: diabetes
#> * Properties: twoclass
#> * Features (8):
#>   - dbl (8): age, glucose, insulin, mass, pedigree, pregnant, pressure,
#>     triceps
task$backend # show that data is loading
#> <DataBackendDataTable> (768x10)
#>  pregnant glucose pressure triceps insulin mass pedigree age diabetes ..row_id
#>         6     148       72      35      NA 33.6    0.627  50      pos        1
#>         1      85       66      29   …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Forester81
Comment options

@pat-s
Comment options

Answer selected by pat-s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #255 on August 26, 2021 19:15.