TabFormer
TabFormer copied to clipboard
How to use Tabformer for unsupervised task ( clustering )?
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?
@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.