{% extends 'miner/base.html' %} {% load nvd3_tags %} {% block extra_head %} {% endblock %} {% block extra_style %} {% endblock %} {% block content %}

Learn how to compose your own graph here.

Or browse (mouse-over) the graph below to find a machine-learning algorithm for your data.

Machine Learning with sklearn

{% endblock %} {% block extra_content %}

Your URL was parsed to produce this...

var nodes = {{ nodes|safe }}
var edges = {{ edges|safe }}
{% endblock %}