Alexander Andreev

Results 59 comments of Alexander Andreev

@xwu99, issue is fixed by https://github.com/oneapi-src/oneDAL/pull/1493. Please, verify that your case is working now.

Acceleration of `sklearn.ensemble.HistGradientBoosting` is not in nearest plans. Existing workloads and code samples show that Gradient Boostings from XGBoost/LightGBM/CatBoost are more popular than scikit-learn's one and we contributed in their...

> Example should be minimal. If you want to show both, why we need 2 examples instead of 1? Formally, it's not in scope of this PR, but I removed...

http://intel-ci.intel.com/eb69f561-0085-f106-af7e-8cdcd4b723a1

Fixed by https://github.com/oneapi-src/oneDAL/commit/c6c5219c85e5bceb0392e54e653e00e8cc45e21f commit / https://github.com/oneapi-src/oneDAL/pull/1533 PR.

@xwu99, did https://github.com/oneapi-src/oneDAL/commit/c6c5219c85e5bceb0392e54e653e00e8cc45e21f fix your case?

Thank you for information, NGBoost looks interesting. Currently, oneDAL does not have same patching functionality for LightGBM and XGBoost as for [sklearn](https://intel.github.io/scikit-learn-intelex/what-is-patching.html), but this direction is promising. Theoretically, you can...

> Are you trying to merge this into master branch? I mean shouldn't we merge this to develop first? It's targeted to master for now because CI is not enabled...

Wait for https://github.com/oneapi-src/oneDAL/pull/2131 and then retarget to `develop`

Issue is similar to https://github.com/intel/scikit-learn-intelex/issues/968: py310 daal4py wheel is not available for current release, wheel for py39 is downloaded by error in setup config, both sklearnex and daal4py should be...