pyod
pyod copied to clipboard
Fix compare_all_modells.py
Hi,
This PR fixes the performance of INNE in ''compare_all_models.py''.
INNE should use a small ''max_smaples'' value for this dataset.
Best regards, Xin Han
All Submissions Basics:
- [] Have you followed the guidelines in our Contributing document?
- [ ] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
- [ ] Have you checked all Issues to tie the PR to a specific one?
All Submissions Cores:
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new tests for your core changes, as applicable?
- [ ] Have you successfully ran tests with your changes locally?
- [ ] Does your submission pass tests, including CircleCI, Travis CI, and AppVeyor?
- [ ] Does your submission have appropriate code coverage? The cutoff threshold is 95% by Coversall.
New Model Submissions:
- [ ] Have you created a <NewModel>.py in ~/pyod/models/?
- [ ] Have you created a <NewModel>_example.py in ~/examples/?
- [ ] Have you created a test_<NewModel>.py in ~/pyod/test/?
- [ ] Have you lint your code locally prior to submission?
Pull Request Test Coverage Report for Build 3087050564
- 0 of 0 changed or added relevant lines in 0 files are covered.
- 5 unchanged lines in 1 file lost coverage.
- Overall coverage decreased (-0.06%) to 93.542%
Files with Coverage Reduction | New Missed Lines | % |
---|---|---|
pyod/models/lof.py | 5 | 86.84% |
<!-- | Total: | 5 |
Totals | |
---|---|
Change from base Build 3057864104: | -0.06% |
Covered Lines: | 8155 |
Relevant Lines: | 8718 |