RobustiPy / robustipy

GNU General Public License v3.0
5 stars 0 forks source link

Each model run should print or log a wave of useful summary stats #11

Closed crahal closed 3 months ago

crahal commented 4 months ago

Examples:

dhvalden commented 4 months ago

New feature: Populate the summary function?

vallerrr commented 4 months ago

I edited the summary() function in the OLSRobut class and the current output looks like this ⬇️

image

code can be found in the latest commit in the relevant branch and we @crahal @dhvalden should think of any other model summary information we want to add to the current function/ format of the print content before merging the branch into main

crahal commented 4 months ago

This is absolutely great! Maybe we can discuss, but perhaps also:

(I don't think we need negative portion of beta; isn't this just 1-positive portion?) (Maybe we want to split the 'robustness metrics' into 'inference' and 'oos'?)

vallerrr commented 3 months ago

updated summary function image