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

feature: verbose flag in cluster.DBscan #14947

Open
sloev opened this issue Sep 10, 2019 · 7 comments
Open

feature: verbose flag in cluster.DBscan #14947

sloev opened this issue Sep 10, 2019 · 7 comments

Comments

@sloev
Copy link

sloev commented Sep 10, 2019

would it be possible to get verbose "back" as a flag in DBscan. seems like it was there in earlier releases:

https://ogrisel.github.io/scikit-learn.org/sklearn-tutorial/modules/generated/sklearn.cluster.DBSCAN.html

@jnothman
Copy link
Member

jnothman commented Sep 10, 2019 via email

@sloev
Copy link
Author

sloev commented Sep 30, 2019

i would like to see progress reports like this i guess:
https://stackoverflow.com/a/51876268/5324953

@jnothman
Copy link
Member

jnothman commented Oct 2, 2019 via email

@cmarmo
Copy link
Member

cmarmo commented Aug 20, 2020

My understanding is that this issue is about propagating the verbose flag available for some of the DBSCAN algorithm (eg ball_tree and kd_tree). I'm relabeling this as "Enhancement". Feel free to close or revert if this is not correct.

@GiilDe
Copy link

GiilDe commented Oct 18, 2020

I am using dbscan with large amount of data and it's frustrating to not get any feedback on progress. So, in my opinion as a user, it is important to add this feature.

@JacksonWuxs
Copy link

I believe @GiilDe suggestion is right.
Most scenarios using DBSCAN work on large dataset. Thus, a progress report is necessary and meaningful.

@BadisG
Copy link

BadisG commented Apr 25, 2023

I agree with that, DBSCAN and KNNImputer must have a verbose functionnality, those are really slow algorithm and I want to know how long it's gonna actually take

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

No branches or pull requests

7 participants