{% extends 'base.html' %} {% block title %}Get a Classifier{% endblock %} {% block content %}

After extracting the features you can generate a Classifier


{# Extracted features #}
Here goes the location of the file with the extracted features in your file system.
{# Percentage of data for training #}
The percentage of data for training the classifier.
{# Filename to save the classifier #}
The filename to save the classifier.

{% endblock %} {% block custom_scripts %} {% endblock %}