Spaces:
Sleeping
Sleeping
accuracy calculation
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import yfinance as yf
|
|
| 5 |
from prophet import Prophet
|
| 6 |
from prophet.plot import plot_plotly, plot_components_plotly
|
| 7 |
import plotly.graph_objects as go
|
| 8 |
-
from sklearn.metrics import mean_absolute_error, mean_squared_error
|
| 9 |
|
| 10 |
|
| 11 |
import warnings
|
|
|
|
| 5 |
from prophet import Prophet
|
| 6 |
from prophet.plot import plot_plotly, plot_components_plotly
|
| 7 |
import plotly.graph_objects as go
|
| 8 |
+
#from sklearn.metrics import mean_absolute_error, mean_squared_error
|
| 9 |
|
| 10 |
|
| 11 |
import warnings
|