dotnet / dotnet/machinelearning
Autoregression with ml.net
Open
area-TimeSeries
enhancement
untriaged
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
I have a use case which involves predicting using regression 10 days into the future. **One day at a time.**
I need to use the predicted `Score` column from past predicted days as lagged inputs for the next day prediction.
I cannot use predefined classes for the IDataView schema.
I am using C#.
I am using database. I tried to update the database with the values and then re SELECT but it can't handle the load.
Is there a way to do this with ml.net?
Contributor guide
Assessment
This issue has not been assessed yet.