Skip to content

Issue 159 add keras.sequential callbacks#163

Merged
csala merged 4 commits intomasterfrom
issue_159_add_keras.Sequential_callbacks
Apr 23, 2019
Merged

Issue 159 add keras.sequential callbacks#163
csala merged 4 commits intomasterfrom
issue_159_add_keras.Sequential_callbacks

Conversation

@csala
Copy link
Contributor

@csala csala commented Apr 22, 2019

Resolve #159
Resolve #161

Add support for callbacks and some of the other fit arguments that were not supported.
Some arguments have been intentionally kept out because they do not fit entirely the MLBlocks arguments scenarios. They can be added in a later PR if they become necessary.

An LSTMTextClassifier pipeline has been added with an example that introduces an EarlyStopping Callback as an optional init_argument.

@csala csala merged commit e78c4e3 into master Apr 23, 2019
@csala csala deleted the issue_159_add_keras.Sequential_callbacks branch April 23, 2019 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add additional fit and predict arguments to keras.Sequential Add suport for keras.Sequential Callbacks

1 participant