Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
587 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 repositories
- rasbt/coral-ordinal Python
- rasbt/coral_pytorch Python
Created a pull request in rasbt/python-machine-learning-book-3rd-edition that received 2 comments
Fix tf version dimension issue
Opened 23 other pull requests in 5 repositories
Benjamin-Lee/deep-rules
10
open
1
merged
rasbt/mlxtend
6
merged
rasbt/coral_pytorch
4
merged
rasbt/watermark
1
merged
rasbt/biopandas
1
merged
Reviewed 2 pull requests in 2 repositories
rasbt/watermark 1 pull request
Benjamin-Lee/deep-rules 1 pull request
Created an issue in rasbt/mlxtend that received 6 comments
Reset Keras models in bias_variance_decomp after each bootstrap round
Following up on #725, I think that the model needs to be reset after each bootstrap round. Consider the following: from mlxtend.evaluate import bia…