mirror of
https://github.com/ejeanboris/MDAF.git
synced 2026-09-01 13:35:30 +00:00
flacco typo resolved
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
@@ -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