Skip to content

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

Closed
TestIprel opened this issue Sep 17, 2018 · 9 comments · Fixed by #1900
Closed

Time series and forecasting #929

TestIprel opened this issue Sep 17, 2018 · 9 comments · Fixed by #1900
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@TestIprel
Copy link

Ml.net version 0.5

  • When you plan to release a versione that include a Time series forecasting trainer ??
@lefig
Copy link

lefig commented Sep 17, 2018

You may wish to convert DateTime to ticks and use as your target label.

@TestIprel
Copy link
Author

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 ??

@GalOshri GalOshri added the enhancement New feature or request label Sep 18, 2018
@GalOshri
Copy link
Contributor

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?

@TestIprel
Copy link
Author

I have a simple data that I load from one sensor such as temperature values, or many of them (umidity, pressure, eccc).
This produce a time series model data [time, sensor value], and my goal is to predict/forecasting the future values of sensor.
So, i need to undestand which algorithm is the best solution for me and how to provide my data model to algorithm.

@paulpce
Copy link

paulpce commented Oct 3, 2018

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.

@codemzs codemzs mentioned this issue Oct 9, 2018
@bbjoern
Copy link

bbjoern commented Oct 11, 2018

Same for me: I would need standard sales forecasting based on historical sales data

@Tealons
Copy link

Tealons commented Oct 23, 2018

Same here... See #978

@veikkoeeva
Copy link
Contributor

veikkoeeva commented Oct 23, 2018

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.

@artidoro artidoro added the question Further information is requested label Oct 26, 2018
@artidoro
Copy link
Contributor

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.

@codemzs codemzs self-assigned this Jun 4, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants