Spaces:
Runtime error
Runtime error
Mustafa Al Hamad commited on
Commit ·
b21b9f6
1
Parent(s): f2c79fd
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ def greet(operation,filer):
|
|
| 185 |
VotingClassifier(estimators=[('knn',
|
| 186 |
KNeighborsClassifier(leaf_size=10,
|
| 187 |
metric='manhattan')),
|
| 188 |
-
('rf', RandomForestClassifier(max_depth=100)),('gm',LGBMClassifier(n_estimators=200, num_leaves=60))]
|
| 189 |
metrics = dict()
|
| 190 |
for model in models1:
|
| 191 |
model.fit(X_smote,y_smote)
|
|
|
|
| 185 |
VotingClassifier(estimators=[('knn',
|
| 186 |
KNeighborsClassifier(leaf_size=10,
|
| 187 |
metric='manhattan')),
|
| 188 |
+
('rf', RandomForestClassifier(max_depth=100)),('gm',LGBMClassifier(n_estimators=200, num_leaves=60))])]
|
| 189 |
metrics = dict()
|
| 190 |
for model in models1:
|
| 191 |
model.fit(X_smote,y_smote)
|