Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update openml/config.py
Co-authored-by: Matthias Feurer <feurerm@informatik.uni-freiburg.de>
  • Loading branch information
Neeratyoy and mfeurer authored Apr 23, 2021
commit 0a37e36e391ae4f13b0ae127a3732b6c0c8fc80c
3 changes: 2 additions & 1 deletion openml/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def start_using_configuration_for_example(cls):
server = cls._test_server
apikey = cls._test_apikey
warnings.warn(
"Switching to the test server {} may result in inconsistent behaviour!".format(server)
"Switching to the test server {} to not upload results to the live server.
Using the test server may result in reduced performance of the API!".format(server)
)

@classmethod
Expand Down