Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Optimize parameters on data after a certain date/time #2

Closed
kuroahna opened this issue Sep 20, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@kuroahna
Copy link

kuroahna commented Sep 20, 2022

When exporting the anki collection and using fsrs4anki_optimizer to optimize the parameters on the revlog, the optimizer will use all time series data in the revlog. I think this is good since we need lots of data to get accurate results. However, I have used Anki wrong in the past where my retention rate would be really low, like 60-70%. Only recently I have fixed the issue and my retention rate in Anki is around 80-85%. However, since fsrs4anki_optimizer uses the whole revlog, it will include the data from when I reviewed cards poorly, meaning the parameters returned will be skewed, and hence there will be a bias to give short intervals

It would be nice if we can optionally specify a certain date for when the optimizer will start processing the data, such as

revlog_start_date = "2022-04-01"

Otherwise, if not specified (such as a default value of None), it will use the whole revlog data

@L-M-Sherlock L-M-Sherlock added the enhancement New feature or request label Sep 21, 2022
@L-M-Sherlock
Copy link
Member

The latest version has supported it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants