Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sjgiorgi committed Feb 20, 2024
1 parent 3cad6b9 commit 07cc0f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@

# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
html_use_smartypants = False
smart_quotes = False
#html_use_smartypants = False
#smart_quotes = False
smartquotes = False

# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
Expand Down
4 changes: 3 additions & 1 deletion doc/source/fwinterface/fwflag_combo_test_regression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ If you included :doc:`fwflag_controls` in your command, multiple K-fold CV will
Note that all remarks about feature selection and model/parameter selection from :doc:`fwflag_train_regression` apply, so please read that section.

Output
------

Per fold, the following line will be printed to the standard output (numbers are examples)

Expand Down Expand Up @@ -57,7 +58,8 @@ At the end of the folds, you'll get output that looks like this:
'r': 0.79109013487672142,
'r_folds': 0.7909194802451609,
'r_p': 0.0,
'r_p_folds': 1.5067491373744111e:doc:`fwflag_188`, 'rho': 0.77229872578756076,
'r_p_folds': 1.5067491373744111,
'rho': 0.77229872578756076,
'rho_p': 0.0,
'se_R2_folds': 0.0083296286255124322,
'se_mae_folds': 0.028974068999092516,
Expand Down

0 comments on commit 07cc0f5

Please sign in to comment.