PyTorch Tabular on tabular datasets without categorical columns/features #398
AishwaryaRaghavendra
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious to know if PyTorch Tabular with its available models is suitable for numerical tabular datasets without any categorical column?
data_config = DataConfig( target=target, continuous_cols=num_cols, categorical_cols=[] )
Beta Was this translation helpful? Give feedback.
All reactions