Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: carma outlier detection method (#281)
* feat: first draft of carma outlier detection Co-authored-by: Yakov Tsepilov <[email protected]> * docs: add carma docs page Co-authored-by: Yakov Tsepilov <[email protected]> * test: example of test Co-authored-by: Yakov Tsepilov <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * feat: adding tests to CARMA funcs v1 * feat: adding pandas as dependancy * feat: fixing tests for CARMA misc functions * feat: small fixes in tests for CARMA misc functions * feat: adding tests and data for tests for main carma functions * feat: small tweak of test settings for CARMA * feat: added documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * feat: adding more tests to set_gamma_func_base * fix: updating poetry.lock * feat: Update src/otg/method/carma.py Co-authored-by: Kirill Tsukanov <[email protected]> * feat: Update src/otg/method/carma.py Co-authored-by: Kirill Tsukanov <[email protected]> * feat: Update src/otg/method/carma.py Co-authored-by: Kirill Tsukanov <[email protected]> * feat: Update src/otg/method/carma.py Co-authored-by: Kirill Tsukanov <[email protected]> --------- Co-authored-by: Yakov Tsepilov <[email protected]> Co-authored-by: Yakov Tsepilov <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Suveges <[email protected]> Co-authored-by: Kirill Tsukanov <[email protected]>
- Loading branch information