Skip to content

Commit

Permalink
added some keywords, and corrected requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoBobadilla committed Sep 22, 2020
1 parent 680db1c commit e901aa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ to improve the interpretability of results and clusters recognition.
## Installation

NeuralMap has the following requirements:
- python >= 3.6
- numpy 1.18.3
- numba 0.50.1
- scikit_learn_extra 0.1.0b2
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
numpy==1.18.3
kneed==0.7.0
joblib==0.14.1
numba==0.50.1
scikit_learn_extra==0.1.0b2
matplotlib==3.2.1
Expand Down
13 changes: 8 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@
python_requires='>=3.6',
license='MIT',
keywords=[
'som',
'self-organizing maps',
'dimensionality reduction',
'machine learning',
'self-organizing-maps',
'dimensionality-reduction',
'machine-learning',
'clustering',
'hdbscan'
'hdbscan',
'kmeans-clustering',
'kmedoids-clustering',
'data-analysis',
'unsupervised-learning'
],
install_requires=[
'hdbscan~=0.8.26',
Expand Down

0 comments on commit e901aa2

Please sign in to comment.