mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-12-22 14:15:01 +00:00
scripts/crossval-stbl: add TODOs
This commit is contained in:
parent
5a412ddc26
commit
58a7e22a4d
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ for metric in metrics.keys():
|
||||||
)
|
)
|
||||||
plt.fill_between(
|
plt.fill_between(
|
||||||
epochs,
|
epochs,
|
||||||
stats[metric]["mean"] - stats[metric]["mad"],
|
stats[metric]["mean"] - stats[metric]["mad"], # TODO switch to something else based on Nina's feedback about what is generally done
|
||||||
stats[metric]["mean"] + stats[metric]["mad"],
|
stats[metric]["mean"] + stats[metric]["mad"], # TODO switch to something else based on Nina's feedback about what is generally done
|
||||||
alpha=0.5,
|
alpha=0.5,
|
||||||
facecolor="#228A8D",
|
facecolor="#228A8D",
|
||||||
edgecolor="#3CBB74",
|
edgecolor="#3CBB74",
|
||||||
|
|
Loading…
Reference in a new issue