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

CA. method fit doesn't work #95

Closed
Muilton opened this issue Aug 21, 2020 · 3 comments
Closed

CA. method fit doesn't work #95

Muilton opened this issue Aug 21, 2020 · 3 comments

Comments

@Muilton
Copy link

Muilton commented Aug 21, 2020

Hello
I tried to fit CA model and after that build CA factor map but it doesn't work.
I checked my data - df is good (like your example).
I attache screenshot
image

So, method which build plot didn't start, because ca.fit(X) had failed.

@Muilton
Copy link
Author

Muilton commented Aug 21, 2020

So, I found the mistake.
It works if we fit model on df.values (without column and index names) and after that build plot with full dateframe (with column and index names)
image

But I think it's not convinient behavior.

@Muilton
Copy link
Author

Muilton commented Aug 21, 2020

So, thank you so much for this project.
It's very useful.

@MaxHalford
Copy link
Owner

Hey! No worries, glad you worked it out :)

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