Skip to content

Documentation error in MinMaxScaler #4351

Closed
@harrymvr

Description

@harrymvr

The math in

X_std = (X - X.min(axis=0)) / (X.max(axis=0) - X.min(axis=0))
does not render correctly in the documentation. Unfortunately I am not familiar with rst files, so I leave this open.

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