Spaces:
Sleeping
Sleeping
Jensen-holm
commited on
Commit
•
b401388
1
Parent(s):
04b61ad
moving on from kmeans to kmedoids
Browse files- .gitignore +1 -1
- .vscode/settings.json +0 -6
.gitignore
CHANGED
@@ -131,4 +131,4 @@ dmypy.json
|
|
131 |
|
132 |
.idea
|
133 |
|
134 |
-
.
|
|
|
131 |
|
132 |
.idea
|
133 |
|
134 |
+
.vscode
|
.vscode/settings.json
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"[python]": {
|
3 |
-
"editor.defaultFormatter": "ms-python.autopep8"
|
4 |
-
},
|
5 |
-
"python.formatting.provider": "none"
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|