AnnaDS / Stock_forecast

Test different state of art time series forecasting models for stock price prediction combining it with additional data from news feed to define the winner and build trading strategy on top.
1 stars 9 forks source link

Test ExponentialSmoothing model from Darts #12

Open AnnaDS opened 3 months ago

AnnaDS commented 3 months ago

REferences https://unit8co.github.io/darts/generated_api/darts.models.forecasting.exponential_smoothing.html https://gerardrbentley-timeseries-example-streamlit-apps02-darts-350it1.streamlit.app

Calculate accuracy metrics for testing period

AnnaDS commented 3 months ago

Save trained model in 'forecasting/models' folder