rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.82k stars 853 forks source link

Refactor bias_variance_decomposition test. #1081

Closed fkdosilovic closed 3 months ago

fkdosilovic commented 5 months ago

Description

Refactors two tests in evaluate/tests/test_bias_variance_decomp.py (change base_estimator to estimator). This fixes two failing unit tests.

Related issues or pull requests

None.

Pull Request Checklist

rasbt commented 5 months ago

Arg, good catch, thanks!

rasbt commented 3 months ago

Thanks a lot, I somehow missed this and will check it out!

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.32%. Comparing base (506a4d5) to head (2d61b28).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1081 +/- ## ======================================= Coverage 78.32% 78.32% ======================================= Files 196 196 Lines 11157 11157 Branches 1404 1404 ======================================= Hits 8739 8739 Misses 2200 2200 Partials 218 218 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rasbt commented 3 months ago

Thanks for updating this, I appreciate it!