Module: tf.keras.wrappers.scikit_learn

Wrapper for using the Scikit-Learn API with Keras models.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.wrappers.scikit_learn

Classes

class KerasClassifier: Implementation of the scikit-learn classifier API for Keras.

class KerasRegressor: Implementation of the scikit-learn regressor API for Keras.