how can I import my data in to task =tsk() from mlr3verse
0
0
Entering edit mode
19 months ago
ali • 0

Hi everyone

my problem is when i want to add my own data , I get error ;

library("mlr3verse")

if (requireNamespace("praznik")) {
  task = mlr3::tsk("exn3")
  filter = flt("jmim")
  filter$calculate(task, nfeat = 2)
  as.data.table(filter)
}

Error: Element with key 'exn3' not found in DictionaryTask!
Feature Selection ML filtter • 421 views
ADD COMMENT

Login before adding your answer.

Traffic: 2915 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6