tl_predict_nn: Predict using a neural network model

View source: R/supervised-neural-networks.R

tl_predict_nnR Documentation

Predict using a neural network model

Description

Predict using a neural network model

Usage

tl_predict_nn(model, new_data, type = "response", ...)

Arguments

model

A tidylearn neural network model object

new_data

A data frame containing the new data

type

Type of prediction: "response" (default), "prob" (for classification), "class" (for classification)

...

Additional arguments

Value

Predictions


tidylearn documentation built on Feb. 6, 2026, 5:07 p.m.