Ian Faust

Results 76 issues of Ian Faust

We have a number of these errors in the compilation stage in windows for onedal: ```warning C4101: 'e': unreferenced local variable``` Add static casts to double type where implicit conversion...

### 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 Add pytest-cov for test coverage reports. Work in progress. --- Checklist to comply with **before moving PR from draft**: **PR completeness and readability** - [ ] I have...

## 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...

### 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...

bug

## Description oneDAL should refer to sklearnex's testing rather than storing scripts on its own locally. This is a maintenance burden that we can remove. This is currently a work...

## Description Building on older ubuntu versions fail due to ```deploy/generate_pkgconfig.py``` being Python 3.6+ dependent. This was not standard until Ubuntu 22. These changes make it buildable on Ubuntu versions...

infra

As a developer for the uxlfoundation on the [oneDAL](https://github.com/uxlfoundation/oneDAL) and [scikit-learn-intelex](https://github.com/uxlfoundation/scikit-learn-intelex/), I would like to query the free memory of an Intel GPU when a level zero driver is unavailable,...

Feature request

## 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...