Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试这样做 from bleu import evaluate 但我收到以下错误: ImportError: cannot import name 'evaluate' from 'bleu' (/opt/conda/lib/python3.7/site-packages/bleu/init .py ) 版本我正在使用 pip install bleu==0.1.0我正在尝试运行具有此功能的代码,所以请帮忙
from bleu import evaluate
根据文档,evaluate() 方法在 1.0.5 版中已弃用(功能上被 model_selection.cross_validate() 取代)并在 1.1.0 版中被删除。