---
title: l2Penalty
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mllinearregressor/modelparameters-swift.struct/l2penalty
---

# l2Penalty

## Declaration

```swift
var l2Penalty: Double
```

## See Also

### Accessing parameters

- [validationData](createml/mllinearregressor/modelparameters-swift.struct/validationdata-swift.property.md)
- [maxIterations](createml/mllinearregressor/modelparameters-swift.struct/maxiterations.md)
- [l1Penalty](createml/mllinearregressor/modelparameters-swift.struct/l1penalty.md)
- [stepSize](createml/mllinearregressor/modelparameters-swift.struct/stepsize.md)
- [convergenceThreshold](createml/mllinearregressor/modelparameters-swift.struct/convergencethreshold.md)
- [featureRescaling](createml/mllinearregressor/modelparameters-swift.struct/featurerescaling.md)
- [validation](createml/mllinearregressor/modelparameters-swift.struct/validation.md)
