{# scikit-learn/layout.html ~~~~~~~~~~~~~~~~~ Layout for scikit-learn, after a design made by Angel Soler (http://webylimonada.org) :copyright: Fabian Pedregosa :license: BSD #} {% extends "basic/layout.html" %} {% block extrahead %} {% endblock %} {%- if pagename == 'index' %} {% set title = 'scikit-learn: machine learning in Python' %} {%- endif %} {% block header %}
{%- if logo %} {%- endif %} {%- block navbar -%} {%- endblock -%}
{% endblock %} {% block content %}
{%- if pagename != 'index' %}
{%- for rellink in rellinks|reverse %} {{ rellink[3] }} {%- if not loop.last %}{{ reldelim2 }}{% endif %} {%- endfor %}
{% else %}

News

scikit-learn 0.9 is available for download. See what's new and tips on installing.

Videos

Watch the 2010 ICML Introductory Video by Gaƫl Varoquaux.

Participate

Fork the source code, join the mailing lists, report bugs to the issue tracker or participate in the next coding sprint. Read More...

{% endif %}

{{ _('This page') }}

{{ toc }} {% if pagename == 'index' %}

Funding

Generous funding provided by INRIA, Google and others.

INRIA

INRIA

Read more ...

{% endif %}
{%- block document %} {{ super() }} {%- endblock %}
{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {%- block footer %} {%- endblock %}