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: Allow unsupervised random forest for distance calculation. (a data preparation step) #101

Open
jacekkotowski opened this issue Dec 6, 2022 · 1 comment
Labels
feature a feature request or enhancement

Comments

@jacekkotowski
Copy link

As in article http://gradientdescending.com/unsupervised-random-forest-example/ unsupervised random forest can be used for distance calculation. Perhaps it can be used as a preparation step for the data. Such a solution is very convenient, since Random Forest will take care for normalization of data and categorical variables. Used with PAM it shows better separation of species in iris dataset than clustering with distances calculated the standard way.

@jacekkotowski jacekkotowski changed the title Allow unsupervised random forest for distance calculation. (a data preparation step) Feature: Allow unsupervised random forest for distance calculation. (a data preparation step) Dec 6, 2022
@EmilHvitfeldt EmilHvitfeldt added the feature a feature request or enhancement label Mar 30, 2023
@EmilHvitfeldt
Copy link
Member

Hello @jacekkotowski Thank you for this suggestion!

I will get around to doing some more {tidyclust} development, hopefully in the next couple of months, and will see if we can add this then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants