Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 2.08 KB

README.md

File metadata and controls

69 lines (45 loc) · 2.08 KB

ReCorPy

A python's package for reordering/clustering correlation matrices

DOI Documentation Status PyPI Version Build Status Coverage Status Code style: black

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:

Installation

pip install recorpy

Usage

        >>> df = pd.DataFrame(np.random.rand(3,3))
        >>> ReorderCorr(df)

Development setup

$ python3 -m venv env
$ . env/bin/activate
$ make deps
$ tox

Contributing

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.

License

GPL