cmu-delphi / covidcast

R and Python packages supporting Delphi's COVIDcast effort.
https://delphi.cmu.edu/covidcast/
33 stars 28 forks source link

Hardcoding #227

Closed dajmcdon closed 3 years ago

dajmcdon commented 3 years ago

Locate "signals" or other instances of hardcoded values. Either remove or flag for later evaluation

sgsmob commented 3 years ago

I don't really understand what this means. What values are we concerned about being hardcoded? A quick grep through evalcast for signals doesn't identify anything I would consider "hardcoding".

dajmcdon commented 3 years ago

I know that there's a vector of probabilities explicitly spelled out somewhere. Any references to "jhu-csse" or the like should go (that's what I meant by "signals"). Actually, I need to make a pass through everything to try to make it all readable. So I'll do this at the same time. I'm going to unassign both of you.