good first issuenew model
Repository metrics
- Stars
- (6,832 stars)
- PR merge metrics
- (平均マージ 143d 16h) (30d で 16 merged PRs)
説明
In general we might be interested by implementing some of the models below. This list is not exhaustive and we welcome reference implementations of other/newer models.
- AdaRNN: https://github.com/jindongwang/transferlearning/tree/master/code/deep/adarnn
- TBATS: https://github.com/intive-DataScience/tbats
- Neural Prophet: https://github.com/ourownstory/neural_prophet
- Multivariate Singular Spectrum Analysis https://arxiv.org/pdf/2006.13448.pdf
- Quantile Regression Forest: https://www.statsmodels.org/devel/generated/statsmodels.regression.quantile_regression.QuantReg.html
- Orbit https://arxiv.org/pdf/2004.08492.pdf
-
ensemble.HistGradientBoostingRegressor, ensemble.GradientBoostingRegressor, linear_model.Ridge - DA-RNN https://arxiv.org/abs/1704.02971