dffml icon indicating copy to clipboard operation
dffml copied to clipboard

model: orion: Time series anomaly detection

Open pdxjohnny opened this issue 3 years ago • 13 comments

Follow the new model tutorial (the Oregon COVID data example may also be helpful).

Then try to implement a model using Orion https://sintel.dev/Orion/ https://github.com/sintel-dev/Orion

pdxjohnny avatar Jan 13 '21 14:01 pdxjohnny

I'll give it a try.

sidhu1012 avatar Feb 07 '21 11:02 sidhu1012

@pdxjohnny Where shall this model go?

sidhu1012 avatar Feb 11 '21 07:02 sidhu1012

@sidhu1012 Under model/orion.

The process is (#725):

$ cd /path/to/dffml/source
$ cd model
$ dffml service dev create model dffml-model-orion
$ mv dffml-model-orion orion

pdxjohnny avatar Feb 12 '21 05:02 pdxjohnny

@sidhu1012 Under model/orion.

The process is (#725):

$ cd /path/to/dffml/source
$ cd model
$ dffml service dev create model dffml-model-orion
$ mv dffml-model-orion orion

Thanks @pdxjohnny

sidhu1012 avatar Feb 12 '21 05:02 sidhu1012

Can I work on this if its inactive?

mhash1m avatar Feb 20 '21 21:02 mhash1m

Since we haven't seen a PR from @sidhu1012, per the community guidelines, yes this is up for grabs: https://intel.github.io/dffml/contributing/dev_community.html#who-s-working-on-what

pdxjohnny avatar Feb 23 '21 17:02 pdxjohnny

If any one wants to work on this, feel free to do so. Some useful resources to work on this issue: Meeting Minutes Recording of the discussion PS: Under 23rd Feb 2021

mhash1m avatar Mar 14 '21 12:03 mhash1m

I would like to work on this issue.

programmer290399 avatar Mar 14 '21 14:03 programmer290399

@pdxjohnny if I am not wrong, I have to create a single .py file similar to one shown here https://intel.github.io/dffml/examples/or_covid_data_by_county.html in the model/orion directory?

Saanidhyavats avatar Mar 17 '21 03:03 Saanidhyavats

@pdxjohnny Is this still open? I would love to solve it. Is this the process I have to follow? https://github.com/intel/dffml/issues/960#issuecomment-777979005

Patil2099 avatar May 20 '21 13:05 Patil2099

Hi @pdxjohnny I'm a student trying for GSoC 2022 and I'm thinking of implementing the forecasting project idea, which seems to be related to this issue.

It would be a good learning experience for me and would equip me with enough knowledge about the codebase to be able to work on that project later.

If this is still open, can I work on it?

coddiw0mple avatar Mar 21 '22 04:03 coddiw0mple

@coddiw0mple Yes!

Please see https://intel.github.io/dffml/master/contributing/dev_community.html#who-s-working-on-what.

As a rule, we don't ask if we can do something, we state our intention to try to do it, then follow those guidelines.

programmer290399 avatar Mar 21 '22 05:03 programmer290399

Thanks for your speedy response @programmer290399 I did go through it as I browsed the comments here :)

I asked this to be polite and make myself known but I'll make sure to follow proper guidelines from now on.

I'll work on this now

coddiw0mple avatar Mar 21 '22 09:03 coddiw0mple