Skip to content

Time series data with a combination of continuous and categorical features #231

Closed
@tkharrat

Description

@tkharrat

Hi,

I have a dataset with a sequence of continuous and categorical variables. The aim is to classify these sequences. I searched the tutorials notebooks but I can't find an example where this scenario is discussed.

In my opinion, a strategy similar to what has been done in fastai tabular_learner can be considered. The the categorical tesnors are first passed through an embedding and then concatenated with the continuous features. Next, the resulting tensor can be passed through the rest of the network.

If this scenario has been considered already, I would be grateful if you could point me to the associated notebook. If not, any guidance on how it could be implemented would be very useful. I would be keen to submit a PR dealing with this as I am sure some users may have similar datasets.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions