FSRS RMSE and log loss

The new Anki versions provide no information about the current parameters eg. RMSE and log loss during optimization.

How can I check the accuracy of my parameters?

If you want the button back you can use this method:

If you want a more human readable measure of how accurate your parameters are you can use the calibration graph in the Search Stats Extended add-on:

https://ankiweb.net/shared/info/1613056169

1 Like

I am aware of this addon and I use it but I find the other measures more useful.

Does the fsrs-optimizer python package provide RMSE etc ?

You can use the console command in the pull request linked above and the button will re-appear. SSE was just an alternative.

from anki.config import Config
mw.col.set_config_bool(Config.Bool.FSRS_LEGACY_EVALUATE, True)
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.