当前位置: 首页 > 工具软件 > ELI5 > 使用案例 >

module ‘eli5‘ has no attribute ‘show_weights‘

柴茂材
2023-12-01

出现这种问题的原因是你没有在jupyter notebook上运行你的代码

解决方法:

1、安装IPython

pip install ipython

2、代码移至jupyter notebook或者Anaconda上进行

 类似资料:

相关阅读

相关文章

相关问答