Skip to content

Commit

Permalink
uses test task property
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Feb 20, 2024
1 parent 044762e commit 6267834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GraphLearner.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GraphLearner = R6Class("GraphLearner", inherit = Learner,
feature_types = mlr_reflections$task_feature_types,
predict_types = names(mlr_reflections$learner_predict_types[[task_type]]),
packages = graph$packages,
properties = mlr_reflections$learner_properties[[task_type]],
properties = setdiff(mlr_reflections$learner_properties[[task_type]], "uses_test_task"),
man = "mlr3pipelines::GraphLearner"
)

Expand Down

0 comments on commit 6267834

Please sign in to comment.