The goal of NNTools is to facilitate the use of Machine Learning’ technics wrapping all the pipeline in easy to use functions (pipe_*
). The functions take care of the cross-validation, data scaling and return the predictions (also for rasters), SHAP in a single call.
Pre-requisites
Install keras and tensorflow (only needed for pipe_keras
and pipe_keras_timeseries
):
keras::install_keras()