bigframes.ml.linear_model.LogisticRegression.get_params#

LogisticRegression.get_params(deep: bool = True) Dict[str, Any]#

Get parameters for this estimator.

Parameters:

deep (bool, default True) – Default True. If True, will return the parameters for this estimator and contained subobjects that are estimators.

Returns:

A dictionary of parameter names mapped to their values.

Return type:

Dictionary