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

Incorrect indices in n_feature_views for co-might documentation #165

Closed
sdcurtis opened this issue Nov 3, 2023 · 3 comments · Fixed by #166
Closed

Incorrect indices in n_feature_views for co-might documentation #165

sdcurtis opened this issue Nov 3, 2023 · 3 comments · Fixed by #166
Assignees

Comments

@sdcurtis
Copy link

sdcurtis commented Nov 3, 2023

URL: https://output.circle-artifacts.com/output/job/0521793e-4ff3-44fe-a270-ba882be3e601/artifacts/0/dev/auto_examples/hypothesis_testing/plot_MI_imbalanced_hyppo_testing.html#discussion

n_feature_views is defined as:
n_features_views = [10, n_features]

when it should be
n_features_views=[n_features_1, n_features_1+ n_features_2]

@adam2392
Copy link
Collaborator

adam2392 commented Nov 3, 2023

@SUKI-O would you be able to make a PR to address this issue?

@SUKI-O
Copy link
Member

SUKI-O commented Nov 3, 2023 via email

@adam2392
Copy link
Collaborator

adam2392 commented Nov 3, 2023 via email

@SUKI-O SUKI-O mentioned this issue Nov 3, 2023
5 tasks
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.

3 participants