【发布时间】:2021-01-06 14:43:09
【问题描述】:
我尝试导入 Kerastuner 但它显示
It seems that scikit-learn has not been built correctly.
If you have installed scikit-learn from source, please do not forget
to build the package before using it: run `python setup.py install` or
`make` in the source directory.
然后我运行python setup.py install
它说没有名为 setup.py 的文件
我也安装了 scikit-learn 和 kerastuner。我被困在这里任何建议都会很棒
【问题讨论】:
标签: python keras keras-tuner