+++ prepath = "DataScienceTutorials.jl"
website_title = "Data Science Tutorials" website_descr = "Data Science Tutorials using Julia" website_url = "https://JuliaAI.github.io/DataScienceTutorials.jl/"
author = "Thibaut Lienart, Anthony Blaom, Sebastian Vollmer and collaborators"
mintoclevel = 2 maxtoclevel = 3 showall = true
ignore = [
]
+++
\newcommand{\nblink}[1]{
<a href="https://raw.githubusercontent.com/juliaai/DataScienceTutorials.jl/gh-pages/__generated/!#1/tutorial.ipynb" target="_blank"><em>notebook</em></a>
} \newcommand{\sclink}[1]{
<a href="https://raw.githubusercontent.com/juliaai/DataScienceTutorials.jl/gh-pages/__generated/!#1/tutorial.jl" target="_blank"><em>annotated script</em></a>
} \newcommand{\rawlink}[1]{
<a href="https://raw.githubusercontent.com/juliaai/DataScienceTutorials.jl/gh-pages/__generated/!#1/tutorial-raw.jl" target="_blank"><em>raw script</em></a>
} \newcommand{\proj}[1]{https://raw.githubusercontent.com/juliaai/DataScienceTutorials.jl/gh-pages/__generated/!#1/Project.toml} \newcommand{\mani}[1]{https://raw.githubusercontent.com/juliaai/DataScienceTutorials.jl/gh-pages/__generated/!#1/Manifest.toml} \newcommand{\tgz}[1]{https://raw.githubusercontent.com/juliaai/DataScienceTutorials.jl/gh-pages/__generated/!#1.tar.gz}
\newcommand{\tutorial}[1]{ To ensure code in this tutorial runs as shown, download the tutorial project folder and follow these instructions.
If you have questions or suggestions about this tutorial, please open an issue here.
\toc\literate{/_literate/!#1/tutorial.jl} }
\newcommand{\refblank}[2]{~~~~~~!#1~~~~~~}
\newcommand{\note}[1]{@@note @@title ⚠ Note@@ @@content #1 @@ @@}