linker.parameter_estimate_comparisons_chart()
improvements
#1014
Labels
linker.parameter_estimate_comparisons_chart()
improvements
#1014
linker.parameter_estimate_comparisons_chart()
currently displays the m and u probabilities as log odds. This has its advantages, but the original chart was designed for probabilities (fixed x-axis between 0 and 1).Need to make some visual tweaks to make the log odds version easier to interpret, and enable switching between probabilities and log odds (a
log_odds=False
argument or a button in the chart to toggle different formats).Issues
em_convergence
. If this is set to 0.01 then we must expect the same m value to potentially be estimated as 0.0004 (log odds = -7.824) or 0.0104 (log odds = -4.5564). These values are consistent with one another given ourem_convergence
but on a log odds scale these small differences are amplified, implying that different training runs have estimated significantly different values.Fixes
match_weights_chart()
) to highlight positive or negative log oddsThe text was updated successfully, but these errors were encountered: