Skip to content

Create LearnerTorchFTTransformer #338

Open
@sebffischer

Description

Before implementing the learner. Just build it as a Graph.
The graph consists of:

  1. Two input nodes (one for tokenization of categoricals, one for numerics). Need to maybe handle what happens when only numerics or only categoricals exist, but ignore for now.
  2. Apply the Categorical encoder to categorical inputs, numeric encoder to numerical inputs.
  3. A Merge PipeOp that combines the categoricals and numerics
  4. A PipeOpTorchBlock that takes in the PipeOpTorch that represents a single transformer block (the PipeOpTorchBlock is responsible for repeating it multiple times
  5. Build the output head using existing PipeOpTorch.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions