lenu_PL / config.json
aarimond's picture
added model
be3b8b5
raw
history blame
No virus
717 Bytes
{
"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
}
}