File size: 1,978 Bytes
ee1439d
9a6c63e
ee1439d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
    "sklearn": {
        "columns": [
            "nb_hyperlinks",
            "ratio_intHyperlinks",
            "ratio_extHyperlinks",
            "ratio_extRedirection",
            "safe_anchor",
            "domain_registration_length",
            "domain_age",
            "web_traffic",
            "google_index",
            "page_rank",
            "status"
        ],
        "environment": [
            "scikit-learn=1.3.2"
        ],
        "example_input": {
            "domain_age": [
                11039.0,
                -1.0,
                5636.0
            ],
            "domain_registration_length": [
                3571.0,
                0.0,
                208.0
            ],
            "google_index": [
                0.0,
                0.0,
                0.0
            ],
            "nb_hyperlinks": [
                97.0,
                168.0,
                52.0
            ],
            "page_rank": [
                5.0,
                2.0,
                10.0
            ],
            "ratio_extHyperlinks": [
                0.030927835,
                0.220238095,
                0.442307692
            ],
            "ratio_extRedirection": [
                0.0,
                0.378378378,
                0.0
            ],
            "ratio_intHyperlinks": [
                0.969072165,
                0.779761905,
                0.557692308
            ],
            "safe_anchor": [
                25.0,
                24.32432432,
                0.0
            ],
            "status": [
                "legitimate",
                "legitimate",
                "legitimate"
            ],
            "web_traffic": [
                178542.0,
                0.0,
                2.0
            ]
        },
        "model": {
            "file": "model.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}