-
Notifications
You must be signed in to change notification settings - Fork 2
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 RXOR and XNOR Experiments #30
Conversation
✔️ Deploy Preview for sdtf ready! 🔨 Explore the source changes: ff11943 🔍 Inspect the deploy log: https://app.netlify.com/sites/sdtf/deploys/618f26b21f7c5600085a45a0 😎 Browse the preview: https://deploy-preview-30--sdtf.netlify.app/xor_experiments |
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.
Overall, good job! All you need to do is to black
format your notebook. After merging I might do some minor changes on text.
Remember to pull my changes before committing!
@PSSF23 I seem to be having some issues with black formatting using https://github.com/csurfer/blackcellmagic. Do you have a recommendation for what to use? |
@nhahn7 Don't use those anymore, |
@PSSF23 that seems to have fixed it. Thanks |
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.
great!
Close #31 Added two XOR streaming benchmark experiments to compare SDT/SDF performance against Mondrian Forest and Hoeffding Tree.