MDAF/README.md
Remi Ehounou 3ce33b3a50 MDAF-V1
2021-09-11 00:46:56 -04:00

496 B

MDAF

install the package with

  • pip install git+fullurl

      • if needed to reinstall the package for testing: py -m pip install --upgrade --force-reinstall git+fullurl
  • use specific versions: python 37

  • dependencies: rpy2, scikitlearn,

  • Windows: install R first

    • When using installFlacco please choose to create a new library
  • Please ignore the importlib install error since it is a built in package of python

    • Removed the importlib dependency to resolve the issue