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

How to use Tabformer for unsupervised task ( clustering )? #23

Open
monk1337 opened this issue Jan 31, 2022 · 1 comment
Open

How to use Tabformer for unsupervised task ( clustering )? #23

monk1337 opened this issue Jan 31, 2022 · 1 comment

Comments

@monk1337
Copy link

Hello TabFormer Developers, I am dealing with a dataset that contains both continuous and categorical data points, There are no labels in the dataset and the task is to cluster the data points.

I was wondering is it possible to use the tabformer for clustering?

@yair-schiff
Copy link

@monk1337 thank you for the interest in the code. I think you can use the TabFormer BERT model to embed your data and then run an unsupervised clustering algorithm in BERT space.

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