[poetryでsklearnが入ってます](https://github.com/oreilly-japan/RecommenderSystems/blob/main/chapter5/pyproject.toml#L11)が、`pip install sklearn`はDeprecateされているため、`pip install scikit-learn`でインストールするほうが良いです。 https://pypi.org/project/sklearn/ 上記URLで書かれている通り、sklearnの使用は2023年中にBrownoutされていくそうです。