Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import pandas as pd
|
|
| 3 |
import joblib
|
| 4 |
import os
|
| 5 |
import warnings
|
|
|
|
| 6 |
|
| 7 |
# Suppress the FutureWarning from pandas
|
| 8 |
warnings.simplefilter(action='ignore', category=FutureWarning)
|
|
|
|
| 3 |
import joblib
|
| 4 |
import os
|
| 5 |
import warnings
|
| 6 |
+
import imblearn
|
| 7 |
|
| 8 |
# Suppress the FutureWarning from pandas
|
| 9 |
warnings.simplefilter(action='ignore', category=FutureWarning)
|