Skip to content

Commit

Permalink
Update Annual_forecaster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arame93 authored Oct 10, 2024
1 parent 884a3b7 commit 5be9967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Annual_forecaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
st.write("Select countries and years to forecast future temperatures.")

# Load the pre-trained model
model = joblib.load('climate_country_forecaster.pkl')
model = joblib.load('climate_country_forecaster.pkl', mmap_mode='r')
historical_data = pd.read_csv('Country-Level-Temperature.csv')

# Function to create sequences
Expand Down

0 comments on commit 5be9967

Please sign in to comment.