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 up
Pinned
578 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 17 commits in 5 repositories
Created 1 repository
- rasbt/coral_pytorch Python
Created a pull request in rasbt/mlxtend that received 2 comments
Fix integer bug in bias_variance_decomp
Description
Fixes a bug in bias_variance_decomp where when the mse loss was used, downcasting to integers caused imprecise results for small numbers.
Opened 4 other pull requests in 3 repositories
rasbt/mlxtend
2
merged
Benjamin-Lee/deep-rules
1
open
rasbt/biopandas
1
merged
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…