-
Notifications
You must be signed in to change notification settings - Fork 179
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
samir-nasibli
wants to merge
55
commits into
uxlfoundation:main
Choose a base branch
from
samir-nasibli:enh/raw_inputs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 32 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
daed528
ENH: using only raw inputs for onedal backend
samir-nasibli 1be2ffb
minor fix
samir-nasibli a23b677
lin
samir-nasibli 664e140
fix usw_raw_input True/False with dpctl tensor on device
ahuber21 518dceb
Add hacks to kmeans
ahuber21 df9d930
Basic statistics online
samir-nasibli 2954913
Merge branch 'enh/raw_inputs' of https://github.com/samir-nasibli/sci…
samir-nasibli 3ef345c
Covariance support
ethanglaser f1c9233
Merge branch 'enh/raw_inputs' of https://github.com/samir-nasibli/sci…
ethanglaser 66d7b2d
DBSCAN support
samir-nasibli c5d26a4
Merge branch 'enh/raw_inputs' of https://github.com/samir-nasibli/sci…
samir-nasibli 1350c10
minor fix for dbscan
samir-nasibli 8aaaa70
minor fix for DBSCAN
samir-nasibli f0d92ae
Apply raw input for batch linear and logistic regression
Alexsandruss 3b58beb
Apply linters
Alexsandruss d7f2c3c
fix for DBSCAN
samir-nasibli 1aca420
support for Random Forest
samir-nasibli 362930a
PCA support (batch)
ethanglaser bc37391
Merge branch 'enh/raw_inputs' of https://github.com/samir-nasibli/sci…
ethanglaser 102dcae
minor fix for dbscan and rf
samir-nasibli 6edab5b
fully fixed DBSCAN
samir-nasibli e153a28
Add Incremental Linear Regression
Alexsandruss 37d32c9
Linting
Alexsandruss 71c5135
add modification to knn
ahuber21 db9f021
minor update for RF
samir-nasibli bc353da
fix for RandomForestClassifier
samir-nasibli e873205
minor for RF
samir-nasibli fe3222a
Update online algos
olegkkruglov 5b3ad17
Merge branch 'enh/raw_inputs' of https://github.com/samir-nasibli/sci…
samir-nasibli eaaab32
fix for RF regressor
samir-nasibli a7f0c2d
fix workaround for knn
ahuber21 d9a2966
kmeans predict support
ethanglaser 3562c69
Merge remote-tracking branch 'origin/main' into enh/raw_inputs
ahuber21 42c3614
fix merge errors
ahuber21 53bcc7b
fix some tests
ahuber21 9964c5a
fixup
ahuber21 84afb62
undo more changes that broke tests
ahuber21 cf5b736
format
ahuber21 92393b9
restore original behavior when running without raw inputs
ahuber21 13471e5
restore original behavior when running without raw inputs
ahuber21 a8f3f19
align code
ahuber21 2b07c00
restore original from_table
ahuber21 6104736
add use_raw_input tests for incremental covariance
ahuber21 df03233
Add basic statistics testing
ahuber21 8a166b7
add incremental basic statistics
ahuber21 fb5f5fa
add dbscan
ahuber21 7072041
Merge remote-tracking branch 'origin/main' into dev/ahuber/raw-inputs…
ahuber21 91384ed
add kmeans
ahuber21 6dec57d
add covariance
ahuber21 529a7b8
align get_config() import and use_raw_input retrieval
ahuber21 9f78cbd
add incremental_pca
ahuber21 658ccc1
add pca
ahuber21 5e74a54
add incremental linear
ahuber21 dfbf223
add linear_model
ahuber21 c4094fb
Merge branch 'dev/ahuber/raw-inputs-dispatching' into enh/raw_inputs
ahuber21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When running sklearnex example incremental_basic_statistics_dpctl.py leads to AttributeError: 'NoneType' object has no attribute 'ravel'