I try to test for outliers of my data using Python. As i found that there is the outliers package which i should install outlier_utils. When i try to run ‘pip install outlier_utils’ within Anaconda prompt after activation of my environment where i tend to launch jupyter, I encounter the message which it has already installed. Howevere, in jupyter when i try to run the code “from outliers import smirnov_grubbs as grubbs” it says Module Not Found Error. How can I solve this issue?
I want to test outliers of my data using Grubbs approach
Amin Alizadeh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.