create_workflows: Create workflows for the algorithms based on the...

View source: R/classify_text.r

create_workflowsR Documentation

Create workflows for the algorithms based on the hyperparameters

Description

Create workflows for the algorithms based on the hyperparameters

Usage

create_workflows(lasso_spec, rand_spec, xg_spec, category)

Arguments

lasso_spec

The model specification for lasso

rand_spec

The model specification for random forest

xg_spec

The model specification for XGBoost

category

The target binary category

Value

A list of the workflows for lasso, random forest, and XGBoost.


snfagora/autotextclassifier documentation built on June 16, 2022, 9:42 a.m.