-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more of the sklearn regressors to the presets (#27)
* Added Leave One Out crossvalidation to cvsetting.py * Added more of the sklearn regressors to the presets * Changed names of regressors in learnersetting.py to mirror current style * Removed the 'random_state' argument from the regressors that do not require it, and renamed 'kernelRidge' to 'kernel_ridge' * Fixed variable name for kernel_ridge source so that tests pass
- Loading branch information
1 parent
1b9eb41
commit 14a6394
Showing
2 changed files
with
180 additions
and
21 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
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