File size: 717 Bytes
840408a
 
 
 
 
 
 
 
 
 
 
 
be3b8b5
 
 
840408a
 
 
 
 
 
 
 
 
 
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
{
    "sklearn": {
        "columns": [
            "LegalName"
        ],
        "environment": [
            "scikit-learn=1.0.2",
            "joblib=1.2.0",
            "pandas=1.3.5"
        ],
        "example_input": {
            "LegalName": [
                "Miejskie Przedsi\u0119biorstwo Energetyki Cieplnej Sp\u00f3\u0142ka z ograniczon\u0105 odpowiedzialno\u015bci\u0105",
                "Przedsi\u0119biorstwo Produkcyjno Us\u0142ugowe Mimal Krystyna Fludra",
                "NGS OIL & GAS S.A."
            ]
        },
        "model": {
            "file": "model.joblib"
        },
        "model_format": "pickle",
        "task": "tabular-classification",
        "use_intelex": false
    }
}