Skip to content

Does PyTorch tabular allows columns whose data type is an array? #521

Answered by dosubot bot
dpvargas asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @dpvargas! I'm here to help with any questions or issues you have. I'm a bot designed to assist you with problem-solving and contributing. Let me know how I can assist you today!

PyTorch Tabular does not explicitly support columns with data types like arrays or Python lists as input features. It primarily supports continuous, categorical, and date columns [1]. However, you can preprocess or transform array-like data types before using them in PyTorch Tabular. The TabularDatamodule class provides methods for encoding, transforming, and normalizing data, which can be adapted to handle array-like data by converting them into a supported format, such as separate continuous columns [2].

T…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dpvargas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant