- Test multiple python versions
- Installation problems: zip_true set to False because file import required
- MIT License changed to Apache 2.0
- matplotlib error corrected for corrgram
- flake F632 syntax fix
- Readme updated
- return rows indicies of out-of-bag samples in bootcorr
- bootstrap samples for correlation estimation
- mincorr algorithm added to find a given number of low-correlated features
- Fix #1 "autocorrect option for mcc"
- Search rule to find the best and worst correlations
- slice_yx, output vectors as (n,) vectors instead of (n,1)
- slice_yx, slice a correlation and p-value matrix of a (y,X) dataset into a (y,x_i) vector and (x_j, x_k) matrices
- confusion_to_mcc, Use the confusion matrix as input as well as the four metrics
- Confusion matrix
- Matthews correlation
- corr_vs_pval and bracket_pval added
- correlogram added
- Initial Release