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

PCA with missing values in Pandas DataFrame #3347

Closed
ross-h1 opened this issue Dec 30, 2016 · 0 comments · Fixed by #3351
Closed

PCA with missing values in Pandas DataFrame #3347

ross-h1 opened this issue Dec 30, 2016 · 0 comments · Fixed by #3351

Comments

@ross-h1
Copy link

ross-h1 commented Dec 30, 2016

This falls over at data[mask] = projection_masked for a pandas df.

When passed df.values seems to work ok.

bashtage added a commit to bashtage/statsmodels that referenced this issue Jan 2, 2017
Fix PCA to correctly handle missing values when input is pandas
Add tests for alternative drop methods

closes statsmodels#3347
bashtage added a commit to bashtage/statsmodels that referenced this issue Jan 2, 2017
Fix PCA to correctly handle missing values when input is pandas
Add tests for alternative drop methods

closes statsmodels#3347
bashtage added a commit to bashtage/statsmodels that referenced this issue Jan 22, 2017
Fix PCA to correctly handle missing values when input is pandas
Add tests for alternative drop methods

closes statsmodels#3347
bashtage added a commit to bashtage/statsmodels that referenced this issue Jan 31, 2017
Fix PCA to correctly handle missing values when input is pandas
Add tests for alternative drop methods

closes statsmodels#3347
bashtage added a commit to bashtage/statsmodels that referenced this issue Feb 2, 2017
Fix PCA to correctly handle missing values when input is pandas
Add tests for alternative drop methods

closes statsmodels#3347
bashtage added a commit to bashtage/statsmodels that referenced this issue Feb 6, 2017
Fix PCA to correctly handle missing values when input is pandas
Add tests for alternative drop methods

closes statsmodels#3347
yl565 pushed a commit to yl565/statsmodels that referenced this issue Feb 11, 2017
Fix PCA to correctly handle missing values when input is pandas
Add tests for alternative drop methods

closes statsmodels#3347
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

Successfully merging a pull request may close this issue.

1 participant