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 based on #2096 #2100

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

Commits on Oct 2, 2024

  1. ENH: array api dispatching

    added array-api-compat to test env
    samir-nasibli committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8bedde1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    31030f7 View commit details
    Browse the repository at this point in the history
  2. deselect more tests

    samir-nasibli committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    943796e View commit details
    Browse the repository at this point in the history
  3. deselect more tests

    samir-nasibli committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ef42daa View commit details
    Browse the repository at this point in the history
  4. disabled tests for

    samir-nasibli committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3bc755d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76f1876 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce0b8e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    404e8c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ced43bf View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    968365f View commit details
    Browse the repository at this point in the history
  2. Revert adding dpctl into Array PI conformance testing

    added versioning for the get_nnamespace
    samir-nasibli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c395d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9271479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5784c25 View commit details
    Browse the repository at this point in the history
  5. add tests

    samir-nasibli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8d7f664 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63d8f30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bd0280 View commit details
    Browse the repository at this point in the history
  8. linting

    samir-nasibli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    90411e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b7bbc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7b8f03 View commit details
    Browse the repository at this point in the history
  11. minor refactoring

    samir-nasibli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    169009d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ca118c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ddcf40 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec90d43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e7e547 View commit details
    Browse the repository at this point in the history
  16. updated minimal scikit-learn version for Array API dispatching in _de…

    …vice_offload.py _array_api.py
    samir-nasibli committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e5db839 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f99a92b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    4e3286a View commit details
    Browse the repository at this point in the history
  2. ENH: DBSCAN via Array API

    enabled for dpctl on onedal4py side; will be generelized
    samir-nasibli committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bc10579 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

    samir-nasibli committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    acf5689 View commit details
    Browse the repository at this point in the history
  3. minor update

    samir-nasibli committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9b2a8e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    cfd91ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18d65b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9da92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    016e6e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

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

Commits on Oct 18, 2024

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

Commits on Oct 19, 2024

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

Commits on Oct 22, 2024

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

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    b5138cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c31263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1411ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee9edd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. update for DBSCAN

    samir-nasibli committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    10da160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255d605 View commit details
    Browse the repository at this point in the history
  3. update to_table call

    samir-nasibli committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ada49b8 View commit details
    Browse the repository at this point in the history