generated from khuyentran1401/cicd-mlops-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsvm.mlem
62 lines (62 loc) · 1.23 KB
/
svm.mlem
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
artifacts:
data:
hash: 56a719e06202368c953540a7cb3e37ef
size: 142616
uri: svm
call_orders:
predict:
- - model
- predict
object_type: model
processors:
model:
methods:
predict:
args:
- name: X
type_:
columns:
- ''
- fixed acidity
- volatile acidity
- citric acid
- residual sugar
- chlorides
- free sulfur dioxide
- total sulfur dioxide
- density
- pH
- sulphates
- alcohol
dtypes:
- int64
- float64
- float64
- float64
- float64
- float64
- float64
- float64
- float64
- float64
- float64
- float64
index_cols:
- ''
type: dataframe
name: predict
returns:
dtype: int64
shape:
- null
type: ndarray
varkw: predict_params
type: sklearn_pipeline
requirements:
- module: numpy
version: 1.24.2
- module: pandas
version: 1.5.3
- module: sklearn
package_name: scikit-learn
version: 1.2.2