dieineb commited on
Commit
988d23c
1 Parent(s): 5a0f5ad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: diagnosis
10
+ dtype: string
11
+ - name: radius_mean
12
+ dtype: float64
13
+ - name: texture_mean
14
+ dtype: float64
15
+ - name: perimeter_mean
16
+ dtype: float64
17
+ - name: area_mean
18
+ dtype: float64
19
+ - name: smoothness_mean
20
+ dtype: float64
21
+ - name: compactness_mean
22
+ dtype: float64
23
+ - name: concavity_mean
24
+ dtype: float64
25
+ - name: concave points_mean
26
+ dtype: float64
27
+ - name: symmetry_mean
28
+ dtype: float64
29
+ - name: fractal_dimension_mean
30
+ dtype: float64
31
+ - name: radius_se
32
+ dtype: float64
33
+ - name: texture_se
34
+ dtype: float64
35
+ - name: perimeter_se
36
+ dtype: float64
37
+ - name: area_se
38
+ dtype: float64
39
+ - name: smoothness_se
40
+ dtype: float64
41
+ - name: compactness_se
42
+ dtype: float64
43
+ - name: concavity_se
44
+ dtype: float64
45
+ - name: concave points_se
46
+ dtype: float64
47
+ - name: symmetry_se
48
+ dtype: float64
49
+ - name: fractal_dimension_se
50
+ dtype: float64
51
+ - name: radius_worst
52
+ dtype: float64
53
+ - name: texture_worst
54
+ dtype: float64
55
+ - name: perimeter_worst
56
+ dtype: float64
57
+ - name: area_worst
58
+ dtype: float64
59
+ - name: smoothness_worst
60
+ dtype: float64
61
+ - name: compactness_worst
62
+ dtype: float64
63
+ - name: concavity_worst
64
+ dtype: float64
65
+ - name: concave points_worst
66
+ dtype: float64
67
+ - name: symmetry_worst
68
+ dtype: float64
69
+ - name: fractal_dimension_worst
70
+ dtype: float64
71
+ splits:
72
+ - name: train
73
+ num_bytes: 139405
74
+ num_examples: 569
75
+ download_size: 141996
76
+ dataset_size: 139405
77
+ ---
78
+ # Dataset Card for "data_cancer.csv"
79
+
80
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)