Skip to content

Commit

Permalink
added ratio bias variance to multi closure report
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Mar 12, 2024
1 parent 49ec36c commit b2b8557
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,25 +146,19 @@ compare_settings:

##################################################################
#OTHER ANALYSIS SETTINGS

fit: 230124_dis_ict_lam02_fs_122996
theory:
from_: fit
theoryid:
from_: theory
use_cuts: "internal"
use_cuts: internal

lambdavalues:
- label: "LAMBDA02"
lambda_value: 0.2
fit: 230124_dis_ict_lam02_fs_122996
dataset_inputs:
from_: fit
theory:
from_: fit
theoryid:
from_: theory
use_t0: True
t0pdfset: 210223-mw-000_fakepdf
use_cuts: "internal"
explained_variance_ratio: 0.99
variancepdf: 230124_dis_ict_lam02_fs_122996
fits:
Expand Down Expand Up @@ -196,16 +190,8 @@ lambdavalues:
- 230124_dis_ict_lam02_fs_966390
- label: "LAMBDA04"
lambda_value: 0.4
fit: 250124_dis_ict_lam04_fs_102661
dataset_inputs:
from_: fit
theory:
from_: fit
theoryid:
from_: theory
use_t0: True
t0pdfset: 210223-mw-000_fakepdf
use_cuts: "internal"
explained_variance_ratio: 0.99
variancepdf: 250124_dis_ict_lam04_fs_102661
fits:
Expand Down Expand Up @@ -247,6 +233,10 @@ single_point_report:
pca_report:
meta: Null
template: pca_template.md
ratio_bias_variance_report:
meta: Null
template: ratio_biasvar_template.md


actions_:
- report(main=true)
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Bias Variance Ratio Table
{@with lambdavalues@}
[Lambda value of {@label@}]({@pca_report report@})
{@endwith@}


[Ratio bias variance vs Lambda]({@ratio_bias_variance_report report@})
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
## Table of bias and variance
{@table_bias_variance_datasets@}

## Ratio bias variance vs Lambda
{@plot_lambdavalues_bias_variance_values@}

## L2 condition number
{@plot_l2_condition_number@}

0 comments on commit b2b8557

Please sign in to comment.