Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[experiment] ENH: using only raw inputs for onedal backend #2153

Draft
wants to merge 66 commits into
base: main
Choose a base branch
from

use xp to take samples to avoid data copying

a7bd2cd
Select commit
Loading
Failed to load commit list.
Draft

[experiment] ENH: using only raw inputs for onedal backend #2153

use xp to take samples to avoid data copying
a7bd2cd
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Jan 29, 2025 in 1s

2 issues fixed. 5 minor issues found.

Annotations

Check notice on line 188 in sklearnex/ensemble/_forest.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

sklearnex/ensemble/_forest.py#L83-L188

Complex Method

Check notice on line 186 in onedal/decomposition/pca.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

onedal/decomposition/pca.py#L186

Unresolved comment '# TODO: why are there errors when using sua_iface and sycl_queue on following from_table calls?' (C100)

Check notice on line 521 in onedal/ensemble/forest.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

onedal/ensemble/forest.py#L521

Do not use bare 'except'. (E722)

Check notice on line 852 in sklearnex/ensemble/_forest.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

sklearnex/ensemble/_forest.py#L852

Do not use bare 'except'. (E722)

Check notice on line 120 in onedal/_device_offload.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

onedal/_device_offload.py#L72-L120

Complex Method