-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(JAQPOT-135): Update MeanVar (#29)
* feat: Update Leverage DOA Tests * fix: Disabled numeric test * Revert "fix: Disabled numeric test" This reverts commit d2abf6f. * fix: Leverage_DOA removed numerical test * fix: Delete calculate() method in MeanVar class Deleted calculate() method because it is already replaced by predict() * fix: Delete commented-out code * feat: Update `test_mean_var` test * feat: Refactor`DOA' classes This commit refactors the structure of `DOA` to be an abstract base class. Additionally, `Leverage` and `MeanVar` inherit from `DOA`. * fix: MeanVar test * Update doa.py Deleted some comments
- Loading branch information
1 parent
25f2328
commit d015e7f
Showing
2 changed files
with
12 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters