Galvatron Logo

Upload CSV or Excel File

{% if columns %}
{% endif %} {% if response1 and response2 %}

Analysis Result

Countplot Barchart

Plot 1

{{ response1|safe }}

Histogram Plot

Plot 2

{{ response2|safe }}

{% endif %} {% if response5 %}

Pairplot

Plot 4

{{ response5|safe }}

{% endif %} {% if response3 %}

Multiclass Barplot

Plot 3

{{ response3|safe }}

{% endif %} {% if response4 %}

Multiclass Histogram Plot

Plot 4

{{ response4|safe }}

{% endif %} {% if response6 %}

Multiclass Pairplot

Plot 4

{{ response6|safe }}

{% endif %} {% if response7 %}

Multiclass Pairplot

Plot 4

{{ response7|safe }}

{% endif %} {% if response8 %}

Decision Tree Regressor

Plot 4

{{ response8|safe }}

{% endif %} {% if response9 %}

Decision Tree Classifier

Plot 4

{{ response9|safe }}

{% endif %} {% if response10 %}

Random Forest Regressor

Plot 4

{{ response10|safe }}

{% endif %} {% if response11 %}

Random Forest Classifier

Plot 4

{{ response11|safe }}

{% endif %} {% if show_conversation %}

Conversation

{% endif %} {% if question_responses %}

Conversation History:

{% for question, response in question_responses %}
You: {{ question }}
Response: {{ response|safe }}
{% endfor %}
{% endif %}