mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-29 20:12:37 +00:00
flacco typo resolved
This commit is contained in:
@ -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)
|
||||
|
13
README.md
13
README.md
@ -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
|
||||
|
Reference in New Issue
Block a user