You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration file resides in a directory ``.openml`` in the home
37
+
directory of the user and is called config. It consists of ``key = value`` pairs
38
+
which are separated by newlines. The following keys are defined:
39
+
40
+
* apikey:
41
+
* required to access the server. The `OpenML setup <https://openml.github.io/openml-python/master/examples/20_basic/introduction_tutorial.html#authentication>`_ describes how to obtain an API key.
42
+
43
+
* server:
44
+
* default: ``http://www.openml.org``. Alternatively, use ``test.openml.org`` for the test server.
45
+
46
+
* cachedir:
47
+
* if not given, will default to ``~/.openml/cache``
48
+
49
+
* avoid_duplicate_runs:
50
+
* if set to ``True``, when ``run_flow_on_task`` or similar methods are called a lookup is performed to see if there already exists such a run on the server. If so, download those results instead.
0 commit comments