def best_params_(self): """Get GridSearchCV best_params.""" check_is_fitted(self, 'gs_') return self.gs_.best_params_