dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

Time Series #978

Closed codemzs closed 5 years ago

codemzs commented 6 years ago

Time Series in ML.NET

New Features to come

... and many more with time.

Tealons commented 5 years ago

I'm a big data science n00b. Any chance that a simple tutorial will be provided? I'm aiming for something like this with my data:

image

But then better :)

shauheen commented 5 years ago

@codemzs is there a PR associated with this, or this issue is closed?

codemzs commented 5 years ago

@shauheen Yes, PR has been checked-in but you can see it at PR #1727 and sample at #1762

shahinaJoomun commented 5 years ago

Hello, can you please elaborate how you got p-values and martingale values for the DetectIidChangePoint function? If possible, can you give the algorithm for calculating these values? Thank you

DevOnBike commented 4 years ago

Hi,

why MovingAverageTransform class from Microsoft.Transforms.TimeSeries is not publicly accessible? I want to use it in my app? Whats the strategy behind it?

codemzs commented 4 years ago

it does not have an API ready yet.

DevOnBike commented 4 years ago

Do u have any roadmap? When this api will be ready?

unruledboy commented 4 years ago

hi @codemzs

we have Spike Detector to find the sudden jump, but for any sudden drop, is Change Point Detector meant for this kind of situation?

Thanks.

pjsgsy commented 2 years ago

Whatever happened to the smoothing transforms! They would be incredibly useful.