Commit Graph

2 Commits

Author SHA1 Message Date
wjhgq 3fab33a8d4 Update predict.py. The prediction model is optimized to a time series model, which significantly improves the modeling fitness.
In the original method, only linear regression is used to perform simple trend extrapolation, which leads to insufficient prediction accuracy. This optimization adopts time series model, and uses the auto_arima method of pmdarima to automatically select appropriate model parameters (including p, d, q and seasonal parameters) according to historical data. It significantly improves the suitability of the model in time series modeling. In this way, the model can better capture the trend and periodicity of the data, and predict the future heat more reasonable and accurate.
2024-12-12 13:24:50 +08:00
juanboy b3b3cff505 爬虫结束自动打标注 2024-07-04 15:33:20 +08:00