Skip to content

Commit

Permalink
Update tutorial.md (#679)
Browse files Browse the repository at this point in the history
* Update tutorial.md

Added an explanation how to properly reset parameters + replaced "log-loss" with "log loss", to make it consistent with how it's spelled in Anki itself.

* Update tutorial.md
  • Loading branch information
Expertium authored Aug 11, 2024
1 parent 538d520 commit 986bf92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,20 @@ An option to optimize all presets has been added in Anki 23.12, it's useful if y

![image](https://github.com/open-spaced-repetition/fsrs4anki/assets/83031600/a5b930b9-2284-46c6-b98d-43c50215f6b3)

If you ever want to reset parameters to their default values, click the anticlockwise open circle arrow to the right and bottom of the field with parameters.

![Resetting parameters](https://github.com/user-attachments/assets/80832f4a-12c3-4e8b-adf3-898d9ab7a586)


## Step 4: (optional) Evaluate the parameters

You can use the "Evaluate" button in the "Optimize FSRS parameters" section to see metrics that tell how well the parameters in the "FSRS parameters" field fit your review history. Smaller numbers indicate a better fit to your review history.

![image](https://github.com/open-spaced-repetition/fsrs4anki/assets/32575846/871bbe4d-8b05-4439-ab38-cf5c4e9f6fdf)

Log-loss doesn't have an intuitive interpretation. RMSE (bins) can be interpreted as the average difference between the predicted probability of recalling a card (R) and the measured (from the review history) probability. For example, RMSE=0.05 means that, on average, FSRS is off by 5% when predicting R.
Log loss doesn't have an intuitive interpretation. RMSE (bins) can be interpreted as the average difference between the predicted probability of recalling a card (R) and the measured (from the review history) probability. For example, RMSE=0.05 means that, on average, FSRS is off by 5% when predicting R.

Note that log-loss and RMSE (bins) are not perfectly correlated, so two decks may have similar RMSE values but very different log-loss values, and vice-versa.
Note that log loss and RMSE (bins) are not perfectly correlated, so two decks may have similar RMSE values but very different log loss values, and vice-versa.

## Step 5: (optional) Compute minimum recommended retention

Expand Down

0 comments on commit 986bf92

Please sign in to comment.