jialitan23 commited on
Commit
0d61f16
·
verified ·
1 Parent(s): 11afea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)