azrai99 commited on
Commit
ea639d2
·
verified ·
1 Parent(s): 6c651f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
  import plotly.express as px
6
  import plotly.graph_objects as go
7
  import streamlit as st
8
- from neuralforecast.losses import rmse, mae, smape, mse, mape
9
  from st_aggrid import AgGrid
10
 
11
  from src.nf import MODELS, forecast_pretrained_model
 
5
  import plotly.express as px
6
  import plotly.graph_objects as go
7
  import streamlit as st
8
+ from neuralforecast.losses.pytorch import MAE, RMSE, MAPE, SMAPE, MASE
9
  from st_aggrid import AgGrid
10
 
11
  from src.nf import MODELS, forecast_pretrained_model