MCPcopy Create free account
hub / github.com/MarcCoru/locationencoder / main

Function main

experiments/exp_longitudinal_accuracy.py:8–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6from train import fit
7
8def main():
9 resultsdir = "results/train/checkerboard/exp_longitudinal"
10
11 fit_models()
12
13 for neuralnet in ["siren", "fcnet", "linear"]:
14 savepath = os.path.join(resultsdir, neuralnet + ".pdf")
15 plot_summary(resultsdir, neuralnet, savepath=savepath)
16
17 plt.show()
18
19 extract_df_to_csv(resultsdir)
20
21
22def fit_models():

Callers 1

Calls 3

plot_summaryFunction · 0.85
extract_df_to_csvFunction · 0.85
fit_modelsFunction · 0.70

Tested by

no test coverage detected