# Generated by roxygen2: do not edit by hand S3method(.censoring_weights_graf,workflow) S3method(augment,workflow) S3method(extract_fit_engine,workflow) S3method(extract_fit_parsnip,workflow) S3method(extract_mold,workflow) S3method(extract_parameter_dials,workflow) S3method(extract_parameter_set_dials,workflow) S3method(extract_preprocessor,workflow) S3method(extract_recipe,workflow) S3method(extract_spec_parsnip,workflow) S3method(fit,workflow) S3method(glance,workflow) S3method(predict,workflow) S3method(print,control_workflow) S3method(print,workflow) S3method(tidy,workflow) S3method(tunable,workflow) S3method(tune_args,workflow) export(.fit_finalize) export(.fit_model) export(.fit_pre) export(add_case_weights) export(add_formula) export(add_model) export(add_recipe) export(add_variables) export(control_workflow) export(extract_fit_engine) export(extract_fit_parsnip) export(extract_mold) export(extract_parameter_dials) export(extract_parameter_set_dials) export(extract_preprocessor) export(extract_recipe) export(extract_spec_parsnip) export(is_trained_workflow) export(pull_workflow_fit) export(pull_workflow_mold) export(pull_workflow_prepped_recipe) export(pull_workflow_preprocessor) export(pull_workflow_spec) export(remove_case_weights) export(remove_formula) export(remove_model) export(remove_recipe) export(remove_variables) export(update_case_weights) export(update_formula) export(update_model) export(update_recipe) export(update_variables) export(workflow) export(workflow_variables) import(rlang) importFrom(generics,augment) importFrom(generics,fit) importFrom(generics,glance) importFrom(generics,tidy) importFrom(generics,tunable) importFrom(generics,tune_args) importFrom(hardhat,extract_fit_engine) importFrom(hardhat,extract_fit_parsnip) importFrom(hardhat,extract_mold) importFrom(hardhat,extract_parameter_dials) importFrom(hardhat,extract_parameter_set_dials) importFrom(hardhat,extract_preprocessor) importFrom(hardhat,extract_recipe) importFrom(hardhat,extract_spec_parsnip) importFrom(lifecycle,deprecated) importFrom(parsnip,.censoring_weights_graf) importFrom(parsnip,fit_xy) importFrom(stats,predict)