File size: 534 Bytes
9d53258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
dataset_info:
  features:
  - name: modelo
    dtype: string
  - name: accuracy
    dtype: float64
  - name: mcc
    dtype: float64
  - name: precision_weighted
    dtype: float64
  - name: recall_weighted
    dtype: float64
  - name: f1_score_weighted
    dtype: float64
  - name: confusion_matrix
    sequence:
      sequence: int64
  splits:
  - name: train
    num_bytes: 97
    num_examples: 1
  download_size: 3709
  dataset_size: 97
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---