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
591 contributions in the last year
Activity overview
Contribution activity
November 2020
October 2020
- adriangb/tinygrad Python
- adriangb/taulboyrecords HTML
Created a pull request in adriangb/scikeras that received 25 comments
BUG/ENH: Data processing refactor
Closes #78, Closes #100, Closes #83.
This PR implements a sklearn transformer based interface for data processing that replaces {pre,post}process_{…
- Partial fit single epoch
- MAINT: Remove _model_params property
- WIP/ENH: add handling of classes param in partial_fit
- WIP/ENH: class_weights param
- MAINT: catch internal random_state warnings
- MAINT: rename build_fn to model in tests
- MAINT: don't fail on coverage for individual worklfows
- MAINT: allow CI to run on non-master PRs
- MAINT/TST: stabilize new sklearn tests
- WIP: class_weights
Created an issue in adriangb/scikeras that received 7 comments
Make partial_fit force a single iteration
Currently partial_fit and fit + warm_start have the same behavior. I think it would be more useful if we followed SGD's example and trained for exa…
- ENH: move data validation to a modular interface
- MAINT: rename or remove _model_params
- MAINT: catch warning whenever using random_state in tests
- MAINT: Use scikeras.KerasRegressor.r_squared as loss function or catch/assert warning in all tests calling score
- MAINT: Rename build_fn to model in all tests

