Reagan Lee
Reagan Lee
Previously, the visualization code only allowed for ``auroc_estimate`` to be visualized. This PR adds this functionality, allowing users to specify an optional --metric argument in ``elk plot`` or ``elk sweep``
Fixes issue #3985 I checked where the frames pointed to and it seemed that pointing back to the user code seemed most reasonable. If we were to point to internal...
Fixes #11980 Let me know if there are any other suggestions for the message formats!
Seems like the initial values of the states get reversed with the new implementation where e.g. `state.fail_fast(a1=a_5, a2=a_4, a3=a_3, a4=a_2, a5=a_1, a6=a_0, b1=b_2, b2=b_1, b3=b_0)` become `...(a1=a_0, a2=a_1, a3=a_2, a4=a_3,...
Fixes #11933 Credit to @Zac-HD for fix!