Skip to content

Commit

Permalink
changing querysets in meta_configs to fatalities003
Browse files Browse the repository at this point in the history
  • Loading branch information
lujzi05 committed Nov 8, 2024
1 parent b2c2605 commit 9a976af
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion models/bad_blood/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "bad_blood",
"algorithm": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_pgm_natsoc",
"queryset": "fatalities003_pgm_natsoc",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/bittersweet_symphony/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "bittersweet_symphony",
"algorithm": "XGBModel",
"depvar": "ln_ged_sb_dep",
"queryset": " fatalities002_all_features",
"queryset": " fatalities003_all_features",
"level": "cm",
"creator": "Marina"
}
Expand Down
2 changes: 1 addition & 1 deletion models/blank_space/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_meta_config():
"model_clf": "LGBMClassifier",
"model_reg": "LGBMRegressor",
"depvar": "ln_ged_sb_dep", # IMPORTANT! The current stepshift only takes one target variable! Not compatiable with Simon's code!
"queryset": "fatalities002_pgm_natsoc",
"queryset": "fatalities003_pgm_natsoc",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/brown_cheese/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "brown_cheese",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_baseline",
"queryset": "fatalities003_baseline",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/car_radio/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "car_radio",
"algorithm": "XGBModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_topics",
"queryset": "fatalities003_topics",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/caring_fish/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "caring_fish",
"algorithm": "XGBModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_pgm_conflict_history",
"queryset": "fatalities003_pgm_conflict_history",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/chunky_cat/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "chunky_cat",
"algorithm": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_pgm_conflictlong",
"queryset": "fatalities003_pgm_conflictlong",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/counting_stars/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "counting_stars",
"algorithm": "XGBModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_conflict_history_long",
"queryset": "fatalities003_conflict_history_long",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/dark_paradise/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_meta_config():
"model_clf": "LightGBMModel",
"model_reg": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_pgm_conflictlong",
"queryset": "fatalities003_pgm_conflictlong",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/demon_days/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "demon_days",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_faostat",
"queryset": "fatalities003_faostat",
"level": "cm",
"creator": "Marina"
}
Expand Down
2 changes: 1 addition & 1 deletion models/fast_car/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_meta_config():
"model_clf": "XGBModel",
"model_reg": "XGBModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_vdem_short",
"queryset": "fatalities003_vdem_short",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/fluorescent_adolescent/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_meta_config():
"model_clf": "XGBModel",
"model_reg": "XGBModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_joint_narrow",
"queryset": "fatalities003_joint_narrow",
"level": "cm",
"creator": "Marina"
}
Expand Down
2 changes: 1 addition & 1 deletion models/good_riddance/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "good_riddance",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_joint_narrow",
"queryset": "fatalities003_joint_narrow",
"level": "cm",
"creator": "Marina"
}
Expand Down
2 changes: 1 addition & 1 deletion models/high_hopes/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_meta_config():
"model_clf": "LightGBMModel",
"model_reg": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_conflict_history",
"queryset": "fatalities003_conflict_history",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/invisible_string/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "invisible_string",
"algorithm": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_pgm_broad",
"queryset": "fatalities003_pgm_broad",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/lavender_haze/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_meta_config():
"model_clf": "LGBMClassifier",
"model_reg": "LGBMRegressor",
"depvar": "ln_ged_sb_dep", # IMPORTANT! The current stepshift only takes one target variable! Not compatiable with Simon's code!
"queryset": "fatalities002_pgm_broad",
"queryset": "fatalities003_pgm_broad",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/little_lies/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_meta_config():
"model_clf": "LightGBMModel",
"model_reg": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_joint_narrow",
"queryset": "fatalities003_joint_narrow",
"level": "cm",
"creator": "Marina"
}
Expand Down
2 changes: 1 addition & 1 deletion models/midnight_rain/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "midnight_rain",
"algorithm": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_pgm_escwa_drought",
"queryset": "fatalities003_pgm_escwa_drought",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/old_money/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_meta_config():
"model_clf": "LightGBMModel",
"model_reg": "LightGBMModel",
"depvar": "ln_ged_sb_dep", # IMPORTANT! The current stepshift only takes one target variable! Not compatiable with Simon's code!
"queryset": "fatalities002_pgm_escwa_drought",
"queryset": "fatalities003_pgm_escwa_drought",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/ominous_ox/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "ominous_ox",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_conflict_history",
"queryset": "fatalities003_conflict_history",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/orange_pasta/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_meta_config():
"name": "orange_pasta",
"algorithm": "LightGBMModel",
"depvar": "ln_ged_sb_dep", # IMPORTANT! The current stepshift only takes one target variable! Not compatiable with Simon's code!
"queryset": "fatalities002_pgm_baseline",
"queryset": "fatalities003_pgm_baseline",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/plastic_beach/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "plastic_beach",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_aquastat",
"queryset": "fatalities003_aquastat",
"level": "cm",
"creator": "Marina"
}
Expand Down
2 changes: 1 addition & 1 deletion models/popular_monster/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "popular_monster",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_topics",
"queryset": "fatalities003_topics",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/teen_spirit/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "teen_spirit",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_faoprices",
"queryset": "fatalities003_faoprices",
"level": "cm",
"creator": "Marina"
}
Expand Down
2 changes: 1 addition & 1 deletion models/twin_flame/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_meta_config():
"model_clf": "LightGBMModel",
"model_reg": "LightGBMModel",
"depvar": "ln_ged_sb_dep",
"queryset": "fatalities002_topics",
"queryset": "fatalities003_topics",
"level": "cm",
"creator": "Borbála"
}
Expand Down
2 changes: 1 addition & 1 deletion models/wildest_dream/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_meta_config():
"model_clf": "XGBClassifier",
"model_reg": "XGBRegressor",
"depvar": "ln_ged_sb_dep", # IMPORTANT! The current stepshift only takes one target variable! Not compatiable with Simon's code!
"queryset": "fatalities002_pgm_conflict_sptime_dist",
"queryset": "fatalities003_pgm_conflict_sptime_dist",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/yellow_pikachu/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_meta_config():
"model_clf": "XGBClassifier",
"model_reg": "XGBRegressor",
"depvar": "ln_ged_sb_dep", # IMPORTANT! The current stepshift only takes one target variable! Not compatiable with Simon's code!
"queryset": "fatalities002_pgm_conflict_treelag",
"queryset": "fatalities003_pgm_conflict_treelag",
"level": "pgm",
"creator": "Xiaolong"
}
Expand Down
2 changes: 1 addition & 1 deletion models/yellow_submarine/configs/config_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_meta_config():
"name": "yellow_submarine",
"algorithm": "RandomForestModel",
"depvar": "ln_ged_sb_dep",
"queryset": "atalities002_imfweo",
"queryset": "atalities003_imfweo",
"level": "cm",
"creator": "Marina"
}
Expand Down

0 comments on commit 9a976af

Please sign in to comment.