ColumnImportance class

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.

Constructors

ColumnImportance({String? columnName, double? importance})
ColumnImportance.fromJson(Map<String, dynamic> json)
factory

Properties

columnName String?
The name of a column.
final
hashCode int
The hash code for this object.
no setterinherited
importance double?
The column importance score for the column, as a decimal.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited