davidgamma commited on
Commit
5d52745
1 Parent(s): cc429a3

... commit message ...

Browse files
Files changed (3) hide show
  1. README.md +157 -3
  2. config.json +137 -0
  3. model.pkl +3 -0
README.md CHANGED
@@ -1,3 +1,157 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sklearn
3
+ tags:
4
+ - sklearn
5
+ - skops
6
+ - tabular-classification
7
+ model_format: pickle
8
+ model_file: model.pkl
9
+ widget:
10
+ - structuredData:
11
+ x0:
12
+ - -0.09392700711129204
13
+ - 2.371755361225434
14
+ - 0.9671947566078468
15
+ x1:
16
+ - 1.6715939059930913
17
+ - 1.0187539498438483
18
+ - 0.31581839557288527
19
+ x10:
20
+ - 1.974051683532626
21
+ - 0.5529279014966972
22
+ - 1.4204609635013674
23
+ x11:
24
+ - 0.2611945709034309
25
+ - 0.6196937299076192
26
+ - 1.190400503805864
27
+ x12:
28
+ - -0.10332312980738237
29
+ - -1.5650628809571772
30
+ - -1.519967717751437
31
+ x13:
32
+ - -0.19920098627926822
33
+ - 0.5095640242994445
34
+ - -0.3729003029693749
35
+ x14:
36
+ - 0.6242153953856313
37
+ - -1.0186442123275312
38
+ - -3.0604199544158504
39
+ x15:
40
+ - -0.8808380741451728
41
+ - -1.2523426524049155
42
+ - -0.7973581049651146
43
+ x16:
44
+ - 1.0661014648120772
45
+ - 0.028663896855952335
46
+ - 1.3294361695442827
47
+ x17:
48
+ - -0.16809563986134812
49
+ - 1.5728684096371472
50
+ - 2.403793617769665
51
+ x18:
52
+ - -0.40971494857613056
53
+ - -2.0685626995449002
54
+ - -2.6352772611427193
55
+ x19:
56
+ - -0.48150986525698813
57
+ - 1.2364168667276738
58
+ - 2.180976940508645
59
+ x2:
60
+ - -0.6858149404655255
61
+ - -2.5704433172483783
62
+ - -0.2805726481338807
63
+ x3:
64
+ - -0.9938521434003649
65
+ - 0.004948433682649548
66
+ - 0.12386186534436842
67
+ x4:
68
+ - -1.5351676597000408
69
+ - -0.06686764679970754
70
+ - -1.1398384472701109
71
+ x5:
72
+ - 0.05599600888975593
73
+ - 0.7388591828858628
74
+ - -0.014210997630448757
75
+ x6:
76
+ - -0.14538476476312687
77
+ - 0.954051151587725
78
+ - 1.4942788646796958
79
+ x7:
80
+ - 1.705729977752746
81
+ - 0.45072299069455823
82
+ - -0.27356356357396394
83
+ x8:
84
+ - 0.6083980206344903
85
+ - 0.500745387789729
86
+ - -0.13961381253754068
87
+ x9:
88
+ - 0.3675427037708833
89
+ - -0.19653609210222556
90
+ - -2.081336638897732
91
+ ---
92
+
93
+ # Model description
94
+
95
+ [More Information Needed]
96
+
97
+ ## Intended uses & limitations
98
+
99
+ [More Information Needed]
100
+
101
+ ## Training Procedure
102
+
103
+ [More Information Needed]
104
+
105
+ ### Hyperparameters
106
+
107
+ <details>
108
+ <summary> Click to expand </summary>
109
+
110
+ | Hyperparameter | Value |
111
+ |--------------------------|---------|
112
+ | ccp_alpha | 0.0 |
113
+ | class_weight | |
114
+ | criterion | gini |
115
+ | max_depth | |
116
+ | max_features | |
117
+ | max_leaf_nodes | |
118
+ | min_impurity_decrease | 0.0 |
119
+ | min_samples_leaf | 1 |
120
+ | min_samples_split | 2 |
121
+ | min_weight_fraction_leaf | 0.0 |
122
+ | random_state | |
123
+ | splitter | best |
124
+
125
+ </details>
126
+
127
+ ### Model Plot
128
+
129
+ <style>#sk-container-id-5 {color: black;background-color: white;}#sk-container-id-5 pre{padding: 0;}#sk-container-id-5 div.sk-toggleable {background-color: white;}#sk-container-id-5 label.sk-toggleable__label {cursor: pointer;display: block;width: 100%;margin-bottom: 0;padding: 0.3em;box-sizing: border-box;text-align: center;}#sk-container-id-5 label.sk-toggleable__label-arrow:before {content: "▸";float: left;margin-right: 0.25em;color: #696969;}#sk-container-id-5 label.sk-toggleable__label-arrow:hover:before {color: black;}#sk-container-id-5 div.sk-estimator:hover label.sk-toggleable__label-arrow:before {color: black;}#sk-container-id-5 div.sk-toggleable__content {max-height: 0;max-width: 0;overflow: hidden;text-align: left;background-color: #f0f8ff;}#sk-container-id-5 div.sk-toggleable__content pre {margin: 0.2em;color: black;border-radius: 0.25em;background-color: #f0f8ff;}#sk-container-id-5 input.sk-toggleable__control:checked~div.sk-toggleable__content {max-height: 200px;max-width: 100%;overflow: auto;}#sk-container-id-5 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {content: "▾";}#sk-container-id-5 div.sk-estimator input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-5 div.sk-label input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-5 input.sk-hidden--visually {border: 0;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}#sk-container-id-5 div.sk-estimator {font-family: monospace;background-color: #f0f8ff;border: 1px dotted black;border-radius: 0.25em;box-sizing: border-box;margin-bottom: 0.5em;}#sk-container-id-5 div.sk-estimator:hover {background-color: #d4ebff;}#sk-container-id-5 div.sk-parallel-item::after {content: "";width: 100%;border-bottom: 1px solid gray;flex-grow: 1;}#sk-container-id-5 div.sk-label:hover label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-5 div.sk-serial::before {content: "";position: absolute;border-left: 1px solid gray;box-sizing: border-box;top: 0;bottom: 0;left: 50%;z-index: 0;}#sk-container-id-5 div.sk-serial {display: flex;flex-direction: column;align-items: center;background-color: white;padding-right: 0.2em;padding-left: 0.2em;position: relative;}#sk-container-id-5 div.sk-item {position: relative;z-index: 1;}#sk-container-id-5 div.sk-parallel {display: flex;align-items: stretch;justify-content: center;background-color: white;position: relative;}#sk-container-id-5 div.sk-item::before, #sk-container-id-5 div.sk-parallel-item::before {content: "";position: absolute;border-left: 1px solid gray;box-sizing: border-box;top: 0;bottom: 0;left: 50%;z-index: -1;}#sk-container-id-5 div.sk-parallel-item {display: flex;flex-direction: column;z-index: 1;position: relative;background-color: white;}#sk-container-id-5 div.sk-parallel-item:first-child::after {align-self: flex-end;width: 50%;}#sk-container-id-5 div.sk-parallel-item:last-child::after {align-self: flex-start;width: 50%;}#sk-container-id-5 div.sk-parallel-item:only-child::after {width: 0;}#sk-container-id-5 div.sk-dashed-wrapped {border: 1px dashed gray;margin: 0 0.4em 0.5em 0.4em;box-sizing: border-box;padding-bottom: 0.4em;background-color: white;}#sk-container-id-5 div.sk-label label {font-family: monospace;font-weight: bold;display: inline-block;line-height: 1.2em;}#sk-container-id-5 div.sk-label-container {text-align: center;}#sk-container-id-5 div.sk-container {/* jupyter's `normalize.less` sets `[hidden] { display: none; }` but bootstrap.min.css set `[hidden] { display: none !important; }` so we also need the `!important` here to be able to override the default hidden behavior on the sphinx rendered scikit-learn.org. See: https://github.com/scikit-learn/scikit-learn/issues/21755 */display: inline-block !important;position: relative;}#sk-container-id-5 div.sk-text-repr-fallback {display: none;}</style><div id="sk-container-id-5" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>DecisionTreeClassifier()</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-5" type="checkbox" checked><label for="sk-estimator-id-5" class="sk-toggleable__label sk-toggleable__label-arrow">DecisionTreeClassifier</label><div class="sk-toggleable__content"><pre>DecisionTreeClassifier()</pre></div></div></div></div></div>
130
+
131
+ ## Evaluation Results
132
+
133
+ [More Information Needed]
134
+
135
+ # How to Get Started with the Model
136
+
137
+ [More Information Needed]
138
+
139
+ # Model Card Authors
140
+
141
+ This model card is written by following authors:
142
+
143
+ [More Information Needed]
144
+
145
+ # Model Card Contact
146
+
147
+ You can contact the model card authors through following channels:
148
+ [More Information Needed]
149
+
150
+ # Citation
151
+
152
+ Below you can find information related to citation.
153
+
154
+ **BibTeX:**
155
+ ```
156
+ [More Information Needed]
157
+ ```
config.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sklearn": {
3
+ "columns": [
4
+ "x0",
5
+ "x1",
6
+ "x2",
7
+ "x3",
8
+ "x4",
9
+ "x5",
10
+ "x6",
11
+ "x7",
12
+ "x8",
13
+ "x9",
14
+ "x10",
15
+ "x11",
16
+ "x12",
17
+ "x13",
18
+ "x14",
19
+ "x15",
20
+ "x16",
21
+ "x17",
22
+ "x18",
23
+ "x19"
24
+ ],
25
+ "environment": [
26
+ "scikit-learn=1.2.2"
27
+ ],
28
+ "example_input": {
29
+ "x0": [
30
+ -0.09392700711129204,
31
+ 2.371755361225434,
32
+ 0.9671947566078468
33
+ ],
34
+ "x1": [
35
+ 1.6715939059930913,
36
+ 1.0187539498438483,
37
+ 0.31581839557288527
38
+ ],
39
+ "x10": [
40
+ 1.974051683532626,
41
+ 0.5529279014966972,
42
+ 1.4204609635013674
43
+ ],
44
+ "x11": [
45
+ 0.2611945709034309,
46
+ 0.6196937299076192,
47
+ 1.190400503805864
48
+ ],
49
+ "x12": [
50
+ -0.10332312980738237,
51
+ -1.5650628809571772,
52
+ -1.519967717751437
53
+ ],
54
+ "x13": [
55
+ -0.19920098627926822,
56
+ 0.5095640242994445,
57
+ -0.3729003029693749
58
+ ],
59
+ "x14": [
60
+ 0.6242153953856313,
61
+ -1.0186442123275312,
62
+ -3.0604199544158504
63
+ ],
64
+ "x15": [
65
+ -0.8808380741451728,
66
+ -1.2523426524049155,
67
+ -0.7973581049651146
68
+ ],
69
+ "x16": [
70
+ 1.0661014648120772,
71
+ 0.028663896855952335,
72
+ 1.3294361695442827
73
+ ],
74
+ "x17": [
75
+ -0.16809563986134812,
76
+ 1.5728684096371472,
77
+ 2.403793617769665
78
+ ],
79
+ "x18": [
80
+ -0.40971494857613056,
81
+ -2.0685626995449002,
82
+ -2.6352772611427193
83
+ ],
84
+ "x19": [
85
+ -0.48150986525698813,
86
+ 1.2364168667276738,
87
+ 2.180976940508645
88
+ ],
89
+ "x2": [
90
+ -0.6858149404655255,
91
+ -2.5704433172483783,
92
+ -0.2805726481338807
93
+ ],
94
+ "x3": [
95
+ -0.9938521434003649,
96
+ 0.004948433682649548,
97
+ 0.12386186534436842
98
+ ],
99
+ "x4": [
100
+ -1.5351676597000408,
101
+ -0.06686764679970754,
102
+ -1.1398384472701109
103
+ ],
104
+ "x5": [
105
+ 0.05599600888975593,
106
+ 0.7388591828858628,
107
+ -0.014210997630448757
108
+ ],
109
+ "x6": [
110
+ -0.14538476476312687,
111
+ 0.954051151587725,
112
+ 1.4942788646796958
113
+ ],
114
+ "x7": [
115
+ 1.705729977752746,
116
+ 0.45072299069455823,
117
+ -0.27356356357396394
118
+ ],
119
+ "x8": [
120
+ 0.6083980206344903,
121
+ 0.500745387789729,
122
+ -0.13961381253754068
123
+ ],
124
+ "x9": [
125
+ 0.3675427037708833,
126
+ -0.19653609210222556,
127
+ -2.081336638897732
128
+ ]
129
+ },
130
+ "model": {
131
+ "file": "model.pkl"
132
+ },
133
+ "model_format": "pickle",
134
+ "task": "tabular-classification",
135
+ "use_intelex": false
136
+ }
137
+ }
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:106972a76869ac523ec7e3f414ce1088126f3413e1d006d2fb88347187e4e291
3
+ size 48369