-
Notifications
You must be signed in to change notification settings - Fork 119
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
Get the mode inference pipeline to work with the new architecture #509
Conversation
…rver into create_tree_pipeline
…on-server into create_tree_pipeline
…erence We need this to stay around so that we can seed our new pipeline with some data until we have enough confirmed/corrected entries. New test passes ``` $ ./e-mission-py.bash emission/tests/analysisTests/modeinferTests/TestPipelineSeed.py ---------------------------------------------------------------------- Ran 10 tests in 8.981s OK ```
I am not sure why we were doing this, but it is certainly not used anywhere now. And this is the obsolete pipeline, so it will never be used.
to make the true training set This is a fix for https://github.com/e-mission/e-mission-server/issues/508#issuecomment-314987718
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
We need to add a similar trip purpose wrapper
Merged build finished. Test FAILed. |
Test FAILed. |
…into create_tree_pipeline
With these fixes, the tests pass Fixes are: - indentation (tab versus space) - remove extra merge marker - remove mode_confirm object because the correct one is at `emission/core/wrapper/userlabel.py`, added as part of ee10c23 - change the setup of the pipeline test so that we - only delete newly added entries - copy database in the new way - add jsonpickle to save the generated model
Merged build finished. Test PASSed. |
Test PASSed. |
…e data Since the analysis pipeline has already been defined, this was pretty easy. And it is even tested. Testing done: Ran it, there was a json file created.
To get rid of some of the warnings
jenkins, test this please |
so that we can change it without changing code + test options better
Merged build finished. Test FAILed. |
Test FAILed. |
Still unsure why this is not consistent given that they have the same seed, but no time for debugging right now.
Merged build finished. Test FAILed. |
Test FAILed. |
Merged build finished. Test FAILed. |
Test FAILed. |
Ground truth location change corresponding to 8d91eb7
Merged build finished. Test FAILed. |
Test FAILed. |
Ground truth distance change corresponding to 8d91eb7
Merged build finished. Test FAILed. |
Test FAILed. |
More changes related to 8d91eb7
Merged build finished. Test FAILed. |
Test FAILed. |
Ground truth location change corresponding to 8d91eb7
Merged build finished. Test FAILed. |
Test FAILed. |
…ersus local Until I can see what is different and how best to fix it
Merged build finished. Test PASSed. |
Test PASSed. |
Merging now to allow us to create static models and then use them for testing against the real data examples |
Get the mode inference pipeline to work with the new architecture
Thanks to @jensteff for most of the actual porting
Design decisions tracked at https://github.com/e-mission/e-mission-server/issues/508