Feature Details
A pipeline module to handle the generation of numeric features, process embeddings, and format outputs into a PyTorch legible format.
Affected Modules
Exposed API regarding feature generation will be implemented in the FeatureGen class. Current modules will not recieve exposed updates.
Implementation Checklist
Limitations
- The implementation will focus on pre-planned features and abstractions will only be made to facilitate efficient development of the current architecture.
- The pipeline will offer limited human-readable inspection/validation points. Format will strictly focus on
torch readability.
Feature Details
A pipeline module to handle the generation of numeric features, process embeddings, and format outputs into a
PyTorchlegible format.Affected Modules
Exposed API regarding feature generation will be implemented in the
FeatureGenclass. Current modules will not recieve exposed updates.Implementation Checklist
Limitations
torchreadability.