mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 21:31:16 -07:00
Adding DOT composite to travel score (#1820)
This adds the DOT dataset to the ETL and to the score. Note that currently we take a percentile of an average of percentiles.
This commit is contained in:
parent
932179841f
commit
ebac552d75
17 changed files with 553 additions and 354 deletions
|
@ -9,6 +9,11 @@ DATASET_LIST = [
|
|||
"module_dir": "national_risk_index",
|
||||
"class_name": "NationalRiskIndexETL",
|
||||
},
|
||||
{
|
||||
"name": "travel_composite",
|
||||
"module_dir": "dot_travel_composite",
|
||||
"class_name": "TravelCompositeETL",
|
||||
},
|
||||
{
|
||||
"name": "tree_equity_score",
|
||||
"module_dir": "tree_equity_score",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue