Skip to content

AttributeError: module 'wrangle' has no attribute 'mean_zero' #16

@Libardo1

Description

@Libardo1

From talos tutorial, Breath Cancer Example with Functional Model

then we load the dataset

x, y = ta.datasets.breast_cancer()

and normalize every feature to mean 0, std 1

x = wr.mean_zero(pd.DataFrame(x)).values


AttributeError Traceback (most recent call last)
in
3
4 # and normalize every feature to mean 0, std 1
----> 5 x = wr.mean_zero(pd.DataFrame(x)).values

AttributeError: module 'wrangle' has no attribute 'mean_zero'

Any hint?

TIA,

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