tidy.kerasnip_model_fit: Tidy a Fitted Kerasnip Model

View source: R/keras_tools.R

tidy.kerasnip_model_fitR Documentation

Tidy a Fitted Kerasnip Model

Description

Returns a tibble with one row per layer of the underlying Keras model, summarising the layer name, Python class, and parameter count.

Usage

## S3 method for class 'kerasnip_model_fit'
tidy(x, ...)

Arguments

x

A kerasnip_model_fit object.

...

Not used.

Value

A tibble with columns layer (character), class (character), and n_params (integer).


kerasnip documentation built on Sept. 4, 2026, 1:06 a.m.