write.fmap {r2pmml} | R Documentation |
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. |
[Package r2pmml version 0.28.0 Index]