Skip to content

constraints matrix changes after running glmnetcv #69

@bonStats

Description

@bonStats

Is this behavior intended?

MWE:

X = rand(1000, 2)
y = X[:,1] + randn(1000)
constraints = [-1 -1; Inf Inf]
res = glmnetcv(X, y, constraints = constraints)
julia> constraints
2×2 Matrix{Float64}:
 -4.69035e-7  -4.57555e-7
 Inf          Inf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions