Adding Rule Discovery [Indirect application of Matrix Profile] #388
Replies: 5 comments 1 reply
-
@ninimama While I appreciate your enthusiasm. Can you please provide direct links to those papers in case others would like to contribute too? Thanks in advance! Additionally, I am open to your suggestion but I will caution that |
Beta Was this translation helpful? Give feedback.
-
@seanlaw Just a suggestion (not sure if it makes sense or not): There is scikit-learn-extra package that can be considered as the supplementary package for scikit-learn and extends its modules. You might be interested in creating a similar thing later if you have the time. I think I saw rule discovery problem as one of those 100 problems of time series mentioned in another issue. |
Beta Was this translation helpful? Give feedback.
-
I revised the issue and provided the link. |
Beta Was this translation helpful? Give feedback.
-
Exactly! While I may not have the bandwidth to create the extensions, hopefully, others will build on top of our STUMPY foundation. This has always been our goal and also why we've ensured 100% unit test coverage since day one.
Thank you |
Beta Was this translation helpful? Give feedback.
-
@ninimama I moved some of the Github Issues over into this Discussion forum. Once we've (collectively) decided that it is worth pursuing then we can create a new focused issue in the Github Issues section. This way:
Please let me know if that makes sense |
Beta Was this translation helpful? Give feedback.
-
In Time Series, sometimes we are interested in knowing if a particular sequence will occur after observing another sequence. (In other words: Rule Discovery)
Papers:
Discovery of Meaningful Rules in Time Series [2015]
Motif-based Rule Discovery for Predicting Real-valued Time Series [2017]
They are not directly related to Matrix Profile, but I think it can be added to the package as Matrix Profile can act as the input for such function. (I will go through the papers if time allows me to dig deeper into this matter.)
Beta Was this translation helpful? Give feedback.
All reactions