ImportError: cannot import name 'ModelFactory' from 'frlearn.base'
ImportError: cannot import name 'ModelFactory' from 'frlearn.base'
当 运行 以下代码时出现错误(ImportError:无法从 'frlearn.base' 导入名称 'ModelFactory'):
from frlearn.base import ModelFactory
我相信您正在使用此 github repo 中的 frlearn
。你只需要使用以下命令克隆这个 repo
!git clone https://github.com/oulenz/fuzzy-rough-learn.git
然后使用cd <clonned directory path>
移动到克隆的目录
在你的情况下可能是
cd fuzzy-rough-learn
当 运行 以下代码时出现错误(ImportError:无法从 'frlearn.base' 导入名称 'ModelFactory'):
from frlearn.base import ModelFactory
我相信您正在使用此 github repo 中的 frlearn
。你只需要使用以下命令克隆这个 repo
!git clone https://github.com/oulenz/fuzzy-rough-learn.git
然后使用cd <clonned directory path>
移动到克隆的目录
在你的情况下可能是
cd fuzzy-rough-learn