-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding clowder class and tests * changing Clowder for clowder * Adding updateCatAndGetNextItem function Co-authored-by: Adam Richie-Halford <[email protected]> * eslint for unused -- used variables * clowder import * Add zetas for multiple cats to the corpus * Add TODO comments * Add util tests * Add documentation * Document and test utils * Start adding clowder tests * Add more clowder tests * Add documentation and randomlySelectUnvalidated parameter * Add more tests and a random seed * Reorganize files * Don't export abilityPrior * Update readme * adding missing tests to clowder * Import Cat, Clowder, and ClowderInput from index * Add src/stopping.ts * Add tests for stopping.ts * Add earlyStopping input to Clowder * prepareClowderCorpus * WIP: Add logicalOperation and tests * Use _isEmpty instead of null test in prepareClowderCorpus * Increase test coverage * Add comments on using early stopping in the Clowder class * solving TODOS and adding stopping tests * we don't need default * resolve some comments * correcting some tests * adding the unvalidated cat -- and test * Fix tests. Don't update ability estimate for the unvalidated Cat. Handle unvalidated remaining items separately * adding returnUndefinedOnExhaustion parameter and test * implementing suggestions * Separate the stopping classes so that they don't share the same input * updating cats for clowder * clowder changes based on letter implementation * addressing all lines of code for testing * adding documentation about early stopping * since we added only, we need to add catToSelect * solving adams comments * deleting for loop * adding stopping reason * adding more stoppingReasons to the tests * Update README.md * filterin NA from overall corpus * adding switching documentation * adding additional documentation * adding more clarification on readme * placing early stopping documentation in the right place * changing abilitiy for ability --------- Co-authored-by: Adam Richie-Halford <[email protected]> Co-authored-by: Adam Richie-Halford <[email protected]> Co-authored-by: AnyaWMa <[email protected]>
- Loading branch information
1 parent
eae1d3a
commit 126f710
Showing
16 changed files
with
4,033 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.