Skip to content

squared argument is deprecated #58

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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