dipanjanS / practical-machine-learning-with-python

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Apache License 2.0
2.28k stars 1.65k forks source link

How can I use import module evaluation utils? #7

Closed jamespoly86 closed 6 years ago

jamespoly86 commented 6 years ago

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?

dipanjanS commented 6 years ago

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

raghavbali commented 6 years ago

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