tl_predict_deep: Predict using a deep learning model

View source: R/supervised-deep-learning.R

tl_predict_deepR Documentation

Predict using a deep learning model

Description

Predict using a deep learning model

Usage

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

Arguments

model

A tidylearn deep learning 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.