Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View neurotroph's full-sized avatar

Christopher Harms neurotroph

View GitHub Profile
@neurotroph
neurotroph / predict_mpg.R
Created September 14, 2020 14:20
Predict MPG via Command Line
#
# Predicting mpg for your car using a pre-trained BRMS model.
# Read more about this at https://skopos-elements.de/journal/
#
# (c) by SKOPOS ELEMENTS, 2020
#
suppressPackageStartupMessages(library(tidyverse))
suppressPackageStartupMessages(library(cli))
suppressPackageStartupMessages(library(brms))