Open nish1009 opened 1 year ago
Hello,
Greetings of the day!
I am new to Python programming and ML/DL. I want to know how I can get the following files:
raw_matrices_pearson.pickle
raw_matrices_spearman.pickle
raw_matrices_xi.pickle
I am trying to run the code and can't find these files in the repository. Please help.
Hi, these files are generated once you run an experiment. Alternatively, you can generate them by calling calculate_correlation_matrix on your timeseries data (pass it the required CorrelationType).
calculate_correlation_matrix
CorrelationType
Hello,
Greetings of the day!
I am new to Python programming and ML/DL. I want to know how I can get the following files:
raw_matrices_pearson.pickle
raw_matrices_spearman.pickle
raw_matrices_xi.pickle
I am trying to run the code and can't find these files in the repository. Please help.