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 ColumnImportance Source #
A structure containing the column name and column importance score for a column.
Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.
See: newColumnImportance
smart constructor.
ColumnImportance' | |
|
Instances
newColumnImportance :: ColumnImportance Source #
Create a value of ColumnImportance
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:importance:ColumnImportance'
, columnImportance_importance
- The column importance score for the column, as a decimal.
$sel:columnName:ColumnImportance'
, columnImportance_columnName
- The name of a column.
columnImportance_importance :: Lens' ColumnImportance (Maybe Double) Source #
The column importance score for the column, as a decimal.
columnImportance_columnName :: Lens' ColumnImportance (Maybe Text) Source #
The name of a column.