-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Increase execution speed of plot_cluster_comparison.py #21624
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
Increase execution speed of plot_cluster_comparison.py #21624
Conversation
The optics results don't look very good now, could you please play with its parameters so that you get a similar result as before? |
Yes, I agree, I'm working on it. |
Retrieve last changes
… working on the other datasets
@adrinjalali I played with the parameters and the results looks better to me, what do you think ? |
@Iglesys347 would you mind merging with the latest |
@adri 8000 njalali I merged the latest main and the checks fails ; but they did not fail before and I didn't change anything in the code. |
The CI error is unrelated to your change and is being addressed in #22381 |
Hello @adrinjalali I merged the latest changes from |
Yep, this is perfect, thank you @Iglesys347 |
…arn#21624) * Reduced n_samples to increse speed * ENH imporved visuals of Optic method for the first two dataset, still working on the other datasets * ENH improved visuals for Optic method by tuning parameters * Linting with black
Reference Issues/PRs
References #21598
What does this implement/fix? Explain your changes.
Reduced the number of parameters (divided by 3) in order to increase the execution speed.
Here is the graphs with the base method (1500 parameters) :
And here the ones with the new method (500 parameters):
Finally the graphs with 500 parameters and tunned parameters
We cannot reduce more the number of parameters otherwise we would not be able to see the scalability.
Any other comments?