tf.contrib.learn.BaseEstimator.get_params(deep=True)
Get parameters for this estimator.
Args:
-
deep
: boolean, optionalIf
True
, will return the parameters for this estimator and contained subobjects that are estimators.
Returns:
params : mapping of string to any Parameter names mapped to their values.
Please login to continue.