-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added tolerance parameter. * Added some optimization * Remove <bits> * fix the convergence criterion. * Correct the doc * API change. Target metric should be specified by evaluators. * Modify the doc and examples. * Remove Random Walk with Restart * Fix setup.py accordingly * Fix tests accordingly. * Add tests, optimizer class * fix doc. * Thanks mypy * optimizer default_tune_range change. Remove alpha from default_tune_range of * P3alphaOptimizer * RP3betaOptimizer * Optimizer doc change. * Pre-compute X_train_all.csc() for user similarity.
- Loading branch information
Showing
21 changed files
with
485 additions
and
356 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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.