We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@dchaplinsky pls share the algorithm of defining outliers you used
The text was updated successfully, but these errors were encountered:
f167721#diff-0a7976e2cc1844ff00834f1bede8d856
Sorry, something went wrong.
@pro100olga can you look into it?
Checked on 88K dataset as of 23/04/20.
Excluding people from outliers list
Now is based on id:
excl = (~df['id'].isin([ 'nacp_08a63d8b-2db4-4ef0-8b8b-396e0cd9f495', 'nacp_7762d918-fe93-4285-8703-7fbe18312634', 'nacp_50a32d11-ebfa-4466-9bde-2f049cb00574']))
Should be changed to user_declarant_id. Namely, exclude declarations, where user_declarant_id is in [54382, 728990]
Also, exclude from outliers declarations with the following user_declarant_id: 90684, 552845, 675626, 1084920, 1108047
No branches or pull requests
@dchaplinsky pls share the algorithm of defining outliers you used
The text was updated successfully, but these errors were encountered: