-
Notifications
You must be signed in to change notification settings - Fork 23
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
🧹 ✈️ 👤 Pending cleanups #149
Comments
My initial though of what would be a "large enough" proportion of user-entered labels might be "if they're big enough to not get grouped into other anyways", which I suppose could result in a lot of bars that are just bigger than our cutoff (2%), so we would probably want to do some experimenting. We could also use the cutoff that for the numbers to be printed in the bar - which is currently 4%
We can easily take care of things like capitalization and spaces, but other factors like spelling or subtle wording (roller skate vs roller blade) might get difficult to control for |
Additional Cleanup required - the patches to prevent both "Other" and "OTHER" are messy |
We do not have INVALID as BASE_MODES in e-mission-common base_modes.py's list of BASE_MODES. We will need to update the list with |
The patch added
|
Yes,
|
Additional cleanup coming out of #148 related to fleet and survey deployments:
|
More cleanup from #145
|
Made some code changes:
Result:
There is a difference in the implementation of my inferred labels trips bars and the one in which server generates it.
@shankari Do you recommend following the server approach for the Labeled and Inferred bars in the Stacked Bar chart? While executing the server approach, I encountered the below issue for There is no Details of the issue:
|
Well, upon a further investigation. I found the following:
Seemingly, the algorithm for expectation is not implemented yet, therefore it makes sense why it was giving same result for both "Labeled" and "Labeled and Inferred Labels" bar. |
This is not correct. We do return a non-zero value, it is just not as sophisticated as we would like
This is probably a data load error since if we have cleaned trips, we have confirmed trips
The functionality in the server code and your code is similar but not identical As I said earlier
The way in which the data is handled is similar but the filtering is different. You need to try handling the data in the same way but changing the filter at the end. |
Yes, that's a data load error. I used the same
It worked fine |
@iantei please discuss with @Abby-Wheelis when she returns on Monday. The 90% threshold is the filter. Changing the public dashboard to use the 90% threshold will not move the needle on inferred trips. |
Observed in the dataset that all trips have Observed in Found relevant PR for expanding the labels here: #846 It seems like using the |
Centralizing some cleanups that need to happen pending the unification of base mode colors:
baseMode
for "land trips" see this commentuser mode display comment
The text was updated successfully, but these errors were encountered: