manning
manning copied to clipboard
Files Error due to dependency on Turicreate on Windows10
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 .
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.