-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Improve pit performance #1673
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
Open
PaleNeutron
wants to merge
36
commits into
microsoft:main
Choose a base branch
from
PaleNeutron:pit_fix
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.
Open
Improve pit performance #1673
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
192ddc8
improve pit performance
afff257
improve pit cache
6c214aa
lint
a144bc9
deal with empty data
3ed3f17
add pit backend: FilePITStorage
61c31ca
improve docstring
d82ab8d
remove index file check
8702049
pit rewrite does not need index
e07487d
fix typo
8d96bd6
make sure dir exist
4213b68
fix parents not exist
8a354ef
fix pitstorage update
dbfe153
check dtype
20889ca
fix empty data
5c16123
lint
PaleNeutron 31c3747
deal with empty data file
ef9242e
remove useless function
87d65e1
improve pit performance
b53bae6
improve pit cache
23f16b9
lint
1a349d0
deal with empty data
f340776
add pit backend: FilePITStorage
38a04b6
improve docstring
07cff6b
remove index file check
bdf8060
pit rewrite does not need index
e3fff65
fix typo
c754290
make sure dir exist
74fd9cb
fix parents not exist
41648b9
fix pitstorage update
ca0d4bb
check dtype
de9e6cf
fix empty data
e093a83
lint
PaleNeutron 52c5cba
deal with empty data file
8dfc393
remove useless function
e42496a
Merge branch 'pit_fix' of https://github.com/PaleNeutron/qlib into pi…
958291e
Merge remote-tracking branch 'upstream/main' into pit_fix
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ __pycache__/ | |
_build | ||
build/ | ||
dist/ | ||
tests/test_pit_data/ | ||
|
||
*.pkl | ||
*.hd5 | ||
|
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.