Introduktion
figures
Single figure at commonurl
<figure>
<img src="https://karttur.github.io/common/images/">
<figcaption> </figcaption>
</figure>
Entry in images.yml
machinelarning_histo_housing:
file: machinelarning_histo_housing.png
author: Thomas Gumbricht
caption: Histograms for data about Boston housing prices
credit: null
source: null
Single figure at local images folder
<figure>
<img src="../../images/imgFN.filetype }}">
<figcaption> caption </figcaption>
</figure>
Two columns of figures at commonurl
<figure class="half">
<a href="https://karttur.github.io/common/images/"><img src="https://karttur.github.io/common/images/" alt="image"></a>
<a href="https://karttur.github.io/common/images/"><img src="https://karttur.github.io/common/images/" alt="image"></a>
<figcaption>Comparsion using a multiple regression with all the data (left) and data divided into training and test datasets (right). To see larger versions, click in the images.</figcaption>
</figure>
Entry in images.yml
machinelarning_linregnaive:
file: machinelarning_linregnaive.png
author: Thomas Gumbricht
caption: Naive multiple linear regression model (Boston housing prices)
credit: null
source: machinelarning_linregnaive.png
machinelarning_linregmodel:
file: machinelarning_linregmodel.png
author: Thomas Gumbricht
caption: Training - test linear multiple regression model (Boston housing prices)
credit: null
source: machinelarning_linregmodel.png