You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Qolmat can be installed in different ways:
47
47
.. code:: sh
48
48
49
49
$ pip install qolmat # installation via `pip`
50
-
$ pip install qolmat[pytorch] # if you need pytorch
50
+
$ pip install qolmat[pytorch] # if you need ImputerDiffusion relying on pytorch
51
51
$ pip install git+https://github.com/Quantmetry/qolmat # or directly from the github repository
52
52
53
53
⚡️ Quickstart
@@ -105,8 +105,8 @@ The full documentation can be found `on this link <https://qolmat.readthedocs.io
105
105
106
106
**How does Qolmat work ?**
107
107
108
-
Qolmat allows model selection for scikit-learn compatible imputation algorithms, by performing three steps pictured below:
109
-
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>`_,
108
+
|Qolmat allows model selection for scikit-learn compatible imputation algorithms, by performing three steps pictured below:
109
+
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>`_.
110
110
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>`_.
111
111
3) For each compared imputer, Qolmat pools the computed metrics from the K folds into a single value.
112
112
@@ -117,7 +117,7 @@ This is very similar in spirit to the `cross_val_score <https://scikit-learn.org
117
117
118
118
**Imputation methods**
119
119
120
-
The following table contains the available imputation methods. We distinguish single imputation methods (aiming for pointwise accuracy, mostly deterministic) from multiple imputation methods (aiming for distribution similarity, mostly stochastic).
120
+
The following table contains the available imputation methods. We distinguish single imputation methods (aiming for pointwise accuracy, mostly deterministic) from multiple imputation methods (aiming for distribution similarity, mostly stochastic). For further details regarding the distinction between single and multiple imputation, you can refer to the `Imputation article <https://en.wikipedia.org/wiki/Imputation_(statistics)>`_ on Wikipedia.
0 commit comments