-
Notifications
You must be signed in to change notification settings - Fork 12
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
Added pipeline analysis for OP Admin Dashboard #42
base: master
Are you sure you want to change the base?
Conversation
@TeachMeTW why do you only have 8 entries? |
@shankari What do you mean by 8 entries? Oh I see now.. On the aggregate For August 20, 2023 (Row 1), there were 8 entries. What is the expected count for entries? |
more seriously, on cell 13, we see only 8 entries |
@shankari I figured it out -- I accidentally put a limit on it; should be fixed, the results seem way better. I also added axis labels. |
Are you sure the reading values are milliseconds? Where did you get that from? |
I am suspicious of it being milliseconds as well -- when I discussed with Jack, we came to the conclusion that reading is in ms and ts is in seconds. I agree that seconds make a lot more sense from personal testing experiences |
@shankari It is indeed ms; the avg is just skewed. As for the graphs, they were right. The labels were just shifted due to their orientation. Trip segmentation is indeed more time than section. |
|
|
When we clean up the dashboard readings after this report (e.g. rename etc) we should also convert the readings to seconds for consistency. For the record, why are the dashboard readings in ms instead of seconds? |
ff10cf1
to
dd2af1f
Compare
Add Pipeline Analysis for OP Admin Dashboard
Description
Introduces pipeline analysis notebooks for the OP Admin Dashboard. It includes two versions to comply with repository guidelines regarding data privacy and output handling:
Pipeline Analysis with Masked Outputs
pipeline_analysis_with_output.ipynb
Pipeline Analysis without Outputs
pipeline_analysis_no_output.ipynb
Changes
pipeline_analysis_with_output.ipynb
with masked outputs.pipeline_analysis_no_output.ipynb
with outputs cleared.