-
Notifications
You must be signed in to change notification settings - Fork 33
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
Access Matrix #19
Open
liaopeiyuan
wants to merge
286
commits into
tlc-pack:main
Choose a base branch
from
liaopeiyuan:access_matrix
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
Access Matrix #19
Conversation
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 PR is ready for review. |
merrymercy
force-pushed
the
main
branch
4 times, most recently
from
October 25, 2022 12:36
b4070bf
to
a3f54d7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Access matrix on ComputeDAG for all tensors, following a Tiramisu-style construction and flattened, then applied to each TIR-buffer during prediction.
Results on a 1000-subset in e5:
Model: xgb
RMSE: 0.0793
R^2: 0.7567
pairwise comparision accuracy: 0.8504
mape: 10638767510.5327
average peak score@1: 0.8312
average peak score@5: 0.9035
Model: lgbm
RMSE: 0.0793
R^2: 0.7565
pairwise comparision accuracy: 0.8510
mape: 11206471241.5266
average peak score@1: 0.8373
average peak score@5: 0.9073
e2e Runs:
LGBM:
Estimated total latency: 17.081 ms Trials: 102 Used time : 229 s Next ID: -1
Mean inference time (std dev): 14.80 ms (0.00 ms)
XGB:
Estimated total latency: 16.960 ms Trials: 102 Used time : 221 s Next ID: -1
Mean inference time (std dev): 14.60 ms (0.02 ms
Ablation studies wrt naive features:
Model: xgb
RMSE: 0.0790
R^2: 0.7572
pairwise comparision accuracy: 0.8511
mape: 10192227945.6599
average peak score@1: 0.8331
average peak score@5: 0.9058
Model: lgbm
RMSE: 0.0682
R^2: 0.8189
pairwise comparision accuracy: 0.8729
mape: 10005960995.9234
average peak score@1: 0.8736
average peak score@5: 0.9355
Full-scale test results:
Model: xgb
RMSE: 0.0801
R^2: 0.7496
pairwise comparision accuracy: 0.8494
mape: 10025578232.0939
average peak score@1: 0.8284
average peak score@5: 0.9036
Model: lgbm
RMSE: 0.0770
R^2: 0.7686
pairwise comparision accuracy: 0.8564
mape: 10181567914.0740
average peak score@1: 0.8415
average peak score@5: 0.9137