fastai / fastbook

The fastai book, published as Jupyter Notebooks
Other
22.03k stars 8.49k forks source link

Typo in requirements.txt line # 7, "scikit_learn" should be "scikit-learn" #658

Open zafar-hussain opened 2 months ago

zafar-hussain commented 2 months ago

In line # 7, of requirements.txt file, scikit-learn is misspelled, there is an "_" instead of "-"

Solution : a dash instead of an underscore

"scikit_learn" ==>> "scikit-learn"