get_comparison_df(df)
Compares the hyperparameters at the start and end of a negative feedback run.
Source code in wt_ml/negative_feedback/nf_inspect.py
33 34 35 36 37 38 39 40 41 42 |
|
load_overfit_lambda_feedback(nf_data_file)
Loads the overfit lambda feedback data from a CSV file.
Source code in wt_ml/negative_feedback/nf_inspect.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|
plot_impacts(model, dataset, filename)
Plots the country-level impacts of the model.
Source code in wt_ml/negative_feedback/nf_inspect.py
45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
|