Datasets:
Tasks:
Tabular Regression
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
DOI:
License:
Added pip install computage to doc
Browse files
README.md
CHANGED
@@ -120,7 +120,11 @@ it can be either rounded by the researchers to full years, or converted from mon
|
|
120 |
|
121 |
## Usage Guidelines
|
122 |
|
123 |
-
|
|
|
|
|
|
|
|
|
124 |
```python
|
125 |
from computage import run_benchmark
|
126 |
|
|
|
120 |
|
121 |
## Usage Guidelines
|
122 |
|
123 |
+
First install our nice [library](https://github.com/ComputationalAgingLab/ComputAge) for convenient operation with datasets and other tools for aging clock design:
|
124 |
+
|
125 |
+
`pip install computage`
|
126 |
+
|
127 |
+
Now, suppose you trained a brand-new epigenetic aging clock model using classic `scikit-learn` library. You saved your model as `pickle` file. Then, the following block of code can be used for benchmarking your model. We also added several other published aging clocks for comparison with yours.
|
128 |
```python
|
129 |
from computage import run_benchmark
|
130 |
|