-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating README of paper analyses and metaaanalysis tool
- Loading branch information
paolinomanghi
committed
Jul 7, 2022
1 parent
9353718
commit 159b469
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,14 @@ The four main blocks are: | |
4. SECTION 4: ORAL INTROGRESSION ANALYSIS AND META-ANALYSIS | ||
|
||
### Requirements | ||
|
||
* [metAML](https://github.com/SegataLab/metaml/) | ||
|
||
You need to have the metAML tool in order to run the main machine learning analyses. | ||
It is enough to CLONE IT IN THE SAME PLACE IN WHICH YOU ARE KEEPING THIS REPOSITORY. | ||
|
||
You need | ||
* [metAML](https://github.com/SegataLab/metaml/). | ||
`git clone [email protected]:SegataLab/metaml.git` | ||
|
||
* [pandas](https://pandas.pydata.org/) >= 1.0.3 | ||
* [scikit-learn](https://scikit-learn.org/stable/) >= 0.24.2 | ||
* [statsmodels](https://www.statsmodels.org/stable/index.html) >= 1.11.1 | ||
|