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
760 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 30 commits in 3 repositories
Created 1 repository
- adriangb/readthedocs.org Python
Created a pull request in adriangb/scikeras that received 5 comments
Opened 17 other pull requests in 3 repositories
adriangb/scikeras
2
open
10
merged
1
closed
- DOC: add transition guide & easy fit/predict kwarg compatibility
- DOC: fix typos
- DOC: add class attributes to docstrings & docstrings for utils
- DOC: reformat docstrings for autogen docs
- DOC: add comparison to TF wrappers
- MAINT/DOC: fix pip install source in noteboks
- MAINT/ENH: SaveModel based serialization
- ENH: allow explicit initialization of estimators without fitting for …
- DOC: fix build badge link
- MAINT: prepare for 0.2.0 release
- DOC: update README.md to point to RTD
- MAINT: Epochs increment
- BUG: pass through dynamic metrics
adriangb/taulboyrecords
2
merged
geopandas/geopandas
2
merged
Reviewed 5 pull requests in 3 repositories
adriangb/scikeras 3 pull requests
geopandas/geopandas 1 pull request
tensorflow/community 1 pull request
Created an issue in adriangb/scikeras that received 5 comments
DOC: Add a page to help users transition from tf.keras.wrappers.scikit_learn
We should have a page noting the differences (not features) vs. the old wrappers. I think so far we only have:
fit/predict arguments should be pas…
Opened 11 other issues in 4 repositories
adriangb/scikeras
3
closed
5
open
- DOC: Add a doc page detailing advantages (and disadvantages?) vs. TF skelarn wrappers
- MAINT/DOC: Pre-render notebook HTML for faster loading
- MAINT: move tf.keras.Model serialization to use SaveModel
- TST: Add comparisons to MLPClassifier/MLPRegressor in terms of output shapes and dtypes
- ENH: Add regex based parameter routing
- DOC: Add attribute documentation and constructor documentation to KerasClassifier and KerasRegressor
- DOC: ensure all docstrings correctly auto-generate into rst docs
- DOC: Transfer learning notebook