Skip to content

Simplified Usage

Compare
Choose a tag to compare
@hglman hglman released this 28 Mar 16:51
· 56 commits to master since this release
491c142

We have simplified the library to take in just 2 files. A demographics file and a claims files. These need to have a few key columns, which is outlined in cv19index/resources/xgboost/demographics.schema.json and cv19index/resources/xgboost/claims.schema.json. The column names must match and are case sensitive. These file can have other columns. The core goal is for a simple dump of these two datasets (demographics and claims) to be a basis for building the model with minimal changes.