Skip to content

Conform to scikit-learn requirements #2

@matteobecchi

Description

@matteobecchi

The OnionMulti class does not conform to the scikit requirements for the data input format.

At the moment, there are constraints on the size of the input array because it has to be a multiple of the number of dimension (because we are flattening the 3D array into a 2D one).

Because of this, the code does not pass the "check_estimator" tests. Currently I have no idea on how to solve this.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions