File size: 1,319 Bytes
7f2f051
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "seed_n_rounds",
            "angel_n_rounds",
            "pre_seed_n_rounds",
            "time_first_funding_normalised",
            "seed_funding_normalised",
            "time_till_series_a_normalised"
        ],
        "environment": [
            "scikit-learn=1.1.3"
        ],
        "example_input": {
            "angel_n_rounds": [
                0.0,
                0.0,
                0.0
            ],
            "pre_seed_n_rounds": [
                0.0,
                0.0,
                0.0
            ],
            "seed_funding_normalised": [
                0.0,
                0.0,
                0.0018888888888888
            ],
            "seed_n_rounds": [
                2.0,
                0.0,
                1.0
            ],
            "time_first_funding_normalised": [
                0.2120435618193465,
                0.380183642963912,
                0.209908178518044
            ],
            "time_till_series_a_normalised": [
                0.3253001132502832,
                0.3585503963759909,
                0.2226500566251415
            ]
        },
        "model": {
            "file": "model.pkl"
        },
        "model_format": "pickle",
        "task": "tabular-classification"
    }
}