shappiron commited on
Commit
f30985a
·
verified ·
1 Parent(s): 471c3c0

Added pip install computage to doc

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
- Suppose you trained brand-new epigenetic aging clocks 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.
 
 
 
 
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