Skip to content

Releases: cognizant-ai-labs/covid-xprize

2.0.3

11 Aug 17:54
107bb4d
Compare
Choose a tag to compare

Introduced model ensembles and updated Tensorflow and Keras imports.

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

20 Jun 21:03
cd1efc3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

06 Jun 20:53
a673cea
Compare
Choose a tag to compare

What's Changed

  • Make keras version in setup.py match requirements.txt, and tensorflow version" by @ofrancon in #224

Full Changelog: 2.0.0...2.0.1

2.0.0

06 Jun 18:27
cd21e92
Compare
Choose a tag to compare
  • Upgraded to Python 3.10
  • Refactored the API and data preprocessing
  • Added a new LSTM model which uses a different context column, among other changes.

What's Changed

New Contributors

Full Changelog: 1.1.8...2.0.0

1.1.8

17 Mar 17:36
ed2e90e
Compare
Choose a tag to compare

Updated docs

1.1.7

16 Feb 21:56
Compare
Choose a tag to compare

Adds standard_predictor files

1.1.6

12 Feb 00:56
Compare
Choose a tag to compare

Handles cases scoring when prescriptions start after predictor data set ends.
See PR #203

1.1.5

04 Feb 23:24
dea9275
Compare
Choose a tag to compare

This release provides a way to specify a list of countries and regions in cost_generator.py

Fixes #200

1.1.4

03 Feb 15:29
5150e36
Compare
Choose a tag to compare

This release removes United States, Virgin Islands from the list of countries and regions for which Phase 2 prescriptions will be requested. It also makes sure United States, Virgin Islands is still requested for Phase 1 predictions' daily task.

1.1.3

25 Jan 17:13
286640d
Compare
Choose a tag to compare

This release refactors the prescriptions' scoring mechanism. Scoring logic is still the same as in 1.1.2.
See #189 for details.