A python's package for reordering/clustering correlation matrices
recorpy
reorder correlation matrixes to get better visual analysis. All it is made with the original dataframe. And the result
is a new dataframe with columns reordered, to let you re-use it wherever you want.
Input parameters:
- method -
- model - , default:
- cluster - , default:
pip install recorpy
>>> df = pd.DataFrame(np.random.rand(3,3))
>>> ReorderCorr(df)
$ python3 -m venv env
$ . env/bin/activate
$ make deps
$ tox
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Make sure to add or update tests as appropriate.
Use Black for code formatting and Conventional Commits for commit messages.