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

ENH: DBSCAN via Array API #2014

Draft
wants to merge 114 commits into
base: main
Choose a base branch
from

Commits on May 13, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    9052a73 View commit details
    Browse the repository at this point in the history
  2. minor fix

    samir-nasibli committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b070c89 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on Jun 1, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 8, 2024

  1. minor update

    samir-nasibli committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    01d73da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4587aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f8921 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    46dea79 View commit details
    Browse the repository at this point in the history
  2. removed daal4py device_offloading

    updated onedal4py _device_offload module
    
    sklearnex _device_oflload depends on onedal4py only
    samir-nasibli committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8ce81ea View commit details
    Browse the repository at this point in the history
  3. integrating changes of device offloading for sklearnex primitives/est…

    …imators with daal4py backend
    samir-nasibli committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fc01bae View commit details
    Browse the repository at this point in the history
  4. minor fixes

    samir-nasibli committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    18e6599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4318064 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    864c1a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4142bf1 View commit details
    Browse the repository at this point in the history
  8. fix for onedal._config

    samir-nasibli committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    25d87bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    778b88d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    f18070f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df682e6 View commit details
    Browse the repository at this point in the history
  3. fixed dispatcher

    samir-nasibli committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    23c84f4 View commit details
    Browse the repository at this point in the history
  4. fixed decorator name

    samir-nasibli committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0483c5c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 18, 2024

  1. minor updates

    samir-nasibli committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    75f9c4b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    27b7a7c View commit details
    Browse the repository at this point in the history
  2. reverted changes for LogReg refactoring

    moved refactoring into spererate intel#1877
    samir-nasibli committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dec939e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38cc61e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cea22ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bb3697 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ec11b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. added todo comments

    samir-nasibli authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4179f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    694d94b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bf2585 View commit details
    Browse the repository at this point in the history
  4. removed TODO comment from ridge.py

    the comment addressed on intel#1843
    samir-nasibli committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e903fbb View commit details
    Browse the repository at this point in the history
  5. Added ElasticNet, Lasso, Ridge into sklearnex patching map

    remove unnecessary docstrings assignments
    samir-nasibli committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1491b38 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    81de19e View commit details
    Browse the repository at this point in the history
  2. lint

    samir-nasibli committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3dd5000 View commit details
    Browse the repository at this point in the history
  3. removed debug print

    samir-nasibli committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    adc6e68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    652d014 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 9, 2024

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

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

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

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    7bef6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e2a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383ce0d View commit details
    Browse the repository at this point in the history
  4. linting

    samir-nasibli committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d8d0dc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 22, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    eda98a4 View commit details
    Browse the repository at this point in the history
  2. fixed for bs and ridge

    samir-nasibli committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f74ff13 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    0300f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cae80b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac3aacb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80da711 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    1de8fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    621dfc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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

Commits on Aug 11, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    9be33c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fa37a View commit details
    Browse the repository at this point in the history
  3. Deselect LOF stability test with array api

    LocalOutlierFactor estimator with array_api input has some accuracy issues on Windows
    samir-nasibli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    016f550 View commit details
    Browse the repository at this point in the history
  4. Revert "Deselect LOF stability test with array api"

    This reverts commit 016f550.
    samir-nasibli committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3e833d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0fc95d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. ENH: DBSCAN via Array API

    DDBSCAN rewrite via Array API
    samir-nasibli committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    77b8231 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    df1efc6 View commit details
    Browse the repository at this point in the history
  2. refactoring

    samir-nasibli committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2094fad View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    3004faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fcaafe View commit details
    Browse the repository at this point in the history
  3. minor update

    samir-nasibli committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5521720 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bd3df0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19df8f1 View commit details
    Browse the repository at this point in the history
  6. covered by tickets TODOs

    removed TODOs
    samir-nasibli committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    442826e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    fc34a6c View commit details
    Browse the repository at this point in the history
  2. refactor _asarray

    samir-nasibli committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ec634c1 View commit details
    Browse the repository at this point in the history
  3. update a bit logic

    samir-nasibli committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    844745f View commit details
    Browse the repository at this point in the history
  4. addressed test failes

    samir-nasibli committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    752df22 View commit details
    Browse the repository at this point in the history
  5. update docstring

    samir-nasibli committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fe38790 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dd9521 View commit details
    Browse the repository at this point in the history
  7. Update _array_api.py

    samir-nasibli authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6989049 View commit details
    Browse the repository at this point in the history
  8. minor update

    samir-nasibli committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    047d698 View commit details
    Browse the repository at this point in the history
  9. minor updatte try

    samir-nasibli committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c5f8281 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b45a24 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. minor refactoring

    samir-nasibli committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ac7288f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f3a35 View commit details
    Browse the repository at this point in the history
  3. fix refactoring

    samir-nasibli committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3915066 View commit details
    Browse the repository at this point in the history
  4. addressed test fails

    samir-nasibli committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    95fa66f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a9e497 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c66836f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    3ac9c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819aa8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa2bf82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3539ee3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad71cd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4634c73 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. ENH: DBSCAN via Array API

    DDBSCAN rewrite via Array API
    samir-nasibli committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    870b0be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    288ae25 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. backup local changes

    samir-nasibli committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9bcbd4e View commit details
    Browse the repository at this point in the history
  2. minor refactoring

    samir-nasibli committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    41d1efc View commit details
    Browse the repository at this point in the history
  3. fixing

    samir-nasibli authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    52e9257 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    dd78da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    019ff56 View commit details
    Browse the repository at this point in the history
  3. minor fix

    samir-nasibli committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a09c3d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a43f8f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    d9b8cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f95197f View commit details
    Browse the repository at this point in the history