Neural Net Wrapper
Open
@heimengqi is already working on this.
Since Nov 16, 2019.
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 4.8k
- Forks
- 827
- PR merge metrics
- No merged PRs in 30d
Description
If one wants to use a custom neural net architecture model for the first stage models (e.g. as in #124 ), then they need to build a keras model wrapper, that wraps a keras sequential model in a fit and predict API. We should provide such a wrapper in our utilities (maybe as a scikit-learn extension to the neural net module, e.g. sklearn_extensions.neural_net.KerasRegressor and sklearn_extensions.neural_net.KerasClassifier ).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.