Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LogOddsMetric Source #
The log odds metric details.
See: newLogOddsMetric
smart constructor.
LogOddsMetric' | |
|
Instances
:: Text | |
-> Text | |
-> Double | |
-> LogOddsMetric |
Create a value of LogOddsMetric
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:variableName:LogOddsMetric'
, logOddsMetric_variableName
- The name of the variable.
$sel:variableType:LogOddsMetric'
, logOddsMetric_variableType
- The type of variable.
$sel:variableImportance:LogOddsMetric'
, logOddsMetric_variableImportance
- The relative importance of the variable. For more information, see
Model variable importance.
logOddsMetric_variableName :: Lens' LogOddsMetric Text Source #
The name of the variable.
logOddsMetric_variableType :: Lens' LogOddsMetric Text Source #
The type of variable.
logOddsMetric_variableImportance :: Lens' LogOddsMetric Double Source #
The relative importance of the variable. For more information, see Model variable importance.