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 DPCTL doesn't support some numpy-like ufunc functionality, For example, loop of ufunc does not support argument 0 of type dpctl.tensor._usmarray.usm_ndarray which has no callable conjugate method. Make sense...
### Description fixes incremental estimators tests. Output array should be converted to numpy array before setting tol dependent on the dtype, otherwise the tol settings will not be set. Found...
### Description deprecate fallback to sklearn after onedal in LogReg. There is no need for this in LogRegression estimator. --- Checklist to comply with before moving PR from draft: **PR...
**Describe the bug** I am trying to accelerate a LGBMClassifier model on CPU but I can't. I have tried different ways: **To Reproduce** This is my code ``` import lightgbm...
### Description using `get_dataframes_and_queues` instead of `get_queues` in onedal4py testing. Enabled only for covariance, incremental covarience, incremental pca (just for verifying the primitive work) ### Justification onedal4py API and SPMD...
### Description Docs update for functional support of array API in 2025.0 rls version - [x] I have reviewed my changes thoroughly before submitting this pull request. - [x] I...
### Description This exposes a cpu-only estimator with a previously unused oneDAL algorithm. Testing is ongoing, and an updated description will be added at a later date. _List issue number(s)...
### Description Just a quick refactoring for some sklearnex examples. Added more comments, that could be useful for the user. Draft PR, development that could be used at https://github.com/intel/scikit-learn-intelex/pull/1624 @ethanglaser...
**Describe the bug** `TSNE` causes a Windows fatal exception, but it is hard to reproduce and does not happen with a random array. Please tell me what extra information might...
**Describe the bug** Getting different results by turning on/off sklearnex with ExtraTrees and RandomForest algorithms. This issue occurs starting with version 2024.1. I found it with my own dataset, and...