write_json: Output a learner or grid in JSON format

View source: R/iaibase.R

write_jsonR Documentation

Output a learner or grid in JSON format

Description

Julia Equivalent: IAI.write_json

Usage

write_json(filename, obj, ...)

Arguments

filename

Where to save the output.

obj

The learner or grid to output.

...

Refer to the Julia documentation for available parameters.

Examples

## Not run: iai::write_json(file.path(tempdir(), "out.json"), obj)


iai documentation built on Oct. 19, 2024, 1:07 a.m.