We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bd5ba commit b5a071cCopy full SHA for b5a071c
sklearn/fml/constants.py
@@ -1,5 +1,5 @@
1
class URI:
2
- _SERVER = 'http://127.0.0.1:5000'
+ _SERVER = 'https://fmlearn.herokuapp.com/'
3
4
_METRIC = '/metric'
5
_RETRIEVE = '/retrieve'
0 commit comments