estimate_accuracy: Run a experiment several times and compute its accuracy.

View source: R/prioritize.R

estimate_accuracyR Documentation

Run a experiment several times and compute its accuracy.

Description

This function fits several Random Forest models to the data and then estimates their accuracy.

Usage

estimate_accuracy(out_dir, iterations = 100)

Arguments

out_dir

A path to directory for storing results.

iterations

The number of times the experiment must be repeated.

Value

      A tibble

Examples

## Not run: 
library(prioritizedeforestationhotspots)
out_dir <- "~/Documents/prioritize_res"
estimate_accuracy(out_dir)

## End(Not run)


albhasan/prioritizedeforestationhotspots documentation built on Nov. 11, 2023, 3:12 p.m.