You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python files depend on turicreate , but this is not available natively on Windows.
For example running : Naive Bayes.ipynb gives you ModuleNotFoundError: No module named 'turicreate' but when you try to install via conda or pip -it fails ,as no support natively exists for windows 10 .
The text was updated successfully, but these errors were encountered:
Thank you for letting me know, learnshare! Luckily, turicreate is not needed for the naive Bayes chapter, so I removed it. I'm looking for solutions on the other places where it's used in the book, so any suggestions are welcome.
The python files depend on turicreate , but this is not available natively on Windows.
For example running : Naive Bayes.ipynb gives you ModuleNotFoundError: No module named 'turicreate' but when you try to install via conda or pip -it fails ,as no support natively exists for windows 10 .
The text was updated successfully, but these errors were encountered: