File tree Expand file tree Collapse file tree 4 files changed +71
-0
lines changed Expand file tree Collapse file tree 4 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Reproducible bug report
3
+ about : Create a reproducible bug report. Not for support requests.
4
+ labels : ' bug'
5
+ ---
6
+
1
7
#### Description
2
8
<!-- Describe your issue here.-->
3
9
@@ -42,3 +48,9 @@ $ pip show metric_learn | grep Version
42
48
)
43
49
-->
44
50
<!-- Thanks for contributing! -->
51
+
52
+ ---
53
+ <!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
54
+ ** Message from the maintainers** :
55
+
56
+ Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+
3
+ contact_links :
4
+ - name : Have you read the docs?
5
+ url : http://contrib.scikit-learn.org/metric-learn/
6
+ about : Much help can be found in the docs
7
+ - name : Ask a question
8
+ url : https://github.com/sklearn-contrib/metric-learn/discussions/new
9
+ about : Ask a question or start a discussion about metric-learn
10
+ - name : Stack Overflow
11
+ url : https://stackoverflow.com
12
+ about : Please ask and answer metric-learn usage questions (API, installation...) on Stack Overflow
13
+ - name : Cross Validated
14
+ url : https://stats.stackexchange.com
15
+ about : Please ask and answer metric learning questions (use cases, algorithms & theory...) on Cross Validated
16
+ - name : Blank issue
17
+ url : https://github.com/sklearn-contrib/metric-learn/issues/new
18
+ about : Please note that Github Discussions should be used in most cases instead
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Documentation improvement
3
+ about : Create a report to help us improve the documentation. Alternatively you can just open a pull request with the suggested change.
4
+ labels : Documentation
5
+ ---
6
+
7
+ #### Describe the issue linked to the documentation
8
+
9
+ <!--
10
+ Tell us about the confusion introduced in the documentation.
11
+ -->
12
+
13
+ #### Suggest a potential alternative/fix
14
+
15
+ <!--
16
+ Tell us how we could improve the documentation in this regard.
17
+ -->
18
+
19
+ ---
20
+ <!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
21
+ ** Message from the maintainers** :
22
+
23
+ Confused by this part of the doc too? Give it a 👍. We prioritise the issues with the most 👍.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Enhancement proposal
3
+ about : Propose an enhancement for metric-learn
4
+ labels : ' enhancement'
5
+ ---
6
+ # Summary
7
+
8
+ What change needs making?
9
+
10
+ # Use Cases
11
+
12
+ When would you use this?
13
+
14
+ ---
15
+ <!-- Issue Author: Don't delete this message to encourage other users to support your issue! -->
16
+ ** Message from the maintainers** :
17
+
18
+ Want to see this feature happen? Give it a 👍. We prioritise the issues with the most 👍.
You can’t perform that action at this time.
0 commit comments