File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,18 @@ machine learning algorithms on them and then share the results online.
2929The following tutorial gives a short introduction on how to install and set up
3030the OpenML Python connector, followed up by a simple example.
3131
32- * ` :ref: `sphx_glr_examples_20_basic_introduction_tutorial.py `
32+ * :ref: `sphx_glr_examples_20_basic_introduction_tutorial.py `
3333
3434~~~~~~~~~~~~~
3535Configuration
3636~~~~~~~~~~~~~
3737
38- The configuration file resides in a directory ``.openml `` in the home
39- directory of the user and is called config. It consists of ``key = value `` pairs
40- which are separated by newlines. The following keys are defined:
38+ The configuration file resides in a directory ``.config/openml `` in the home
39+ directory of the user and is called config (More specifically, it resides in the
40+ `configuration directory specified by the XDGB Base Directory Specification
41+ <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html> `_).
42+ It consists of ``key = value `` pairs which are separated by newlines.
43+ The following keys are defined:
4144
4245* apikey:
4346 * required to access the server. The :ref: `sphx_glr_examples_20_basic_introduction_tutorial.py `
You can’t perform that action at this time.
0 commit comments