1. 13 Feb, 2025 2 commits
  2. 12 Feb, 2025 1 commit
  3. 11 Feb, 2025 3 commits
  4. 09 Feb, 2025 2 commits
  5. 08 Feb, 2025 1 commit
  6. 04 Feb, 2025 2 commits
  7. 27 Jan, 2025 2 commits
  8. 17 Jan, 2025 3 commits
  9. 15 Jan, 2025 1 commit
  10. 13 Jan, 2025 1 commit
  11. 12 Jan, 2025 5 commits
  12. 09 Jan, 2025 2 commits
  13. 14 Dec, 2024 9 commits
  14. 12 Dec, 2024 4 commits
    • The new practice sequence model to complete the public opinion prediction function.
      Wenkai Liang authored
    • Strengthen login security and prevent SQL injection issues
      戒酒的李白 authored
    • wjhgq authored
    • …ch 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.
      wjhgq authored
  15. 10 Dec, 2024 2 commits