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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a column.

Link copied to clipboard

The column importance score for the column, as a decimal.

Functions

Link copied to clipboard
inline fun copy(block: ColumnImportance.Builder.() -> Unit = {}): ColumnImportance
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String