You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: