plot.ggml_history: Plot training history

View source: R/nn_model.R

plot.ggml_historyR Documentation

Plot training history

Description

Plots loss and accuracy curves over epochs.

Usage

## S3 method for class 'ggml_history'
plot(x, ...)

Arguments

x

A ggml_history object

...

Additional arguments (ignored)

Value

The history object (invisibly).


ggmlR documentation built on July 14, 2026, 1:08 a.m.