Spaces:
Runtime error
Runtime error
File size: 3,994 Bytes
e23ea6e |
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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
{
"sklearn": {
"columns": [
"Name",
"Gender",
"City",
"Working Professional or Student",
"Profession",
"Sleep Duration",
"Dietary Habits",
"Degree",
"Have you ever had suicidal thoughts ?",
"Family History of Mental Illness",
"Academic Pressure_na",
"Work Pressure_na",
"CGPA_na",
"Study Satisfaction_na",
"Job Satisfaction_na",
"Financial Stress_na",
"Age",
"Academic Pressure",
"Work Pressure",
"CGPA",
"Study Satisfaction",
"Job Satisfaction",
"Work/Study Hours",
"Financial Stress"
],
"environment": [
"scikit-learn=1.3.2"
],
"example_input": {
"Academic Pressure": [
-0.04606674611568451,
-0.04606674611568451,
-0.04606674611568451
],
"Academic Pressure_na": [
2,
2,
2
],
"Age": [
1.2607895135879517,
-0.19406381249427795,
1.584090232849121
],
"CGPA": [
0.03309895098209381,
0.03309895098209381,
0.03309895098209381
],
"CGPA_na": [
2,
2,
2
],
"City": [
98,
28,
27
],
"Degree": [
77,
90,
77
],
"Dietary Habits": [
16,
21,
21
],
"Family History of Mental Illness": [
1,
2,
2
],
"Financial Stress": [
1.4229286909103394,
1.4229286909103394,
0.008482186123728752
],
"Financial Stress_na": [
1,
1,
1
],
"Gender": [
2,
2,
2
],
"Have you ever had suicidal thoughts ?": [
1,
1,
2
],
"Job Satisfaction": [
0.8020281791687012,
1.5897727012634277,
-1.5612051486968994
],
"Job Satisfaction_na": [
1,
1,
1
],
"Name": [
79,
269,
90
],
"Profession": [
46,
15,
56
],
"Sleep Duration": [
30,
20,
30
],
"Study Satisfaction": [
0.019511962309479713,
0.019511962309479713,
0.019511962309479713
],
"Study Satisfaction_na": [
2,
2,
2
],
"Work Pressure": [
1.588835597038269,
-0.7938991189002991,
-0.7938991189002991
],
"Work Pressure_na": [
1,
1,
1
],
"Work/Study Hours": [
1.2296171188354492,
1.4891586303710938,
-1.1062564849853516
],
"Working Professional or Student": [
2,
2,
2
]
},
"model": {
"file": "model.pkl"
},
"model_format": "pickle",
"task": "tabular-classification"
}
} |