Giter Club home page Giter Club logo

Comments (5)

lepisma avatar lepisma commented on May 19, 2024

I added model-id-map files in each of the three model type directories.
A sample is here.

model-id,model-dir
CU-BMA,CUBMA
CU-EAKFC,CUEAKFC
Delphi-BasisRegression,Delphi_BasisRegression_PackageDefaults
Delphi-DeltaDensity1,Delphi_DeltaDensity_PackageDefaults
...

The first column is model id (team_abbr-model_abbr) and next is the folder (adjacent to the csv. I can change it to the complete path relative to repo root if needed). These mappings are not per season and doesn't have any sense about which models are complete in any season.

from cdc-flusight-ensemble.

lepisma avatar lepisma commented on May 19, 2024

Update:
I added code that skips model mapping for incomplete models. This means that the new file (which is complete-modelids.csv now) has three columns:

season,model-id,model-dir
2010/2011,Delphi-BasisRegression,Delphi_BasisRegression_PackageDefaults
2010/2011,Delphi-DeltaDensity1,Delphi_DeltaDensity_PackageDefaults
2010/2011,Delphi-EmpiricalBayes1,Delphi_EmpiricalBayes_Cond4
2010/2011,Delphi-EmpiricalBayes2,Delphi_EmpiricalBayes_PackageDefaults
...

If a model hasn't provided submission files from week 40 to week 20 (inclusive) for each season, then that doesn't get mentioned in that season. This is a harsh test and some models get skipped completely (CU*, RL_KCDE). Maybe there is some off by one thing? All of the models are not submitting exactly 33 (or 34 for season with 53 weeks) files per season?

from cdc-flusight-ensemble.

nickreich avatar nickreich commented on May 19, 2024

There are some missing files, so this is not too harsh of a test.

from cdc-flusight-ensemble.

nickreich avatar nickreich commented on May 19, 2024

Would it be possible, for now, to include both versions of this file? The model-id-map and the complete-modelids? The score calculations do not ignore incomplete models, so we need the map for all models. But seeing which are complete is really useful too. Maybe we could use model-id-map and add a single column with an 0/1 indicator for "complete". where complete means it has all necessary model files for all years, without the year-by-year breakdown.

from cdc-flusight-ensemble.

lepisma avatar lepisma commented on May 19, 2024

Added the automation script for model-id-map.csv file. This file now also has column specifying whether the model is complete (in all the seasons).

from cdc-flusight-ensemble.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.