Skip to content

Commit

Permalink
update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Hernandez committed Aug 5, 2016
1 parent 7ccc590 commit 5b9423a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/config_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ To access the other iterators, use the ``name`` and ``params`` keywords: ::
params:
n_iter: 5
test_size: 0.5
random_state: 42

Here's a complete list of supported iterators, along with their ``name`` mappings:

Expand All @@ -165,6 +166,19 @@ Here's a complete list of supported iterators, along with their ``name`` mapping

.. _trials:


Random Seed
----------------
In case you need reproducible Osprey trials, you can also include an
optional random seed as seen below:

Example: ::

random_seed: 42

Please note that this makes parallel trials redundant and, thus, not
recommended when scaling across multiple jobs.

Trials Storage
--------------

Expand Down

0 comments on commit 5b9423a

Please sign in to comment.