class Aws::Glue::Types::ColumnImportance

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.

@!attribute [rw] column_name

The name of a column.
@return [String]

@!attribute [rw] importance

The column importance score for the column, as a decimal.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ColumnImportance AWS API Documentation

Constants

SENSITIVE