Skip to content
New issue

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

ENH: Add wrapper classes for metrics #230

Merged
merged 1 commit into from
Oct 27, 2021
Merged

ENH: Add wrapper classes for metrics #230

merged 1 commit into from
Oct 27, 2021

Conversation

sebp
Copy link
Owner

@sebp sebp commented Oct 26, 2021

Checklist

What does this implement/fix? Explain your changes
Allows using metrics other than concordance_index_censored with sklearn's GridSearchCV.

Allows using metrics other than concordance_index_censored
with sklearn's GridSearchCV.

Fixes #192
@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #230 (7481c8b) into master (ec0ed18) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
+ Coverage   98.33%   98.36%   +0.03%     
==========================================
  Files          37       37              
  Lines        3125     3188      +63     
  Branches      458      461       +3     
==========================================
+ Hits         3073     3136      +63     
  Misses         28       28              
  Partials       24       24              
Impacted Files Coverage Δ
sksurv/metrics.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec0ed18...7481c8b. Read the comment docs.

@sebp sebp merged commit 7481c8b into master Oct 27, 2021
@sebp sebp deleted the change-score branch October 30, 2021 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cumulative_dynamic_auc or for Gridseach
1 participant