Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change viz scripts to call functions in fsate; add consistent plot style theme #33

Merged
merged 8 commits into from
Dec 19, 2024

Conversation

bolotinl
Copy link
Collaborator

Changes

  • Use functions from fs_algo_train_eval.py in fs_perf_viz.py to create data viz
  • Change "perf map" to "pred map" (perf could mean a lot of different types of performance (predicted? actual?)) so this clarifies that the maps are of predicted values
  • Add .mlpstyle file which customized the style theme of the generated plots in fs_perf_viz.py

Testing

The viz_config.yaml should require little to no customization, though it is customizeable in terms of which plots will be generated.

  1. python fs_perf_viz.py "/full/path/to/viz_config.yaml"


states = gpd.read_file(filename)
states = states.to_crs("EPSG:4326")
if 'pred_map' in true_keys:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bolotinl this is the spot where pred_map should be changed to perf_map

@glitt13 glitt13 merged commit c6cf6cb into dev Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants