Skip to content

Commit 5c80f50

Browse files
authored
FIX: Update setup.py (#121)
- new algorithms - new website
1 parent 63ba003 commit 5c80f50

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description='Python implementations of metric learning algorithms',
1313
author=['CJ Carey', 'Yuan Tang'],
1414
author_email='[email protected]',
15-
url='http://github.com/all-umass/metric-learn',
15+
url='http://github.com/metric-learn/metric-learn',
1616
license='MIT',
1717
classifiers=[
1818
'Development Status :: 4 - Beta',
@@ -40,5 +40,9 @@
4040
'Information Theoretic Metric Learning',
4141
'Sparse Determinant Metric Learning',
4242
'Least Squares Metric Learning',
43-
'Neighborhood Components Analysis'
43+
'Neighborhood Components Analysis',
44+
'Local Fisher Discriminant Analysis',
45+
'Relative Components Analysis',
46+
'Mahalanobis Metric for Clustering',
47+
'Metric Learning for Kernel Regression'
4448
])

0 commit comments

Comments
 (0)