Skip to content

error in featureFiltering with small variable count #6

@minemR

Description

@minemR

I got error:

Error in .local(.Object, ...) : 
  user cannot request for more solutions than is possible given the data set

Code:

train_df <- sim_data(n = 1000,
                     modelvars = 10,
                     noisevars = 10,
                     model_sd = 4,
                     noise_sd = 4,
                     epsilon_sd = 4,
                     outcome = "regression",
                     cutoff = NULL)
head(train_df[, 1:10])
# Maximum Relevance Minimum Redundancy Filter
test_mr <- featureFiltering(data = train_df,
                            target = "y",
                            method = "mrmr",
                            returning = "names")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions