Skip to content

Commit 07f1340

Browse files
committed
update doc
1 parent 87bc79a commit 07f1340

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/data.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ Quote characters are also removed.
3737
IC50
3838
------
3939

40-
The specific format **IC50** is CSV file where the header must
40+
The specific format for the **IC50** data is CSV file where the header must
4141
contain a column named **COSMIC_ID**. Other
4242
column should correspond to a given drug identifier (an integer). The order
4343
of the columns does not matter. So, each row contains the IC50s for a given COSMIC identifier.
4444

45+
.. warning:: the data read in the CSV file is not transformed. So, IC50 data should be
46+
logged data.
47+
4548

4649
.. note:: The IC50 matrix can be populated with other data (e.g., AUCs).
4750

doc/regression.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ drug, we tune the **alpha** parameter using a cross validation (a K-fold CV).
5151

5252

5353
.. note:: the regression implementation is based on scikit-learn. The **alpha**
54-
parameter is called **lambda** in the R glmnnet package. In the ElasticNet
54+
parameter is called **lambda** in the R glmnet package. In the ElasticNet
5555
case, and additional parameter is called **l1_ratio** (0.5 by default)
56-
and correspond to the glmnet parameter **alpha**.
56+
and corresponds to the glmnet parameter **alpha**.
5757

5858
Before, doing the tuning, let us choose one drug. Let us pick up an interesting
5959
one::

0 commit comments

Comments
 (0)