Skip to content
Merged
Changes from all commits
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
11 changes: 7 additions & 4 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,18 @@ machine learning algorithms on them and then share the results online.
The following tutorial gives a short introduction on how to install and set up
the OpenML Python connector, followed up by a simple example.

* `:ref:`sphx_glr_examples_20_basic_introduction_tutorial.py`
* :ref:`sphx_glr_examples_20_basic_introduction_tutorial.py`

~~~~~~~~~~~~~
Configuration
~~~~~~~~~~~~~

The configuration file resides in a directory ``.openml`` in the home
directory of the user and is called config. It consists of ``key = value`` pairs
which are separated by newlines. The following keys are defined:
The configuration file resides in a directory ``.config/openml`` in the home
directory of the user and is called config (More specifically, it resides in the
`configuration directory specified by the XDGB Base Directory Specification
<https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_).
It consists of ``key = value`` pairs which are separated by newlines.
The following keys are defined:

* apikey:
* required to access the server. The :ref:`sphx_glr_examples_20_basic_introduction_tutorial.py`
Expand Down