microsoft / ML-For-Beginners

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
https://microsoft.github.io/ML-For-Beginners/
MIT License
68.57k stars 14.11k forks source link

fix translation-sentiment lesson code sample issue #703

Closed cutePanda123 closed 5 months ago

cutePanda123 commented 7 months ago

TextBlob.translate method requires a input language parameter(from_lang). The code sample doesn't have this parameter, which leads to runtime error like the below screenshot.

This PR added the from_lang parameter and fixed the issue.

image
github-actions[bot] commented 5 months ago

This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.