Learn R Programming

r2pmml (version 0.31.0)

write.fmap: Writes XGBoost feature map to a file.

Description

Writes XGBoost feature map to a file.

Usage

write.fmap(fmap, file)

Arguments

fmap

An XGBoost feature map as a "data.frame" object.

file

A filesystem path to the result file.