Skip to content

MLPRegressor t_ attribute documented twice #19804

@rynoV

Description

@rynoV

The MLPRegressor class documents the t_ attribute twice:

t_ : int
The number of training samples seen by the solver during fitting.

t_ : int
Mathematically equals `n_iters * X.shape[0]`, it means
`time_step` and it is used by optimizer's learning rate scheduler.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions