BSJ2004 commited on
Commit
f4db0ab
β€’
1 Parent(s): 5a3a250

Rename arima.py to app.py

Browse files
Files changed (1) hide show
  1. arima.py β†’ app.py +1 -1
arima.py β†’ app.py RENAMED
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
6
  st.title("Future crime pattern prediction ")
7
 
8
  # Load the trained ARIMA model
9
- with open(r"C:\Users\hp\Desktop\project\model\arima\arima_model.pkl", 'rb') as f:
10
  model_fit = pickle.load(f)
11
 
12
  # Define number of future periods for forecasting
 
6
  st.title("Future crime pattern prediction ")
7
 
8
  # Load the trained ARIMA model
9
+ with open("arima_model.pkl", 'rb') as f:
10
  model_fit = pickle.load(f)
11
 
12
  # Define number of future periods for forecasting