我正在通过Building MachineLearningSystemWithPython 2nd edition by Willi Richert and Luis Pedro Coelho这本书学习ML,在第二章中它使用了" fit_model“,在查找本书GitHub中的代码时,它从threshold库中导入了fit_model,名为"from threshold fit_model fit_model”,但它在这样做时出现了错误。如果这是一个天真的问题,我很抱歉。error_while_trying
我正通过anaconda-navigator在jupyter中尝试这段代码,我不知道怎么回事。
发布于 2018-06-09 21:11:49
代码位于threshold.py文件下的存储库中。您需要将存储库git克隆到您的本地计算机,然后运行您想要的文件。
https://stackoverflow.com/questions/50774607
复制相似问题