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
Functionality/documentation
autoplot()
eval_time
geom_line()
augment.tune_results()
augment()
select_best()
collect_metrics()
.weight_time
.pred_censored
multi_predict(type = "survival")
penalty
new_data
reverse_km
To discuss
survival::coxph()
Testing
augment.workflow()
fit_resamples()
last_fit()
fit_best()
show_best()
select_by_*()
tune_results
resample_results
last_fit
workflow_set()
workflow_map()
tune_race_*()
The text was updated successfully, but these errors were encountered:
Notes on aspects to keep in mind / good things to test:
"time"
"survival"
proportional_hazards(engine = "glmnet")
proportional_hazards()
"glmnet"
Surv
Surv(time, status)
Sorry, something went wrong.
closing this in favor of tracking properly on the board
No branches or pull requests
Functionality/documentation
autoplot()
should warn when used with non-neededeval_time
tune#706geom_line()
bubbling up inautoplot()
? tune#755augment.tune_results()
doesn't always return tibbles tune#759augment()
for censored tune_results objects doesn't let you passeval_time
toselect_best()
tune#762collect_metrics()
doesn't return.weight_time
and.pred_censored
tune#764multi_predict(type = "survival")
is missingpenalty
column for single penalty value censored#267new_data
arg forreverse_km
censoring model parsnip#965eval_time
yardstick#460To discuss
survival::coxph()
censored#147Testing
augment.workflow()
for survival models #110fit_resamples()
Testfit_resamples()
for survival models #113last_fit()
Testlast_fit()
for survival models #114fit_best()
Testfit_best()
for survival models #115collect_metrics()
Testcollect_metrics()
for survival models #117show_best()
,select_best()
Testshow_best()
,select_best()
, andselect_by_*()
for survival models #118augment()
Testaugment()
fortune_results
,resample_results
, andlast_fit
objects with survival models #132workflow_set()
andworkflow_map()
Testworkflow_set()
andworkflow_map()
for survival models #119tune_race_*()
name the evaluation time for survival models finetune#81fit_resamples()
witheval_time
when it's not needed #146The text was updated successfully, but these errors were encountered: