Introduction
The following are a set of methods intended for regression in which the target value is expected to be a linear combination of the features. In mathematical notation
Code
Embed code by putting {% highlight language %}
{% endhighlight %}
blocks around it. Adding the parameter linenos
will show source lines besides the code.
def add{a, b}:
return a + b
function foo () {
return "bar";
}
Gists
With the jekyll-gist
plugin, which is preinstalled on Github Pages, you can embed gists simply by using the gist
command:
Images
Embedded content
You can also embed a lot of stuff, for example from YouTube, using the embed.html
include.