ITADN

Collaboration Guidelines

#2ClosedN3uralN3twork 创建于 2022-10-25
N
N3uralN3tworkcommented
## Instructions for Collaboration: - [x] Remove scikit-learn dependency * In order to minimize size and maximize speed of library - [x] Rename the `Internal.py` and `External.py` files to: * `from permetrics.clustering import InternalMetric` * `from permetrics.clustering import ExternalMetric` - [x] Add the necessary files to the `setup.py` file * scipy * numpy (is already included) - [x] Create a new branch called `1.4.0` and put your work there - [x] Allow for different naming conventions when calling various metrics: ![image](https://user-images.githubusercontent.com/53357992/197676527-9a6ab5a8-d576-402a-9282-a6946ae4a80f.png) - [x] Creation and Formatting of Python docstrings: ![image](https://user-images.githubusercontent.com/53357992/197676610-0e623641-1f0e-431d-a960-744813b2369d.png)
关闭于 2023-08-03 1 条评论