-
Notifications
You must be signed in to change notification settings - Fork 0
Parallelisation of Data Writing and Feature subsetting #25
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
91037f6
parallel chunkwise writing using num_workers param from config -- not…
Saiyam26 475a208
remove event logger for parallelization purposes
Saiyam26 e7018f7
create a copy of data to apply pre-processing on during transformation
Saiyam26 59e5623
Merge branch 'main' of github.com:infocusp/scaLR into parallel_chunkw…
Saiyam26 ac30dce
added num_workers param in config
Saiyam26 797600e
solved bug for num_workers not working with None
Saiyam26 83ff3b6
parallel feature subset training; rudimentary
Saiyam26 363e290
removed erroneous validation by train set in feature_subset_training …
Saiyam26 16ad8c6
Setting seed value every time before model training + handling of emp…
Saiyam26 e88f9a1
solved error of missing few samples due to integer division of parall…
Saiyam26 11e77f0
fixed error in parallelization not working for a dataset, andata not …
Saiyam26 14627fb
update requirements.txt & tutorial_config
amit-samal df6a8db
setting default values of num_workers to 1
Saiyam26 ae7ca80
Merge branch 'main' of github.com:infocusp/scaLR into parallel_featur…
Saiyam26 691d811
Update scalr/utils/file_utils.py
Saiyam26 e3a13a2
comment addressed, added comment
Saiyam26 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| anndata==0.10.9 | ||
| isort==5.13.2 | ||
| loky==3.4.1 | ||
| memory-profiler==0.61.0 | ||
| pillow==10.4.0 | ||
| pre_commit==4.0.1 | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.