dibend commited on
Commit
7c27c16
1 Parent(s): 41c3b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from sklearn.linear_model import LinearRegression
5
  import numpy as np
6
  from pandas.tseries.offsets import MonthEnd
7
  import datetime
 
8
 
9
  def plot_and_predict(zip, start_year, start_month, prediction_months):
10
  # Input validation for ZIP code
 
5
  import numpy as np
6
  from pandas.tseries.offsets import MonthEnd
7
  import datetime
8
+ from scipy import stats
9
 
10
  def plot_and_predict(zip, start_year, start_month, prediction_months):
11
  # Input validation for ZIP code