pppereira3's picture
update model
0d84f2a verified
raw
history blame
2.81 kB
{
"sklearn": {
"columns": [
"CustomerID",
"Age",
"Tenure",
"Usage Frequency",
"Support Calls",
"Payment Delay",
"Total Spend",
"Last Interaction",
"Gender_Female",
"Gender_Male",
"Subscription Type_Basic",
"Subscription Type_Premium",
"Subscription Type_Standard",
"Contract Length_Annual",
"Contract Length_Monthly",
"Contract Length_Quarterly"
],
"environment": [
"scikit-learn=1.5.2"
],
"example_input": {
"Age": [
39.40425439998618,
39.0,
34.0
],
"Contract Length_Annual": [
1.0,
1.0,
0.401932083043247
],
"Contract Length_Monthly": [
0.0,
0.19708838851411134,
0.0
],
"Contract Length_Quarterly": [
0.0,
0.0,
0.4020867778406123
],
"CustomerID": [
385551.0,
261335.0,
225392.3988613617
],
"Gender_Female": [
0.0,
0.431805878557168,
0.431805878557168
],
"Gender_Male": [
0.5682171179863025,
0.0,
1.0
],
"Last Interaction": [
20.0,
9.0,
12.0
],
"Payment Delay": [
19.0,
7.0,
12.981875132129035
],
"Subscription Type_Basic": [
0.3241824299194755,
1.0,
0.3241824299194755
],
"Subscription Type_Premium": [
0.0,
0.0,
0.0
],
"Subscription Type_Standard": [
0.0,
0.0,
1.0
],
"Support Calls": [
0.0,
0.0,
8.0
],
"Tenure": [
43.0,
31.0,
17.0
],
"Total Spend": [
914.15,
657.3,
511.21
],
"Usage Frequency": [
23.0,
28.0,
15.803576821849248
]
},
"model": {
"file": "hw4_mmcar25_classifier_mean.pkl"
},
"model_format": "pickle",
"task": "tabular-classification"
}
}