Skip to content

Commit

Permalink
fix: remove default value for data_formats since deprecacted in dev mlr3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Aug 23, 2024
1 parent 737498e commit e59d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LearnerDens.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LearnerDens = R6::R6Class("LearnerDens",
#' @description Creates a new instance of this [R6][R6::R6Class] class.
initialize = function(id, param_set = ps(),
predict_types = "cdf", feature_types = character(),
properties = character(), data_formats = "data.table",
properties = character(), data_formats,
packages = character(),
label = NA_character_,
man = NA_character_) {
Expand Down

0 comments on commit e59d3c4

Please sign in to comment.