Skip to content

In the example - what is the target variable? #6

@sourish-cmi

Description

@sourish-cmi

In the following example : What is the target variable in df?

julia> obj = ModelSelection("forward", "r2", "aic");
julia> Random.seed!(123); df = hcat(rand(Float64, (50, 21))); # 50*21 Matrix
julia> fit!(obj, df)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions