-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to install model_evaluation_utils #18
Comments
It's not a publicly available library, there is a |
thanks. I tried to import the file but i am getting this error: |
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. |
AttributeError: module 'model_evaluation_utils' has no attribute 'display_model_performance_metrics' |
Is ur error resolved, if so please help me. |
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: This solved my problem |
This is the function that you required from the model_evaluation_utils file:
|
I am guessing that this is just a .py file that you have to run and use its functions. Thank you so much....... @A5mad |
Hi, I am trying to use your model evaluation package in google colab and I am getting the error as below:
!pip install model_evaluation_utils
Collecting model_evaluation_utils
ERROR: Could not find a version that satisfies the requirement model_evaluation_utils (from versions: none)
ERROR: No matching distribution found for model_evaluation_utils
how can I solve this problem?
Appreciate your reply. Thanks
The text was updated successfully, but these errors were encountered: