Skip to content

Instantly share code, notes, and snippets.

@abhishek-Kumar009
Created February 10, 2019 15:40
Show Gist options
  • Save abhishek-Kumar009/a9876955d5084325b0a2ee2695e6c165 to your computer and use it in GitHub Desktop.
Save abhishek-Kumar009/a9876955d5084325b0a2ee2695e6c165 to your computer and use it in GitHub Desktop.
outliersTest = ptest < epsilontest
listOfOl = findIndices(outliersTest)
print('\n\n Outliers are:\n',listOfOl)
print('\n\nNumber of outliers are: ',len(listOfOl))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment