We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
我是做商品销量预测的,不同门店的商品总数有40多万了。我想对他们stl decompose 后,输出大概的 peroid , 用于自动订货的时间。 最简单的是 穷举 算RMSE ,挑个最小的。但这个效率实在太低了。。。 所以我想知道有没有这方面的文章或者方法推荐
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
我是做商品销量预测的,不同门店的商品总数有40多万了。我想对他们stl decompose 后,输出大概的 peroid , 用于自动订货的时间。
最简单的是 穷举 算RMSE ,挑个最小的。但这个效率实在太低了。。。
所以我想知道有没有这方面的文章或者方法推荐
The text was updated successfully, but these errors were encountered: