``` julia> enet = ElasticNetRegression() GeneralizedLinearRegression{L2Loss, CompositePenalty} loss: L2Loss L2Loss() penalty: CompositePenalty fit_intercept: Bool true penalize_intercept: Bool false scale_penalty_with_samples: Bool true julia> ElasticNetRegressor(enet) ERROR: MethodError: no method matching ElasticNetRegressor(::GeneralizedLinearRegression{L2Loss, CompositePenalty}) ```