Skip to content

Algorithm Class Design Improvement #35

@hjisaac

Description

@hjisaac

After testing to note tie the data for training to the algorithm instance, it results that passing the data to the algorithm would have been simpler in terms of design. Because, with the current approach the management of the data is not being elegant (For example the management of the item_database)

The wanted to not tie the data to the algorithm. But that is what we end up doing. So better instanciate the Algo with all the data needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions