Skip to content

Releases: cognizant-ai-labs/covid-xprize

1.1.2

19 Jan 23:17
4850feb
Compare
Choose a tag to compare

This release fixes an issue with the standard predictor when start_date is in the past.
See #186 for details

1.1.1

14 Jan 00:08
Compare
Choose a tag to compare

This release adds the standard predictor to use for phase 2. It can be found here:
https://github.com/leaf-ai/covid-xprize/tree/master/covid_xprize/standard_predictor

Learn more about how to submit a prescriptor here:
https://github.com/leaf-ai/covid-xprize#submitting-a-prescriptor

1.1.0

08 Jan 14:52
cadee87
Compare
Choose a tag to compare

This release adds prescriptor examples and robojudge for Phase 2.

1.0.9

23 Dec 22:55
Compare
Choose a tag to compare

#154 predictor_validation checks column PredictedDailyNewCases contains numbers
#161 predictor_validation checks column Date contains dates
#159 Added population estimates for United States "regions" Washington DC and Virgin Islands

XPRIZE Pandemic Response Challenge 1.0.8

20 Dec 04:28
Compare
Choose a tag to compare

Updates to scenario generator:

  • Fix list of countries
  • Add a main so it can be run from the command line

XPRIZE Pandemic Response Challenge 1.0.7

18 Dec 02:11
fae4b92
Compare
Choose a tag to compare

Package /covid_xprize/scoring

XPRIZE Pandemic Response Challenge 1.0.6

17 Dec 18:18
Compare
Choose a tag to compare

Updates the predictor_robojudge notebook fix the list of countries

Fixes #145

XPRIZE Pandemic Response Challenge 1.0.5

16 Dec 18:36
Compare
Choose a tag to compare

Adds countries_regions.csv to specify the list of countries and regions that will be used for the MAE/100K calculation.

Fixes #143

XPRIZE Pandemic Response Challenge 1.0.4

16 Dec 00:22
Compare
Choose a tag to compare

Updates the predictor_robojudge notebook to make it:

  • Compute the MAE / 100K metric
  • Display the predictors forecasts between start_date and end_date

Fixes #137 #138

XPRIZE Pandemic Response Challenge 1.0.3

15 Dec 20:51
5b62c76
Compare
Choose a tag to compare

Provides population estimates for all countries in the LSTM example
Fixes #132