Skip to content
/ RTA Public

Regular Task Analysis using Regular Expression Matching

License

Notifications You must be signed in to change notification settings

pwoolf/RTA

Repository files navigation

Regular Task Analysis (RTA)

This software is designed for identifying classification patterns in time series data. Patterns are defined based on a limited set of regular expression skeletons. These skeletons are exhaustively searched and scored based on a Fisher's exact test. The final scores are corrected using a Bonferroni correction to identify possible over fitting.

Quickstart

Download and run the synthetic case:

 python RegularTaskAnalysis.py -f synthetic_data.txt

Note that the code is parallelized, so will take advantage of all of the cores present on the machine. Note also that the code may take quite a while to run, depending on your dataset and machine.

About

Regular Task Analysis using Regular Expression Matching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published