GithubHelp home page GithubHelp logo

Comments (9)

VINEESHA5 avatar VINEESHA5 commented on July 19, 2024 2

I am guessing that this is just a .py file that you have to run and use its functions.
I used this code instead of importing the "model_evaluation_utils" and used the functions defined here directly instead:
https://github.com/dipanjanS/practical-machine-learning-with-python/blob/master/notebooks/Ch05_Building_Tuning_and_Deploying_Models/model_evaluation_utils.py
This solved my problem

Thank you so much....... @A5mad

from practical-machine-learning-with-python.

A5mad avatar A5mad commented on July 19, 2024 1

I am guessing that this is just a .py file that you have to run and use its functions.

I used this code instead of importing the "model_evaluation_utils" and used the functions defined here directly instead:
https://github.com/dipanjanS/practical-machine-learning-with-python/blob/master/notebooks/Ch05_Building_Tuning_and_Deploying_Models/model_evaluation_utils.py

This solved my problem

from practical-machine-learning-with-python.

A5mad avatar A5mad commented on July 19, 2024 1

AttributeError: module 'model_evaluation_utils' has no attribute 'display_model_performance_metrics'
the above function is already present in the file but still i am getting that error.
Please help me to resolve this issue.

This is the function that you required from the model_evaluation_utils file:

def display_model_performance_metrics(true_labels, predicted_labels, classes=[1,0]): print('Model Performance metrics:') print('-'*30) get_metrics(true_labels=true_labels, predicted_labels=predicted_labels) print('\nModel Classification report:') print('-'*30) display_classification_report(true_labels=true_labels, predicted_labels=predicted_labels, classes=classes) print('\nPrediction Confusion Matrix:') print('-'*30) display_confusion_matrix(true_labels=true_labels, predicted_labels=predicted_labels, classes=classes)

from practical-machine-learning-with-python.

dipanjanS avatar dipanjanS commented on July 19, 2024

It's not a publicly available library, there is a model_evaluation_utils.py file which is imported in the code and used

from practical-machine-learning-with-python.

msnir009 avatar msnir009 commented on July 19, 2024

thanks. I tried to import the file but i am getting this error:
AttributeError: module 'model_evaluation_utils' has no attribute 'display_model_performance_metrics'

from practical-machine-learning-with-python.

dipanjanS avatar dipanjanS commented on July 19, 2024

Could you please mention more details like which notebook, which folder \ chapter and files you are using, and even show the code causing the error. It is difficult to debug it from just this message because the said function is already present in the file.

from practical-machine-learning-with-python.

VINEESHA5 avatar VINEESHA5 commented on July 19, 2024

AttributeError: module 'model_evaluation_utils' has no attribute 'display_model_performance_metrics'
the above function is already present in the file but still i am getting that error.
Please help me to resolve this issue.

from practical-machine-learning-with-python.

VINEESHA5 avatar VINEESHA5 commented on July 19, 2024

thanks. I tried to import the file but i am getting this error:
AttributeError: module 'model_evaluation_utils' has no attribute 'display_model_performance_metrics'

Is ur error resolved, if so please help me.

from practical-machine-learning-with-python.

azmathmohammed avatar azmathmohammed commented on July 19, 2024

hello,
i am a student,
i have gone through your book- 1_Practical Machine Learning with Python_ A Problem-Solver’s Guide to Building Real-World Intelligent Systems
i am learning this chapter
CHAPTER 9
Analyzing Wine Types and Quality

i got stuck at Predictive Modeling task
at this code
import model_evaluation_utils as meu
Screenshot 2023-03-08 011605

its looks like you have created this library, if possible will u share with us.

THANK YOU.
MOHAMMED AZMATH

from practical-machine-learning-with-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.