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

Avoid hacky way of setting up GaussianMixture dataset #19

Open
bsipocz opened this issue Jan 11, 2019 · 0 comments
Open

Avoid hacky way of setting up GaussianMixture dataset #19

bsipocz opened this issue Jan 11, 2019 · 0 comments

Comments

@bsipocz
Copy link
Member

bsipocz commented Jan 11, 2019

Some of the current examples are hacking GaussianMixture() to set up the input dataset. In more recent versions of scikit-learn sampling with a none witted GaussianMixture is not really supported feature (discussion around scikit-learn/scikit-learn#7822 (comment)).

So while is possible to hack it around, we should look into other ways to generate the input dataset for these user facing examples.

examples are e.g.: book_figures/chapter6/fig_GMM_nclusters.py

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

1 participant