{# 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' %} {%- if parents %}
{% else %}

This documentation is for {{project}} version {{ release|e }}Other versions

{% else %}

News

scikit-learn 0.10 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...

Funding

Generous funding provided by INRIA, Google and others.

INRIA

INRIA

Read more ...

{% endif %}

Citing

If you use the software, please consider citing scikit-learn.

{%- if (pagename != 'index') %}

{{ _('This page') }}

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