We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383459a commit 3cda625Copy full SHA for 3cda625
examples/M16/README.md
@@ -1,6 +1,8 @@
1
# Feature Selection examples
2
3
-The code is for demonstrate feature selection methods that CANDLE provides.
+The code demonstrates feature selection methods that CANDLE provides.
4
+
5
+It can be run by executing '''python M16_test.py'''
6
7
## Download data
8
Code
@@ -369,4 +371,4 @@ Average first quartile of NCI60 cell lines is 0.23
369
371
Average third quartile of CCLE cell lines is 4.83
370
372
Average median of CCLE cell lines is 2.72
373
Average first quartile of CCLE cell lines is 0.13
-```
374
+```
0 commit comments