flacco typo resolved

This commit is contained in:
Remi Ehounou
2021-06-21 23:02:38 -04:00
parent 66049ae0ba
commit e8c6d7e466
2 changed files with 13 additions and 2 deletions

View File

@ -25,7 +25,7 @@ from rpy2 import rinterface
import statistics as st
def installFalcoo(mirror = 'https://utstat.toronto.edu/cran/'):
def installFlacco(mirror = 'https://utstat.toronto.edu/cran/'):
utils = importr('utils')
utils.install_packages('flacco', repos=mirror)
utils.install_packages('list', repos=mirror)

View File

@ -1,2 +1,13 @@
# MDAF
THe desc will go here
## install the package with
pip install git+fullurl
- use specific versions: python 37
- dependencies: rpy2, scikitlearn,
- Windows: install R first
- Please ignore the importlin install error since it is a built in package of python