Skip to content

Use a predictor class and an RNN class #1

Description

@pohl-michel

The current code could make use of object-oriented programming for enhanced scalability and maintainability. By looking at "train_and_predict.m", one can understand that each prediction method (including RNNs) could be a subclass of the predictor class and that each RNN prediction method could be a subclass of the RNN class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions