Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
./check
  • Loading branch information
Luc-Mcgrady committed Jun 2, 2025
commit 423e5a53fc692f9bf48dde93fc5641bee19dfe45
2 changes: 1 addition & 1 deletion ts/routes/deck-options/FsrsOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html

const highLogLoss =
resp.logLoss && resp.logLoss > logLossBadThreshold;

if (resp.logLoss) {
console.log(`FSRS-test-train-split-log-loss = ${resp.logLoss}`);
}
Expand Down