Spaces:
Sleeping
Sleeping
Commit ·
8c19701
1
Parent(s): ebadb70
clean a coment that has no sense
Browse files
app.py
CHANGED
|
@@ -72,9 +72,8 @@ def predict(*args):
|
|
| 72 |
|
| 73 |
prediction = model.predict(single_instance_numbers)
|
| 74 |
|
| 75 |
-
# Como sabemos el model nos devuelve los tipos de fraude 1, 2 y 3 en el response. Podemos devolver un response estilo semáforo.
|
| 76 |
|
| 77 |
-
|
| 78 |
Attrition = int(prediction[0])
|
| 79 |
|
| 80 |
|
|
|
|
| 72 |
|
| 73 |
prediction = model.predict(single_instance_numbers)
|
| 74 |
|
|
|
|
| 75 |
|
| 76 |
+
|
| 77 |
Attrition = int(prediction[0])
|
| 78 |
|
| 79 |
|