Skip to content

Missing import due to #4 regression #7

Description

@k-tamura

To fix issue #4, you deleted the code below, but the import statement should not be removed.

from sklearn.preprocessing import MinMaxScaler
pd.DataFrame(  # mean of 0 and std of 1 but ranges are different (see min and max)
    MinMaxScaler().fit_transform(covid_flu[numerical_columns]),
    columns=numerical_columns
).hist()

I will make a pull request later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions