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

Proposal to Integrate ST-DBSCAN Algorithm into mlr3cluster #83

Open
MiboraMinima opened this issue Aug 8, 2024 · 2 comments
Open

Proposal to Integrate ST-DBSCAN Algorithm into mlr3cluster #83

MiboraMinima opened this issue Aug 8, 2024 · 2 comments

Comments

@MiboraMinima
Copy link

Hi everyone,

First of all, thank you so much for your work! I really enjoy using mlr3, and I appreciate that it integrates clustering into the same framework, which is fantastic for maintaining consistency in workflows.

Currently, there is no R package that implements ST-DBSCAN (as far as I know), and, therefore, no integrated framework that incorporates it.

In case you're unfamiliar with it, ST-DBSCAN is a variant of DBSCAN designed to find clusters in 3D space, typically spatio-temporal data (hence the "ST"). One common application is the clustering of stop-and-move behavior in GPS datasets.

While no packages currently implement this algorithm, there is an R code available here.

Would you be interested in integrating it into mlr3cluster? If so, how can I contribute to this effort?

@m-muecke
Copy link
Member

m-muecke commented Aug 8, 2024

Always open for taking feature requests. Alas, the current policy to integrate a new learner is that the package is on CRAN and well maintained and tested. Depending on complexity of the learner there might be considerations to directly add the implementation, which I don't prefer. I'm not familiar with ST-DBSCAN, but since you mentioned it's a variation of DBSCAN, I would suggest to open an issue in the dbscan package for possible integration, since that already implements DBSCAN, HDBSCAN, etc. and is also already included in mlr3cluster.

@MiboraMinima
Copy link
Author

Thank you for your reply. Ok, I'll do that!

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

2 participants