Closed rtiop closed 1 year ago
Someone is attempting to deploy a commit to a Personal Account owned by @neokd on Vercel.
@neokd first needs to authorize it.
@rtiop use
if __name__ == '__main__':
main()
Done. I've seen it in many scripts, but I never understood what it was for. What's its utility?
Description
This pull request proposes to add a new file: find_outliers.py. From the terminal the user can find all of the "cells" in a JSON or CSV that are outliers in their category (column). That is to say: Z-score > 3. The information is then printed to the terminal.
Related Issues
This script addresses the first feature mentioned in the issue "Create a python script to determine the performance and accuracy of the datasets" #31 No other feature is implemented.
Changes Made
-Create a Python script in the Validation folder
Screenshots (if applicable)
Checklist
Please review and check the following before submitting your pull request:
Additional Notes