
com.databricks.labs.automl.exceptions.FeatureConversionException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automatedml_2.11 Show documentation
Show all versions of automatedml_2.11 Show documentation
Databricks Labs AutoML toolkit
The newest version!
package com.databricks.labs.automl.exceptions
abstract class FeatureConversionException(private val fields: Array[String] = Array.empty,
private val fieldsType: String,
private val cause: Throwable = None.orNull)
extends RuntimeException(s"Not all $fieldsType features [[ ${fields.toList} ]] have been converted into vectorizable fields", cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy