Skip to content

Document default value for fit_intercept parameter for Ridge and RidgeCV #14409

@alexitkes

Description

@alexitkes

The default value for the fit_intercept parameter is True for all linear models, but this default value is documented for Lasso/LassoCV estomators, but not for Ridge/RidgeCV. Maybe replace the string fit_intercept : boolean with fit_intercept : boolean, default True in Ridge/RidgeCV documentation, too? Or maybe better with bool, default True as noted in issue #14404 ?

Ready to do it, already done in my fork.

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