scikit-learn-intelex
scikit-learn-intelex copied to clipboard
Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
## Description As a follow-up suggestion from #2109 , lets be consistent on where we call check_is_fitted. This is stricter than sklearn's ```check_estimators_unfitted``` as it applies to anything that uses...
[fix] correct logic k-NN algos ```kneighbors()``` call when ```algorithm='brute'``` and fit with GPU
### Description Calling k-NN algorithms ```kneighbors()``` after fitting with GPU and algorithm = 'brute' will assume that it was fit using daal4py, and will fail in yielding kneighbors. This adds...
## Description _Add a comprehensive description of proposed changes_ _List associated issue number(s) if exist(s): #6 (for example)_ _Documentation PR (if needed): #1340 (for example)_ _Benchmarks PR (if needed): https://github.com/IntelPython/scikit-learn_bench/pull/155...
## Description [in progress] Tests will be checked. Assuming that skip needed to be used for env or sigsevs --- Checklist to comply with **before moving PR from draft**: **PR...
## Description This PR adds an additional log file from the script `run_examples.py` that outputs the results from all example executions in JSON format, including details such as time they...
Thanks for your library. ONNX supports scikitlearn, lightgbm and xgboost models through `sklearn-onnx` converter. Inference speed benchmarks would be interesting and valuable. Any plans for that?
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [array-api-strict](https://redirect.github.com/data-apis/array-api-strict) | `==2.3.1` -> `==2.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## Description pre-commit checking is a non-default option that can be enabled (https://docs.renovatebot.com/modules/manager/pre-commit/) . When clang-format versions for 'dependencies-dev' get added in #2543 we will have to check its version...
## Description Root out all the misspellings in the codebase by using ```codespell``` (https://github.com/codespell-project/codespell) a tool currently also in use in oneTBB. This can be simply added as a pre-commit...