Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,8 +173,6 @@ print(report_logistic)
|
|
| 173 |
|
| 174 |
ConfusionMatrixDisplay.from_predictions(y_test,y_pred_logistic);
|
| 175 |
|
| 176 |
-
pip install gradio
|
| 177 |
-
|
| 178 |
import gradio as gr
|
| 179 |
import matplotlib.pyplot as plt
|
| 180 |
import seaborn as sns
|
|
|
|
| 173 |
|
| 174 |
ConfusionMatrixDisplay.from_predictions(y_test,y_pred_logistic);
|
| 175 |
|
|
|
|
|
|
|
| 176 |
import gradio as gr
|
| 177 |
import matplotlib.pyplot as plt
|
| 178 |
import seaborn as sns
|