Skip to content

Failed doesn't return even when input data contains NaN or INFINITY (for LinearRegression) #349

@lamrongol

Description

@lamrongol

I noticed LinearRegression::fit() result parameters( such as intercept(), coefficients()) are all NaN when input data(arguments of fit() ) contains NaN or INFINITY.
I think it should return Failed.

I confirmed this problem only for LinearRegression, but other modules may have same problem.

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