#Monitoring Cluster Dynamics for Change Detection in Time Series Collections
Dependencies: Pandas, NumPy, scipy, scikit-learn, matplotlib, tqdm (for querying SP500 stock data, also: alpha_vantage)
Quick Setup:
- Open the directory with PyCharm
- Run
generate_inflate.pywith argument@conf_datain working directory root (defaults to src/) - Run
clt.py @conf_inflate(again, adjust working directory). When using COREQ, you first need to runsetup.py buildin the BlockCorr folder and copy the library to the src folder
Run any script with -h to view the parameters you can define in the config file.
Major scripts are:
generate_inflate.pygenerates the data according to the configclt.pyruns cluster score computation, optionally including corrNorm and chen. Outputs are evaluation measures (coefficient of determination, precision, recall, f1 values) stored in csv files in the definedevaluationDir, score values are logged and stored atevaluationDir(if--storeScores), the plotted scores stored inplotDir(if--plotFile) and the cluster assignment of each time series for each time step is stored as csv file inevaluationDir(if--storeClusterAssign)chen.pyruns chen in the original way, optionally plotting each hit