All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.labs.automl.exceptions.FeatureConversionException.scala Maven / Gradle / Ivy

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