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 runs into NPE when PCA_method="glrm" #16335

Open
wendycwong opened this issue Jul 18, 2024 · 0 comments
Open

PCA runs into NPE when PCA_method="glrm" #16335

wendycwong opened this issue Jul 18, 2024 · 0 comments
Labels

Comments

@wendycwong
Copy link
Contributor

Use the same dataset as here: #16331

Then make the following call to build your PCA model:

fitModel = H2OPrincipalComponentAnalysisEstimator(k=4, PCA_method="glrm", ) use_all_factor_levels=True)
fitModel.train(x=data.names, training_frame=data)

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

No branches or pull requests

1 participant