0

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 もインストールされています。私はここで立ち往生しています。

4

2 に答える 2

0

アナコンダを使ってみてください...

conda install scikit-learn
于 2021-01-06T14:47:44.940 に答える