{% for var in ContinuousHistogram_list %} {% endfor %} {% for var in ContinuousHistogram_list %} {% endfor %} {% for var in target_distribution_list %} {% endfor %} {% for row in target_distribution_list %} {% endfor %} {% for key, row in ContinuousFeaturesHistChart_df.iterrows() %} {% endfor %} {% for key, row in ContinuousFeaturesHistChart_df.iterrows() %} {% endfor %}
| Field | Type | |
|---|---|---|
| {{ loop.index0 + 1 }} | {{field["name"]}} | {{field["type"]}} |
| Feature | Percentage |
|---|---|
| {{row["Feature"]}} | {{row["NullPercentage"]}}% |
Total Number of Records - {{ number_of_records }}
Total Number of Nulls - {{ number_of_nulls }}
Percentage of Nulls - {{ percentage_of_nulls }}
| Statistic | Value |
|---|---|
| Count | {{target_statistics_dict['Count']|round(2)}} |
| Mean | {{target_statistics_dict['Mean']|round(2)}} |
| Median | {{target_statistics_dict['Median']|round(2)}} |
| Std Dev | {{target_statistics_dict['STD']|round(2)}} |
| Min | {{target_statistics_dict['Min']|round(2)}} |
| 25% | {{target_statistics_dict['TwentyFive']|round(2)}} |
| 50% | {{target_statistics_dict['Fifty']|round(2)}} |
| 75% | {{target_statistics_dict['SeventyFive']|round(2)}} |
| Max | {{target_statistics_dict['Max']|round(2)}} |
| Variance | {{target_statistics_dict['Variance']|round(4)}} |
| Kurtosis | {{target_statistics_dict['kurtosis']|round(4)}} |
| skew | {{target_statistics_dict['skew']|round(4)}} |
| Feature | PValue |
|---|---|
| {{row["Categorical"]}} | {{row["PValue"]|round(3)}} |
| Category (Top 30) | Number of Records |
|---|---|
| {{key}} | {{row["Value"]}} |
| Dist- {{ row['list_name'] }} |
|---|
| {{ category }} |
| Category | Null Percentage | |
|---|---|---|
| {{ loop.index0 + 1 }} | {{field["category"]}} | {{field["null_percent"]}}% |
| Feature | Correlation |
|---|---|
| {{row['ContinuousFeature']}} | {{row['Correlation']}} |
| Statistic | Value |
|---|---|
| Count | {{row['Count']|round(2)}} |
| Mean | {{row['Mean']|round(2)}} |
| Median | {{row['Median']|round(2)}} |
| Std Dev | {{row['STD']|round(2)}} |
| Min | {{row['Min']|round(2)}} |
| 25% | {{row['TwentyFive']|round(2)}} |
| 50% | {{row['Fifty']|round(2)}} |
| 75% | {{row['SeventyFive']|round(2)}} |
| Max | {{row['Max']|round(2)}} |
| Variance | {{row['Variance']|round(4)}} |
| Kurtosis | {{row['kurtosis']|round(4)}} |
| skew | {{row['skew']|round(4)}} |