Skip to content

squared argument is deprecated #58

@bhargav-borah

Description

@bhargav-borah

In FeatureSelector.py, RMSE is implemented along the lines of mean_squared_error(y_true, y_pred, squared=False). However, the squared argument has deprecated in scikit-learn 1.6.0. Potentially, sklearn's root_mean_squared_error can be used for the same purpose.

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