Closed m5signorini closed 2 years ago
Base: 85.40% // Head: 85.41% // Increases project coverage by +0.01%
:tada:
Coverage data is based on head (
a9e9e51
) compared to base (aee15f4
). Patch coverage: 83.33% 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.
I have not modified the class docstring but it appears to be failing the style test. Presumably it is because the use of :external:class
to reference scikit learn classes. Should it be instead something like only :class:
?
I have updated the corresponding files to avoid the style errors.
Also, I include in this pull request the changes to the Target
type var in _utils
.
Solution for logistic regression of issue #480. I think it was only needed to change the last
mlvr.fit
in the fit method of logistic regression.I also include here the corresponding updated
test_classifier_classes
, to test for all now correctly working classifiers.