Skip to content

Instantly share code, notes, and snippets.

View chris-s-bowden's full-sized avatar

Chris Bowden chris-s-bowden

View GitHub Profile
@chris-s-bowden
chris-s-bowden / RUM_random_forests.R
Created October 9, 2025 09:47
RUM - Random Forests
library(tidyverse)
library(ranger)
library(randomForest)
library(caret)
library(tidymodels)
# Step 1. Use the 'tidy' format for your input data - 1 row per observation!
iris_data <- datasets::iris
# Get data types and summary statistics per column (variable)