{# 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 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

scikits.learn 0.5 release candidate 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 %}

{{ _('Contents') }}

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

Funding

Generous funding provided by INRIA, Google and others.

INRIA

INRIA

Read more ...

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