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

Show total review count when optimizing FSRS parameters #3027

Merged
merged 3 commits into from Feb 26, 2024

Conversation

abdnh
Copy link
Contributor

@abdnh abdnh commented Feb 24, 2024

Closes #3000

*[other] { $pct }% of { $reviews } reviews
deck-config-percent-of-items =
{ $count ->
[one] { $pct }% of { $count } item
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's call them cards rather than items, because that's what they actually are. In hindsight, FSRSCard might have been a better name for them.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, ignore me. I always forget that we create multiple FSRSItems for a card.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly is an FSRS item, by the way? I think that it is better to document it somewhere because the users will begin asking it that after this is merged.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dae
Copy link
Member

dae commented Feb 25, 2024

Thanks Abdo.

I agree that FSRS items is a bit of a vague term, and it might be nice to avoid exposing them to end-users. Could we just display the post-filtered review count instead? When optimizing the review count is returned by fsrs_items_for_training, and in the computing memory state case, only one fsrs item per card is returned, so it should be safe to tally the resulting reviews in the FSRS items. WDYT?

@dae
Copy link
Member

dae commented Feb 26, 2024

Thanks, that's nicer :-)

@dae dae merged commit 60f8399 into ankitects:main Feb 26, 2024
1 check passed
@abdnh abdnh deleted the fsrs-review-count branch February 26, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unfiltered revlog count not clear?
3 participants