define_naive_bayes_spec {fastml}R Documentation

Define Naive Bayes Model Specification

Description

Define Naive Bayes Model Specification

Usage

define_naive_bayes_spec(task, tune = FALSE)

Arguments

task

Character string specifying the task type ("classification").

tune

Logical indicating whether to use tuning parameters.

Value

List containing the model specification ('model_spec').


[Package fastml version 0.2.0 Index]