Skip to content

Commit b619265

Browse files
authored
Merge pull request #119 from Quantmetry/fix_rst_syntax_error
fix rst syntax error
2 parents e879d15 + bb64d3a commit b619265

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ The full documentation can be found `on this link <https://qolmat.readthedocs.io
105105

106106
**How does Qolmat work ?**
107107

108-
| Qolmat allows model selection for scikit-learn compatible imputation algorithms, by performing three steps pictured below:
108+
Qolmat allows model selection for scikit-learn compatible imputation algorithms, by performing three steps pictured below:
109+
109110
1) For each of the K folds, Qolmat artificially masks a set of observed values using a default or user specified `hole generator <explanation.html#hole-generator>`_.
110111
2) For each fold and each compared `imputation method <imputers.html>`_, Qolmat fills both the missing and the masked values, then computes each of the default or user specified `performance metrics <explanation.html#metrics>`_.
111112
3) For each compared imputer, Qolmat pools the computed metrics from the K folds into a single value.

0 commit comments

Comments
 (0)