FeatureImportanceSettingsResponse

data class FeatureImportanceSettingsResponse(val mode: String? = null, val targetColumn: String? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null, targetColumn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

The mode of operation for computing feature importance.

Link copied to clipboard
val targetColumn: String? = null

The name of the target column within the input data asset.