naufalbudianto28 commited on
Commit
40abe84
1 Parent(s): e77de40

Update prediction.py

Browse files
Files changed (1) hide show
  1. prediction.py +0 -1
prediction.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
  import pandas as pd
3
  import pickle
4
- import xgboost as xgb
5
 
6
  # Load Best Model
7
  with open ('best_model_xgb.pkl', 'rb') as xgb_file:
 
1
  import streamlit as st
2
  import pandas as pd
3
  import pickle
 
4
 
5
  # Load Best Model
6
  with open ('best_model_xgb.pkl', 'rb') as xgb_file: