diff --git a/docs/404.html b/docs/404.html index a00e947..37f5873 100644 --- a/docs/404.html +++ b/docs/404.html @@ -31,7 +31,7 @@ stove - 0.0.0.9000 + 1.1 + + + + + +
+
+
+ +
+

The function for training user-defined Multinomial regression model.

+

This function supports: multinomial classification

+
+ +
+

Usage

+
multinomialRegression(
+  algo = "Multinomial Regression",
+  engine = "glmnet",
+  mode = "classification",
+  trainingData = NULL,
+  splitedData = NULL,
+  formula = NULL,
+  rec = NULL,
+  v = 5,
+  gridNum = 5,
+  iter = 10,
+  metric = "roc_auc",
+  seed = 1234
+)
+
+ +
+

Arguments

+
algo
+

A name of the algorithm which can be customized by user (default: "Multinomial Regression").

+ + +
engine
+

The name of software that should be used to fit the model (Option: "glmnet" (default)).

+ + +
mode
+

The model type. It should be "classification" or "regression" (Option: "classification" (default)).

+ + +
trainingData
+

A data frame for training.

+ + +
splitedData
+

A data frame including metadata of split.

+ + +
formula
+

formula for modeling.

+ + +
rec
+

Recipe object containing preprocessing information for cross-validation.

+ + +
v
+

Applying v-fold cross validation in modeling process (default: 5).

+ + +
gridNum
+

Initial number of iterations to run before starting the optimization algorithm.

+ + +
iter
+

The maximum number of search iterations.

+ + +
metric
+

Metric to evaluate the performance (classification: "roc_auc" (default), "accuracy" / regression: "rmse" (default), "rsq").

+ + +
seed
+

Seed for reproducible results.

+ +
+
+

Details

+

Hyperparameters for tuning: penalty, mixture

+
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/docs/reference/naiveBayes.html b/docs/reference/naiveBayes.html index c85d65c..6cd0305 100644 --- a/docs/reference/naiveBayes.html +++ b/docs/reference/naiveBayes.html @@ -10,7 +10,7 @@ stove - 0.0.0.9000 + 1.1 + + + + + +
+
+
+ +
+

rmsePlot

+
+ +
+

Usage

+
plotRmseComparison(tunedResultsList, v = v, iter = iter)
+
+ +
+

Details

+

rmsePlot

+
+ +
+ + +
+ + + +
+ + + + + + + diff --git a/docs/reference/prepForCV.html b/docs/reference/prepForCV.html index 8b88a9d..81b90a1 100644 --- a/docs/reference/prepForCV.html +++ b/docs/reference/prepForCV.html @@ -10,7 +10,7 @@ stove - 0.0.0.9000 + 1.1