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.
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.