...
ff_prep
ff_dqc
ff_train
ff_predict
ff_analyseanalyze
ff_polygonize
ff_accuracyreport
ff_importance
ff_visualizestructurecheck
For all the functionalities of every function please go to the manual in R to get the latest info, or type help({name of function}) directly in the Rstudio terminal to get the help of every function.
Exercise
In this exercise, you'll use the ff_run
function to predict deforestation in Peru. You'll create training data, validation data, train a model, make predictions, and analyze the results.
...