cmu-delphi / exploration-tooling

tools for evaluating and exploring forecasters
Other
0 stars 0 forks source link

Aws fix #83

Closed dsweber2 closed 8 months ago

dsweber2 commented 8 months ago

Does 2 things:

  1. Pin targets at 1.3.2. The most recent version has breaking changes for crew, which we will want to revisit
  2. Switch from built-in targets aws support to an external method. The built-in one doesn't cache local results at all, making for a lot of network access, so this adds make sync which syncs the current project. I also added a make dashboard, which skips building and just plots the fit results
dsweber2 commented 8 months ago

@dshemetov @nmdefries one of you may want to take a look after you're back; I'm merging for now so the pipeline actually works

dshemetov commented 8 months ago

I reviewed it, looks reasonable. Would be nice to get targets to work at some point. Doesn't look like targets has been updated yet, need to wait for maintainer to come back from vacation.