You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update: update neighbors.py to use pybind11 instead of daal4py (#2284)
* update: update neighbors.py to use pybind11 instead of daal4py
* test: revert changes and only change ondal fit for classifier
* test: revert everything
* fix: add failing validate data test to DESIGN_RULE_VIOLATIONS to avoid refactoring now
* fix: format changed files to pass ci
* fix: format fix
* fix: move validate data to onedal fit call
* fix: remove uncessary changes
* fix: remove uncessary changes
* fix: add changes
* fix: format
* fix: add import
* fix: fix check feature names
* wip: getting errors about feature anmes
* buggy: when remove functions from _onedal_fit of NearestNeighbors
* fix: got rid of all daal4py functions for knn regression, classificaiton and unsuporused, and lof
* fix: format
* fix: remove some violoations from desgin rule
* fix: add some validate data violoations to rules
* fix: fix the kneightbors calls
* fix: remove addtional tests
* fix: format
* fix: try use array api xp
* fix: add if check for nearest neighbors
* test: test np for knn regression predict
* fix: format
* fix: format
* fix: revert previous
* fix: fix validate data
* fix: fix score
* fix: fix predict
* fix: fix score
* fix: should only have 1 error now
* fix: fix error not raised error
* fix: fix predict
* fix: test fix
* fix: add flag to fit avoid type change
* fix: remove ensure finit
* fix: format
* test: tst ensure all finite = false
* test: fix
* fix: try use explict convert to numpy
* fix: format
* fix: fix as numpy
* fix: revert changes in dataframe support
* fix: try fix as numbpy
* fix: try fix as numbpy
* fix: format
* fix: try fix as numbpy
* fix: don't change as numbpy
* fix: try without as numpy
* fix: try don't use xp
* fix: try comment out xp again
* fix: try comment out xp again
* fix: comment out array api import
* fix: as numpy in lof
* fix: fresh start and try step by step again
* fix: just get rid of the daal4py functions
* fix: remove ck feature names
* fix: format
* fix: add valudate tests to violation array
* fix: dpn't delete check featuer names
* fix: remove daal functions from onedal
* fix: format
---------
Co-authored-by: Alexander Andreev <[email protected]>
0 commit comments