vahuynh / GENIE3

Machine learning-based approach for the inference of gene regulatory networks from expression data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error importing GENIE3

mayank1729 opened this issue · comments

Despite installing the latest version of the scikit-learn library, upon executing from GENIE3 import *
I am getting the error - " No module named 'GENIE3' ".

(Getting the error while following the python documentation of GENIE3)

Have tried it on spyder, jupyter notebook and google colab.

Hi,

Actually, GENIE3 is not provided within the scikit-learn library.
To be able to import GENIE3, the GENIE3.py file should be in your working directory.