vahuynh / GENIE3

Machine learning-based approach for the inference of gene regulatory networks from expression data.
68 stars 32 forks source link

Error importing GENIE3 #5

Closed mayank1729 closed 2 years ago

mayank1729 commented 3 years ago

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.

vahuynh commented 3 years ago

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.