Skip to content

Clean up the TRB_label_assist code #35

Open
@shankari

Description

@shankari

This will:

  • help us modify it and make it better if we want to experiment with different algorithms, including trajectory matching
  • allow us to integrate into our production system
  • make sure that it is reproducible before the related paper gets published

The code is in: https://github.com/e-mission/e-mission-eval-private-data/tree/master/TRB_label_assist
It works, but it requires us to use a custom fork of the e-mission-server repo to work

We should see the changes between the custom fork and the current e-mission-server master/gis branch
See if the changes are still necessary or whether there are implementations in e-mission-server that have superceded them
If they have not been superceded, we need to incorporate them in e-mission-server

So at the end, this should be reproducible against a core e-mission-server repo

Stretch goal: change this repo to work with docker containers that are built with the base e-mission-server container so that people don't have to install e-mission-server and set the EMISSION_SERVER_PATH and all the funky setup steps.

After we are done with this, we should integrate the random forest model + prediction into the e-mission server code for label assist.

  • either replace the existing clustering approach OR
  • better, keep both methods in the current plugin architecture and maybe even consider an ensemble down the road.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Issues being worked on

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions