BaseEstimator.get_params

BaseEstimator.get_params(deep=True)[source]

Returns the estimator's parameters as passed to the initializer.

Parameters

deep (bool) -- Ignored. For Scikit-learn compatibility.

Return type

dict[str, Any]

Returns

The mapping from init parameters to values.