Thanabodin commited on
Commit
1f22505
1 Parent(s): ce8f30e

delete StandardScaler

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  import joblib
3
  import numpy as np
4
- from sklearn.preprocessing import StandardScaler
5
 
6
  def make_prediction(MedInc,HouseAge,AveRooms,AveBedrms,Population,AveOccup,Latitude,Longitude):
7
  scaler = joblib.load('scaler.pkl')
 
1
  import gradio as gr
2
  import joblib
3
  import numpy as np
 
4
 
5
  def make_prediction(MedInc,HouseAge,AveRooms,AveBedrms,Population,AveOccup,Latitude,Longitude):
6
  scaler = joblib.load('scaler.pkl')