mwvgroup / pittgoogle-user-demos

GNU General Public License v3.0
2 stars 0 forks source link

Show example of querying alert database to test classifier. #16

Open wmwv opened 1 year ago

wmwv commented 1 year ago

Show example of running a classifier against the alert database.

  1. [ ] For people who only want to run against the DB
  2. [ ] For people who want to develop and test their classifier against the DB and then deploy it against the live stream.

Use case. I ahve a new classifier. I want to test it out against the events in the last months, with a little extra pre-filtering. I'd like to be able to develop and test against this subset of events from the database, and then deploy live with the same basic algorithmic code and as little wrapper change as possible.

troyraen commented 1 year ago

Great idea. As you've said before, this should absolutely be doable. Will be great to actually work out the details.