Update config.json
Browse files- config.json +1 -71
config.json
CHANGED
@@ -1,84 +1,14 @@
|
|
1 |
{
|
2 |
"sklearn": {
|
3 |
-
"columns": [
|
4 |
-
"nb_hyperlinks",
|
5 |
-
"ratio_intHyperlinks",
|
6 |
-
"ratio_extHyperlinks",
|
7 |
-
"ratio_extRedirection",
|
8 |
-
"safe_anchor",
|
9 |
-
"domain_registration_length",
|
10 |
-
"domain_age",
|
11 |
-
"web_traffic",
|
12 |
-
"google_index",
|
13 |
-
"page_rank",
|
14 |
-
"status"
|
15 |
-
],
|
16 |
"environment": [
|
17 |
"scikit-learn=1.3.2",
|
18 |
"joblib=1.3.2"
|
19 |
],
|
20 |
-
"example_input": {
|
21 |
-
"domain_age": [
|
22 |
-
11039.0,
|
23 |
-
-1.0,
|
24 |
-
5636.0
|
25 |
-
],
|
26 |
-
"domain_registration_length": [
|
27 |
-
3571.0,
|
28 |
-
0.0,
|
29 |
-
208.0
|
30 |
-
],
|
31 |
-
"google_index": [
|
32 |
-
0.0,
|
33 |
-
0.0,
|
34 |
-
0.0
|
35 |
-
],
|
36 |
-
"nb_hyperlinks": [
|
37 |
-
97.0,
|
38 |
-
168.0,
|
39 |
-
52.0
|
40 |
-
],
|
41 |
-
"page_rank": [
|
42 |
-
5.0,
|
43 |
-
2.0,
|
44 |
-
10.0
|
45 |
-
],
|
46 |
-
"ratio_extHyperlinks": [
|
47 |
-
0.030927835,
|
48 |
-
0.220238095,
|
49 |
-
0.442307692
|
50 |
-
],
|
51 |
-
"ratio_extRedirection": [
|
52 |
-
0.0,
|
53 |
-
0.378378378,
|
54 |
-
0.0
|
55 |
-
],
|
56 |
-
"ratio_intHyperlinks": [
|
57 |
-
0.969072165,
|
58 |
-
0.779761905,
|
59 |
-
0.557692308
|
60 |
-
],
|
61 |
-
"safe_anchor": [
|
62 |
-
25.0,
|
63 |
-
24.32432432,
|
64 |
-
0.0
|
65 |
-
],
|
66 |
-
"status": [
|
67 |
-
"legitimate",
|
68 |
-
"legitimate",
|
69 |
-
"legitimate"
|
70 |
-
],
|
71 |
-
"web_traffic": [
|
72 |
-
178542.0,
|
73 |
-
0.0,
|
74 |
-
2.0
|
75 |
-
]
|
76 |
-
},
|
77 |
"model": {
|
78 |
"file": "model.pkl"
|
79 |
},
|
80 |
"model_format": "pickle",
|
81 |
-
"task": "
|
82 |
"use_intelex": false
|
83 |
}
|
84 |
}
|
|
|
1 |
{
|
2 |
"sklearn": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"environment": [
|
4 |
"scikit-learn=1.3.2",
|
5 |
"joblib=1.3.2"
|
6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"model": {
|
8 |
"file": "model.pkl"
|
9 |
},
|
10 |
"model_format": "pickle",
|
11 |
+
"task": "text-classification",
|
12 |
"use_intelex": false
|
13 |
}
|
14 |
}
|