Added two time series projects for GSOC with corrections #1161
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Logan,
Thanks for your feedback on the previous version. I made the changes accordingly. In my view, Julia lacks popular, scalable, and automated time series forecasting functionality. For example, one of the most popular statistical packages in R is the 'forecast' package with 8-12k daily downloads (actually more popular than ML packages like xgboost, randomforest, glmnet, or keras). Adding the time series functionality has the potential to increase significantly the popularity of Julia in academic and business communities. The speed of Julia is a huge advantage here. For instance, I'm working on a project that involves forecasting hundreds of thousands of time series of ticket sales on different routes for a major airline. It takes quite some time just to clean this dataset in R. Julia can do the same job in minutes.
I listed the functions that in my view are important to implement, including scalable seasonal ARIMA models, intermittent demand forecasting, and MIDAS regressions. But I also leave it for students to suggest other popular functions for time series forecasting from other platforms. Please let me know if I can make further improvements to projects and/or to add clarity. I have participated in the 2012 GSOC with R Project, but it was a while ago.
Best wishes,
Andrii