Closed m5signorini closed 2 years ago
I have made the corresponding changes, but I am not sure if the typing in the list of tested classifiers is correct. I assume using ClassifierMixin[FData, NDArrayAny]
is fine.
Base: 85.28% // Head: 85.31% // Increases project coverage by +0.02%
:tada:
Coverage data is based on head (
2ff203d
) compared to base (5c3c139
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Tests for securing the existence of the
classes_
attribute in a classifier after calling thefit
method.