Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature LOF outlier detector #746

Merged
merged 285 commits into from
Jun 12, 2023
Merged

Feature LOF outlier detector #746

merged 285 commits into from
Jun 12, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    09412c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    65fbeac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    633636a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cd2eba View commit details
    Browse the repository at this point in the history
  4. Change X -> x throughout

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    98d2ba5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d57b6d View commit details
    Browse the repository at this point in the history
  6. Improve fpr description

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bc01ddf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47566b8 View commit details
    Browse the repository at this point in the history
  8. Add custom error types

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bda15fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bacbfcc View commit details
    Browse the repository at this point in the history
  10. Test aggregator output values

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ea436b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c3af856 View commit details
    Browse the repository at this point in the history
  12. Fix typos

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    351e5a7 View commit details
    Browse the repository at this point in the history
  13. Fix method typo

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a190cc3 View commit details
    Browse the repository at this point in the history
  14. Fix docstrings for KNNTorch

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0daa98f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8d2fa3b View commit details
    Browse the repository at this point in the history
  16. Fix mypy error

    mauicv committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    af8ab43 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    89c4815 View commit details
    Browse the repository at this point in the history
  2. Refactor init knn logic

    mauicv committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    c909f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc7a771 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    dfd613d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb167b View commit details
    Browse the repository at this point in the history
  3. Fix optional dependency tests

    mauicv committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f28cb0f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Add backticks do docstrings

    mauicv committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6ef8c62 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Update docstrings

    mauicv committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    76b31d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb600c View commit details
    Browse the repository at this point in the history
  3. Update return type hints

    mauicv committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cf6bba1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Add Mahalanobis detector

    mauicv committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f8ae93d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f9be0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa4f944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e936b36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d297082 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Add Mahalanobis tests

    mauicv committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1bf5fdc View commit details
    Browse the repository at this point in the history
  2. Fix flake8 error

    mauicv committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    a6ce6a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    babc083 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce28b8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4830db3 View commit details
    Browse the repository at this point in the history
  6. Minor change

    mauicv committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    7fe67f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    789a1d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55e95d6 View commit details
    Browse the repository at this point in the history
  9. Update changed _to_numpy logic

    mauicv committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    fe7c185 View commit details
    Browse the repository at this point in the history
  10. Rename test files

    mauicv committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ada292e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    31dbed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d7bdeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f86ba80 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    7bc86dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c865d4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66a5826 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e9877c View commit details
    Browse the repository at this point in the history
  5. Add pca detector

    mauicv committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    352e788 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    8c5668f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4161dff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f357bbe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Fix minor PR suggested changes

    mauicv committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    40a0b27 View commit details
    Browse the repository at this point in the history
  2. Make knn object private

    mauicv committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a831642 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa334bd View commit details
    Browse the repository at this point in the history
  4. Rename aggregator to ensembler

    mauicv committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d06673f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c674f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af30234 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    616ece2 View commit details
    Browse the repository at this point in the history
  8. Remove unnessesery code

    mauicv committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    db524ab View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Add experimental module

    mauicv committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3d69469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5934ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7a9b82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6391c80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35afa55 View commit details
    Browse the repository at this point in the history
  6. Add sklearn gmm od backend

    mauicv committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2fad9e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Add gmm pytorch backend

    mauicv committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c679ab0 View commit details
    Browse the repository at this point in the history
  2. Add _gmm tests

    mauicv committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7826155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901ad53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9439f38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1b0a0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0bb206 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09f8faa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc8d8bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27230e3 View commit details
    Browse the repository at this point in the history
  10. Add args param to fit

    mauicv committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d64c6b9 View commit details
    Browse the repository at this point in the history
  11. Make args kwargs

    mauicv committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5c56dc2 View commit details
    Browse the repository at this point in the history
  12. Fix minor issue

    mauicv committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    170a55f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Fix typing issues

    mauicv committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5a92bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90318e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7762c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06340c5 View commit details
    Browse the repository at this point in the history
  5. Add device logic to gmm torch

    mauicv committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7b939fa View commit details
    Browse the repository at this point in the history
  6. Minor change to docstring

    mauicv committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    0f415b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Remove OutlierDetector

    mauicv committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    049f93f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a2ea8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    885201f View commit details
    Browse the repository at this point in the history
  4. Correct method name spelling

    mauicv committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8667af5 View commit details
    Browse the repository at this point in the history
  5. Fix return in docstring

    mauicv committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    fb7584a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cddb470 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    af9730e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9105843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4196834 View commit details
    Browse the repository at this point in the history
  4. Minor fix

    mauicv committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5ade8e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27f7f90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae15ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89aece2 View commit details
    Browse the repository at this point in the history
  8. Fix merge issues from pca

    mauicv committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2899c90 View commit details
    Browse the repository at this point in the history
  9. Fix minor linting issue

    mauicv committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6af7d37 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    04da0a2 View commit details
    Browse the repository at this point in the history
  2. Address minor pr comments

    mauicv committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a677e30 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    f54586a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bede8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57dfd9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8c08eb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    b227db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705bc95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48a5e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba3a46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6a8486 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    94dd9c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7382a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c50cb47 View commit details
    Browse the repository at this point in the history
  4. Add device logic

    mauicv committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e53d4d1 View commit details
    Browse the repository at this point in the history
  5. Fix typing errors

    mauicv committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c86d0ad View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    46bb747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e89e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    b08572d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70921b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    87c8ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21a5fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a7fb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4a13d3 View commit details
    Browse the repository at this point in the history
  5. Fix missing comma bug

    mauicv committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    186cde2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adb1f51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    789b922 View commit details
    Browse the repository at this point in the history
  8. Add missing raise statment

    mauicv committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bdaf4d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    d539063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7633d8b View commit details
    Browse the repository at this point in the history
  3. Revert "Remove constructors from mixins"

    This reverts commit d539063.
    mauicv committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fc713c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e3d4d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea20b21 View commit details
    Browse the repository at this point in the history
  6. Fix spelling mistakes

    mauicv committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b1302dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09cf9f7 View commit details
    Browse the repository at this point in the history
  8. Fix mutable default issue

    mauicv committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    37025ed View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    b48b0a0 View commit details
    Browse the repository at this point in the history
  2. Fix minor spelling mistake

    mauicv committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8e423a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Add self return types

    mauicv committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    e0deeaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4046a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4c7004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffffbe8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    02657ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b754cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912afbd View commit details
    Browse the repository at this point in the history
  4. Remove autodoc comment

    mauicv committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d880f92 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    8d98ee2 View commit details
    Browse the repository at this point in the history
  2. Set default PValNormalizer

    mauicv committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    95d0e3c View commit details
    Browse the repository at this point in the history
  3. Cast outlier booleans to ints

    mauicv committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    12d22f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    767aff9 View commit details
    Browse the repository at this point in the history
  5. Minor change

    mauicv committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    467aa6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d57d1bd View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    a535e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8e212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    176a290 View commit details
    Browse the repository at this point in the history
  4. Fix failing tests

    mauicv committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    58d4f21 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    1f5be2f View commit details
    Browse the repository at this point in the history
  2. Revert renaming change

    mauicv committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b573bea View commit details
    Browse the repository at this point in the history
  3. Further alignment changes

    mauicv committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    dc0f2a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    004a19c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a567b93 View commit details
    Browse the repository at this point in the history
  6. Add docstrings for tests

    mauicv committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f9b023f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cbe044 View commit details
    Browse the repository at this point in the history
  8. Minor change

    mauicv committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    eecaa4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    858d8ec View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    8d10545 View commit details
    Browse the repository at this point in the history
  2. Make set_fitted private

    mauicv committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    70dc0c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76778c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fad014 View commit details
    Browse the repository at this point in the history
  5. Minor docstring changes

    mauicv committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8245edb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57abc3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f09979d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c169089 View commit details
    Browse the repository at this point in the history
  9. Change principle -> principal

    mauicv committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e11bf5b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    8dd6085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a27c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Fix broken tests

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3fe923c View commit details
    Browse the repository at this point in the history
  2. Fix remaining tests

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4061365 View commit details
    Browse the repository at this point in the history
  3. Fix linting error

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    54aecfd View commit details
    Browse the repository at this point in the history
  4. Minor fix in _pca

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e3de2a4 View commit details
    Browse the repository at this point in the history
  5. MInor changes

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b415372 View commit details
    Browse the repository at this point in the history
  6. Surface correct errors

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e73cbdc View commit details
    Browse the repository at this point in the history
  7. Fix tests for error surfacing

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    94e95e4 View commit details
    Browse the repository at this point in the history
  8. Minor error fix

    mauicv committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f5c67cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67cb670 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5631eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4a1798 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Minor fix

    mauicv committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7378f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944d5ef View commit details
    Browse the repository at this point in the history
  3. Revert minor change

    mauicv committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    278b619 View commit details
    Browse the repository at this point in the history
  4. Update pca backend docstrings

    mauicv committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    83d8346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    189d3cc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    fb6bb18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2d6224 View commit details
    Browse the repository at this point in the history
  3. Fix minor issue

    mauicv committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    cd99ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cb7796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ccca07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2175dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abd270d View commit details
    Browse the repository at this point in the history
  8. Minor fix

    mauicv committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    90bc9fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e329b90 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Update device types

    mauicv committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    665c8ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eefb93 View commit details
    Browse the repository at this point in the history
  3. Remove cpu calls from backends

    mauicv committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c4b3719 View commit details
    Browse the repository at this point in the history
  4. Rename compute_score to _score

    mauicv committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3ea402d View commit details
    Browse the repository at this point in the history
  5. Change principle -> principal

    mauicv committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3ceffbc View commit details
    Browse the repository at this point in the history
  6. Fix minor typing issue

    mauicv committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ef5a094 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    a4c06f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5857c13 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mauicv committed May 2, 2023
    Configuration menu
    Copy the full SHA
    30eff38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9994169 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49670aa View commit details
    Browse the repository at this point in the history
  6. Fix mypy errors

    mauicv committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b93dcb7 View commit details
    Browse the repository at this point in the history
  7. Catch n_components < 1 error

    mauicv committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4e5aa4b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Fix tests

    mauicv committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3481e0c View commit details
    Browse the repository at this point in the history
  2. Fix mypy issue in np.quantile

    mauicv committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e43dc34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cc13b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81b7c77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea5e117 View commit details
    Browse the repository at this point in the history
  6. Update _gmm docstrings

    mauicv committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4fb2131 View commit details
    Browse the repository at this point in the history
  7. Minor fix

    mauicv committed May 3, 2023
    Configuration menu
    Copy the full SHA
    482e738 View commit details
    Browse the repository at this point in the history
  8. Add docstrings for GMModel

    mauicv committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6dde34c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Make requested changes

    mauicv committed May 11, 2023
    Configuration menu
    Copy the full SHA
    14b7175 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    mauicv committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f9326ed View commit details
    Browse the repository at this point in the history
  3. Make pr requested changes

    mauicv committed May 11, 2023
    Configuration menu
    Copy the full SHA
    95645c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85fa952 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cb20d7 View commit details
    Browse the repository at this point in the history
  6. Fix minor typing error

    mauicv committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a38288e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Fix py3.7 typing issue

    mauicv committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e75058b View commit details
    Browse the repository at this point in the history
  2. Change fit arg order

    mauicv committed May 15, 2023
    Configuration menu
    Copy the full SHA
    246def0 View commit details
    Browse the repository at this point in the history
  3. Fix type

    mauicv committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1d98e80 View commit details
    Browse the repository at this point in the history
  4. Minor change

    mauicv committed May 15, 2023
    Configuration menu
    Copy the full SHA
    dd298f8 View commit details
    Browse the repository at this point in the history
  5. Change max_epochs docstring

    mauicv committed May 15, 2023
    Configuration menu
    Copy the full SHA
    95f1006 View commit details
    Browse the repository at this point in the history
  6. Update docstring

    mauicv committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f3e4d15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e13b9a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b75eb04 View commit details
    Browse the repository at this point in the history
  9. Fix merge import errors

    mauicv committed May 15, 2023
    Configuration menu
    Copy the full SHA
    37ab4e8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Fix tests and typing

    mauicv committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2af6641 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update tests

    mauicv committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6409bb7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    023b4c3 View commit details
    Browse the repository at this point in the history
  2. Fix issues in _lof

    mauicv committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a88630a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    c13572d View commit details
    Browse the repository at this point in the history
  2. Remove shape comments

    mauicv committed May 24, 2023
    Configuration menu
    Copy the full SHA
    6000309 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mauicv committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3f091ad View commit details
    Browse the repository at this point in the history
  4. Update lof docstrings

    mauicv committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d52c2f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7b4a66 View commit details
    Browse the repository at this point in the history
  6. Minor change

    mauicv committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b8842bd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Update score docstring

    mauicv committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5cec76d View commit details
    Browse the repository at this point in the history
  2. Update _compute_K docstring

    mauicv committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    32de716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7610baa View commit details
    Browse the repository at this point in the history