Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...