Assuming I fit the following neural network for a binary classification problem:
model = Sequential() model.add(Dense(21, input_dim=19, init=\'uniform\', activat
Apparently, neural networks are not compatible with the sklearn Adaboost, see https://github.com/scikit-learn/scikit-learn/issues/1752