martini is the data preparation module of the BMDI MLAI pipeline. The goal of martini is to enable the creation of a machine learning ready data set for use with the substream modules.
Installation
You can install the development version of martini like so:
devtools::install_git(
"https://github.com/bayer-int/bmdi-mlai-martini",
dependencies = TRUE,
build_vignettes = TRUE
)
Example
Please refer to the ‘hands-on’ vignette in the package
vignette('hands-on', package = 'martini')