dipanjanS/practical-machine-learning-with-python

How can I use import module evaluation utils?

jamespoly86 opened this issue · 2 comments

I have Jupiter notebook but I don't know how I can load module evaluation utils.
Import module evaluation utils as meu not function. Where can I load the file and in which folder do I load it?

It's mentioned in the book itself. This is a module which I have built so you need to have that python file in the same directory as your jupyter notebook.

You can find this file in several chapters. I have pasted the link for the file below.

https://github.com/dipanjanS/practical-machine-learning-with-python/blob/master/notebooks/Ch07_Analyzing_Movie_Reviews_Sentiment/model_evaluation_utils.py

Solution has been provided. Closing this due to no activity. Kindly reopen if the issue persists.