Alexander Andreev

Results 59 comments of Alexander Andreev

Rebase on latest develop commit https://github.com/oneapi-src/oneDAL/commit/f09047efe09b2e10aef41b401448e599df8925ec

Pytest doesn't like when test files have same names. Rename `sklearnex/preview/ensemble/tests/test_random_forest.py` to `sklearnex/preview/ensemble/tests/test_`**preview**`_random_forest.py` for example, please.

From sklearn 1.2.1 tests: 165 failed, most of them with next error: `AttributeError: 'RandomForestClassifier' object has no attribute 'n_outputs_'`

Input check preventing cases where n_rows < n_features was removed at https://github.com/oneapi-src/oneDAL/pull/2253 and will be included in next oneDAL/daal4py release

@js333031, daal4py/sklearnex 2023.1.1 release from intel conda/pypi channels with dpcpp runtimes runs without import error. You can check consistency of your environment to fix it.

> Any update on this? Currently - no update.

> I might be able to implement this fix. Before putting down the work - would you consider a PR, @Alexsandruss ? If your idea is to move sklearnex logging...

Logging in sklearnex is controlled by named logger 'sklearnex' from now. Change of logging level can be done by `logging.getLogger().setLevel(logging.WARNING)` line, for example.