We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ba003 commit 5c80f50Copy full SHA for 5c80f50
setup.py
@@ -12,7 +12,7 @@
12
description='Python implementations of metric learning algorithms',
13
author=['CJ Carey', 'Yuan Tang'],
14
author_email='[email protected]',
15
- url='http://github.com/all-umass/metric-learn',
+ url='http://github.com/metric-learn/metric-learn',
16
license='MIT',
17
classifiers=[
18
'Development Status :: 4 - Beta',
@@ -40,5 +40,9 @@
40
'Information Theoretic Metric Learning',
41
'Sparse Determinant Metric Learning',
42
'Least Squares Metric Learning',
43
- 'Neighborhood Components Analysis'
+ 'Neighborhood Components Analysis',
44
+ 'Local Fisher Discriminant Analysis',
45
+ 'Relative Components Analysis',
46
+ 'Mahalanobis Metric for Clustering',
47
+ 'Metric Learning for Kernel Regression'
48
])
0 commit comments