Commit ·
4b35d63
1
Parent(s): c306bda
Upload 2 files
Browse files
MLmodel
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
artifact_path: outputs/mlflow-model
|
| 2 |
+
flavors:
|
| 3 |
+
python_function:
|
| 4 |
+
env: conda.yaml
|
| 5 |
+
loader_module: mlflow.sklearn
|
| 6 |
+
model_path: model.pkl
|
| 7 |
+
predict_fn: predict
|
| 8 |
+
python_version: 3.7.9
|
| 9 |
+
sklearn:
|
| 10 |
+
code: null
|
| 11 |
+
pickled_model: model.pkl
|
| 12 |
+
serialization_format: pickle
|
| 13 |
+
sklearn_version: 0.22.1
|
| 14 |
+
mlflow_version: 1.30.0
|
| 15 |
+
model_uuid: ce2fbb299c004682a56e84e84bf2c987
|
| 16 |
+
run_id: AutoML_524f3143-022d-4cb5-920d-665a156f09c2_20
|
| 17 |
+
signature:
|
| 18 |
+
inputs: '[{"name": "text", "type": "string"}]'
|
| 19 |
+
outputs: '[{"type": "tensor", "tensor-spec": {"dtype": "float64", "shape": [-1]}}]'
|
| 20 |
+
utc_time_created: '2023-02-08 05:53:17.566481'
|
model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5156751d1324011a34f60cbc8ad7616bfc63491984fafeda2e1982cb6f34b8d
|
| 3 |
+
size 1820482871
|