We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An issue to summarize tests to add now that codecov works again:
Criterion:
HeldOutSmoothedHinge
CrossVal.get_val_grad()
is not tested (but its
Algos:
Backward
Forward
save_iterates=True, return_all=True
Optimizers:
GridSearch
Models :
SVM._update_beta_jac_bcd_sparse
_update_only_jac_sparse
use_estimator
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An issue to summarize tests to add now that codecov works again:
Criterion:
HeldOutSmoothedHinge
is not tested (easy)CrossVal.get_val_grad()
is not testedis not tested (but its
get_val_grad` is, I am surprised)Algos:
Backward
is not testedForward
coverage can be increased by passingsave_iterates=True, return_all=True
Optimizers:
GridSearch
is not tested with 2 parametersModels :
SVM._update_beta_jac_bcd_sparse
,_update_only_jac_sparse
anduse_estimator
The text was updated successfully, but these errors were encountered: