Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import streamlit as st
|
|
3 |
import numpy as np
|
4 |
from scipy.integrate import odeint
|
5 |
import matplotlib.pyplot as plt
|
|
|
6 |
import warnings
|
7 |
warnings.filterwarnings("ignore")
|
8 |
|
|
|
3 |
import numpy as np
|
4 |
from scipy.integrate import odeint
|
5 |
import matplotlib.pyplot as plt
|
6 |
+
from sklearn.metrics import mean_absolute_percentage_error
|
7 |
import warnings
|
8 |
warnings.filterwarnings("ignore")
|
9 |
|