-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Time series and forecasting #929
New issue
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
Comments
You may wish to convert DateTime to ticks and use as your target label. |
Thank, but I need an example with ML.net that import a time serie data model [tick, value] and make a prediction for the future values of serie. Could you provide it ?? |
This is on the roadmap but we don't have a concrete date yet. @TestIprel, can you share a few more details about your use case (e.g. what kind of data do you have)? Do you need any particular approach to forecasting? |
I have a simple data that I load from one sensor such as temperature values, or many of them (umidity, pressure, eccc). |
I'm also interested in this for fairly standard sales forecasting based on historical sales, but ideally also including seasonality and other influencing factors such as marketing campaigns, public holidays, new product releases, etc. |
Same for me: I would need standard sales forecasting based on historical sales data |
Same here... See #978 |
Relational time series, or time series with graph data (sparse data) would be a really interesting. Some examples:
Broadly speaking the idea here is that events have a causal relationship and they happen (or miss to happen) in some point of time. Some food for thoughts (without going into more concrete examples), it appears many spatio-temporal problems have the characteristics of time series and "graph like" relation. |
There is an ongoing project to introduce time series models in ML.NET (with some functionalities already being added), #978 will be used to track this effort. We will be adding documentation and tutorials for the new features as they are implemented. We welcome your thoughts and questions on the development of this new feature. @codemzs, @ganik or @montebhoover will probably be able to answer them. |
Ml.net version 0.5
The text was updated successfully, but these errors were encountered: