-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add Artificial Information Filter #234
Add Artificial Information Filter #234
Conversation
641e59a
to
2a8ba56
Compare
I have added the information filter. I think it can be more clean and optimized but for the start I think this is fine. |
Can you write some tests too? So that it also gets automatically tested with CI? You can use sorted random data for example that shouldn't have any artificial information and therefore the keepbits shouldn't change and you can manually add some information to that and see whether it's filtered out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ishaanj18,
Thanks for this draft PR. Now we can iterate here and make this bullet proof. I made some comments. Have a look at them!
Cheers!
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
0985152
to
10a08dd
Compare
No description provided.