Skip to content

Create general tool for all the use cases #7

@perellonieto

Description

@perellonieto

Most of the actual tools have several things in common and could potentially be merged into one parent tool.

  • All of them expect a model for the initialisation
  • All of them expect input matrices with x_tr, or x_te, y_tr, or y_te
  • All of them expect the passed model to have a function to fit or partial_fit
  • All of them expect the model to generate some outputs like scores, or features

It could be possible to specify what functions to call during training and a dictionary to return the output values.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions