{'accuracy': 0.454, 'auc': 0.7109694166666688, 'confusion_matrix': Columns:
target_label str
predicted_label str
count int
Rows: 16
Data:
+--------------+-----------------+-------+
| target_label | predicted_label | count |
+--------------+-----------------+-------+
| bird | cat | 150 |
| bird | automobile | 80 |
| automobile | automobile | 549 |
| dog | dog | 94 |
| cat | dog | 47 |
| dog | bird | 499 |
| cat | automobile | 111 |
| cat | cat | 425 |
| bird | bird | 748 |
| automobile | bird | 258 |
+--------------+-----------------+-------+
[16 rows x 3 columns]
Note: Only the head of the SFrame is printed.
You can use print_rows(num_rows=m, num_columns=n) to print more rows and columns., 'f1_score': 0.4212807450491278, 'log_loss': 1.2722231665636015, 'precision': 0.5007986607806926, 'recall': 0.454, 'roc_curve': Columns:
threshold float
fpr float
tpr float
p int
n int
class int
Rows: 400004
Data:
+-----------+-----+-----+------+------+-------+
| threshold | fpr | tpr | p | n | class |
+-----------+-----+-----+------+------+-------+
| 0.0 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 1e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 2e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 3e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 4e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 5e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 6e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 7e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 8e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
| 9e-05 | 1.0 | 1.0 | 1000 | 3000 | 0 |
+-----------+-----+-----+------+------+-------+
[400004 rows x 6 columns]
Note: Only the head of the SFrame is printed.
You can use print_rows(num_rows=m, num_columns=n) to print more rows and columns.}