我安装了滑雪板-遗传如下。
pip install sklearn-genetic conda install -c conda-forge sklearn-genetic
然而,我总是得到错误如下所示。
我该怎么办?
发布于 2022-10-05 13:03:34
我也收到了同样的信息。但这对我有用:
pip install sklearn-genetic-opt
检查这里,https://sklearn-genetic-opt.readthedocs.io/en/stable/
https://stackoverflow.com/questions/73603800
相似问题