vumichien commited on
Commit
df12f97
1 Parent(s): 610ae3e

Upload . with huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +135 -0
  2. config.json +77 -0
  3. model.skops +0 -0
README.md ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sklearn
3
+ tags:
4
+ - sklearn
5
+ - skops
6
+ - tabular-regression
7
+ model_format: skops
8
+ model_file: model.skops
9
+ widget:
10
+ structuredData:
11
+ x0:
12
+ - -0.8513550738681201
13
+ - 0.3565756375241982
14
+ - -0.5493723960200406
15
+ x1:
16
+ - -0.9801306786815437
17
+ - 0.16144422497410207
18
+ - -0.5044744688250247
19
+ x2:
20
+ - -0.40478372420423153
21
+ - 0.465368421656243
22
+ - -0.6223217606693501
23
+ x3:
24
+ - -0.5539725609683268
25
+ - 0.3927870023121129
26
+ - 1.2133119571551605
27
+ x4:
28
+ - -0.3313192794050237
29
+ - -0.5263980861381337
30
+ - 0.14244353694681483
31
+ x5:
32
+ - -0.6076784605515674
33
+ - -0.3021390244014409
34
+ - 0.37259389709675395
35
+ x6:
36
+ - 0.31079384041548314
37
+ - -0.11643850592424994
38
+ - -0.7648620670356181
39
+ x7:
40
+ - 1.59019987177207
41
+ - -0.6288517674735005
42
+ - -0.6288517674735005
43
+ x8:
44
+ - -0.9276885579794873
45
+ - 1.0779479723001086
46
+ - 1.0779479723001086
47
+ x9:
48
+ - -0.5836191855240799
49
+ - -0.5836191855240799
50
+ - -0.5836191855240799
51
+ ---
52
+
53
+ # Model description
54
+
55
+ [More Information Needed]
56
+
57
+ ## Intended uses & limitations
58
+
59
+ [More Information Needed]
60
+
61
+ ## Training Procedure
62
+
63
+ ### Hyperparameters
64
+
65
+ The model is trained with below hyperparameters.
66
+
67
+ <details>
68
+ <summary> Click to expand </summary>
69
+
70
+ | Hyperparameter | Value |
71
+ |-------------------|---------|
72
+ | C | 1.0 |
73
+ | class_weight | |
74
+ | dual | False |
75
+ | fit_intercept | True |
76
+ | intercept_scaling | 1 |
77
+ | l1_ratio | |
78
+ | max_iter | 100 |
79
+ | multi_class | auto |
80
+ | n_jobs | |
81
+ | penalty | l2 |
82
+ | random_state | 0 |
83
+ | solver | lbfgs |
84
+ | tol | 0.0001 |
85
+ | verbose | 0 |
86
+ | warm_start | False |
87
+
88
+ </details>
89
+
90
+ ### Model Plot
91
+
92
+ The model plot is below.
93
+
94
+ <style>#sk-container-id-1 {color: black;background-color: white;}#sk-container-id-1 pre{padding: 0;}#sk-container-id-1 div.sk-toggleable {background-color: white;}#sk-container-id-1 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-1 label.sk-toggleable__label-arrow:before {content: "▸";float: left;margin-right: 0.25em;color: #696969;}#sk-container-id-1 label.sk-toggleable__label-arrow:hover:before {color: black;}#sk-container-id-1 div.sk-estimator:hover label.sk-toggleable__label-arrow:before {color: black;}#sk-container-id-1 div.sk-toggleable__content {max-height: 0;max-width: 0;overflow: hidden;text-align: left;background-color: #f0f8ff;}#sk-container-id-1 div.sk-toggleable__content pre {margin: 0.2em;color: black;border-radius: 0.25em;background-color: #f0f8ff;}#sk-container-id-1 input.sk-toggleable__control:checked~div.sk-toggleable__content {max-height: 200px;max-width: 100%;overflow: auto;}#sk-container-id-1 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {content: "▾";}#sk-container-id-1 div.sk-estimator input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-1 div.sk-label input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-1 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-1 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-1 div.sk-estimator:hover {background-color: #d4ebff;}#sk-container-id-1 div.sk-parallel-item::after {content: "";width: 100%;border-bottom: 1px solid gray;flex-grow: 1;}#sk-container-id-1 div.sk-label:hover label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-1 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-1 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-1 div.sk-item {position: relative;z-index: 1;}#sk-container-id-1 div.sk-parallel {display: flex;align-items: stretch;justify-content: center;background-color: white;position: relative;}#sk-container-id-1 div.sk-item::before, #sk-container-id-1 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-1 div.sk-parallel-item {display: flex;flex-direction: column;z-index: 1;position: relative;background-color: white;}#sk-container-id-1 div.sk-parallel-item:first-child::after {align-self: flex-end;width: 50%;}#sk-container-id-1 div.sk-parallel-item:last-child::after {align-self: flex-start;width: 50%;}#sk-container-id-1 div.sk-parallel-item:only-child::after {width: 0;}#sk-container-id-1 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-1 div.sk-label label {font-family: monospace;font-weight: bold;display: inline-block;line-height: 1.2em;}#sk-container-id-1 div.sk-label-container {text-align: center;}#sk-container-id-1 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-1 div.sk-text-repr-fallback {display: none;}</style><div id="sk-container-id-1" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>LogisticRegression(random_state=0)</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-1" type="checkbox" checked><label for="sk-estimator-id-1" class="sk-toggleable__label sk-toggleable__label-arrow">LogisticRegression</label><div class="sk-toggleable__content"><pre>LogisticRegression(random_state=0)</pre></div></div></div></div></div>
95
+
96
+ ## Evaluation Results
97
+
98
+ You can find the details about evaluation process and the evaluation results.
99
+
100
+ | Metric | Value |
101
+ |----------------|----------|
102
+ | Train Accuracy | 0.79316 |
103
+ | Test Accuracy | 0.727273 |
104
+
105
+ # How to Get Started with the Model
106
+
107
+ [More Information Needed]
108
+
109
+ # Model Card Authors
110
+
111
+ This model card is written by following authors:
112
+
113
+ [More Information Needed]
114
+
115
+ # Model Card Contact
116
+
117
+ You can contact the model card authors through following channels:
118
+ [More Information Needed]
119
+
120
+ # Citation
121
+
122
+ Below you can find information related to citation.
123
+
124
+ **BibTeX:**
125
+ ```
126
+ [More Information Needed]
127
+ ```
128
+
129
+ # limitations
130
+
131
+ Mô hình chưa thể dùng trong production.
132
+
133
+ # model_description
134
+
135
+ Regression model thử nghiệm với skops.
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ],
15
+ "environment": [
16
+ "scikit-learn"
17
+ ],
18
+ "example_input": {
19
+ "x0": [
20
+ -0.8513550738681201,
21
+ 0.3565756375241982,
22
+ -0.5493723960200406
23
+ ],
24
+ "x1": [
25
+ -0.9801306786815437,
26
+ 0.16144422497410207,
27
+ -0.5044744688250247
28
+ ],
29
+ "x2": [
30
+ -0.40478372420423153,
31
+ 0.465368421656243,
32
+ -0.6223217606693501
33
+ ],
34
+ "x3": [
35
+ -0.5539725609683268,
36
+ 0.3927870023121129,
37
+ 1.2133119571551605
38
+ ],
39
+ "x4": [
40
+ -0.3313192794050237,
41
+ -0.5263980861381337,
42
+ 0.14244353694681483
43
+ ],
44
+ "x5": [
45
+ -0.6076784605515674,
46
+ -0.3021390244014409,
47
+ 0.37259389709675395
48
+ ],
49
+ "x6": [
50
+ 0.31079384041548314,
51
+ -0.11643850592424994,
52
+ -0.7648620670356181
53
+ ],
54
+ "x7": [
55
+ 1.59019987177207,
56
+ -0.6288517674735005,
57
+ -0.6288517674735005
58
+ ],
59
+ "x8": [
60
+ -0.9276885579794873,
61
+ 1.0779479723001086,
62
+ 1.0779479723001086
63
+ ],
64
+ "x9": [
65
+ -0.5836191855240799,
66
+ -0.5836191855240799,
67
+ -0.5836191855240799
68
+ ]
69
+ },
70
+ "model": {
71
+ "file": "model.skops"
72
+ },
73
+ "model_format": "skops",
74
+ "task": "tabular-regression",
75
+ "use_intelex": false
76
+ }
77
+ }
model.skops ADDED
Binary file (9.33 kB). View file