Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Libardo1 opened this issue Jul 15, 2019 · 1 comment
Open

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

Libardo1 opened this issue Jul 15, 2019 · 1 comment

Comments

@Libardo1
Copy link

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,

@cda-gti-upm
Copy link

Just change wr.mean_zero() by wr.df_rescale_meanzero()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants