Dataset quality is evaluated using:
Rows : {{ report["shape"][0] }}
Columns : {{ report["shape"][1] }}
Total Missing: {{ report["missing"]["total_missing"] }}
Your dataset does not contain duplicate records.
Total Duplicate Rows: {{ report["duplicates"]["duplicates"] }}
Numeric Features: {{ report["datatypes"]["numeric_columns"]|length }} Categorical Features: {{ report["datatypes"]["categorical_columns"]|length }}
| Column | Datatype | Category |
|---|---|---|
| {{ column }} | {{ dtype }} | {% if column in report["datatypes"]["numeric_columns"] %} 🔢 Numeric {% else %} 🔤 Categorical {% endif %} |
| Column | Score | Status | Issues |
|---|---|---|---|
| {{ item.column }} | {{ item.score }}/100 | {{ item.status }} | {{ item.issues }} |
{% if report["correlation"]["high_correlation_pairs"] %}
| Column 1 | Column 2 | Correlation |
|---|---|---|
| {{ pair["column_1"] }} | {{ pair["column_2"] }} | {{ pair["correlation"] }} |
✅ No highly correlated features found.
{% endif %}
| Column | Outliers | Lower Limit | Upper Limit | Status |
|---|---|---|---|---|
| {{ column }} | {{ info["outliers"] }} | {{ info["lower_limit"] }} | {{ info["upper_limit"] }} | {% if info["outliers"] == 0 %} 🟢 None {% elif info["outliers"] < 20 %} 🟢 Low {% elif info["outliers"] < 100 %} 🟠Medium {% else %} 🔴 High {% endif %} |
Prediction Task: {{ report["model_recommendation"]["task"] }}
| Rank | Model |
|---|---|
| {{ loop.index }} | {{ model }} |
| Column | Action | Reason |
|---|---|---|
| {{ item.column }} | {{ item.action }} | {{ item.reason }} |
Dataset quality is evaluated using:
Rows : {{ report["shape"][0] }}
Columns : {{ report["shape"][1] }}
Total Missing: {{ report["missing"]["total_missing"] }}
Your dataset does not contain duplicate records.
Total Duplicate Rows: {{ report["duplicates"]["duplicates"] }}
Numeric Features: {{ report["datatypes"]["numeric_columns"]|length }} Categorical Features: {{ report["datatypes"]["categorical_columns"]|length }}
| Column | Datatype | Category |
|---|---|---|
| {{ column }} | {{ dtype }} | {% if column in report["datatypes"]["numeric_columns"] %} 🔢 Numeric {% else %} 🔤 Categorical {% endif %} |
| Column | Score | Status | Issues |
|---|---|---|---|
| {{ item.column }} | {{ item.score }}/100 | {{ item.status }} | {{ item.issues }} |
{% if report["correlation"]["high_correlation_pairs"] %}
| Column 1 | Column 2 | Correlation |
|---|---|---|
| {{ pair["column_1"] }} | {{ pair["column_2"] }} | {{ pair["correlation"] }} |
✅ No highly correlated features found.
{% endif %}
| Column | Outliers | Lower Limit | Upper Limit | Status |
|---|---|---|---|---|
| {{ column }} | {{ info["outliers"] }} | {{ info["lower_limit"] }} | {{ info["upper_limit"] }} | {% if info["outliers"] == 0 %} 🟢 None {% elif info["outliers"] < 20 %} 🟢 Low {% elif info["outliers"] < 100 %} 🟠Medium {% else %} 🔴 High {% endif %} |
Prediction Task: {{ report["model_recommendation"]["task"] }}
| Rank | Model |
|---|---|
| {{ loop.index }} | {{ model }} |
| Column | Action | Reason |
|---|---|---|
| {{ item.column }} | {{ item.action }} | {{ item.reason }} |