Data Science Tutorials
About
Data Science Tutorials
Categories
All
(4)
LLMs
(1)
code
(2)
modules
(1)
plotting
(1)
shiny
(1)
tables
(1)
Getting to know gt
code
tables
The
grammar of tables
package makes it easy to create pretty output tables. Similar to ggplot, it allows you to construct a table using various elements, giving significant…
Jul 17, 2024
Elizabeth Leshuk
Shiny apps in R
shiny
modules
Let’s use a fun dataset. This post produced the GIF below in R showing monarch butterfly migrations.
Jun 25, 2024
Sven Nelson
Getting to know ggplot2
code
plotting
ggplot2 is a way to declaratively create graphics, meaning that you control all aspects of how you want your plot to look. ggplot2 takes in data frames, you provide the…
Jun 11, 2024
Elizabeth Leshuk
Setting up local LLMs using ollama
LLMs
Ollama is an open-source framework that allows users to run and manage large language models (LLMs) locally on their machines.
Jun 3, 2024
Sven Nelson
No matching items