Package

com.databricks.labs.automl

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class BooleanFieldFillException(fieldName: String, conversionMode: String, allowableConversionModes: Array[String], cause: Throwable = None.orNull) extends RuntimeException with Product with Serializable

    Permalink
  2. final case class DateFeatureConversionException(dateFields: Array[String] = Array.empty, cause: Throwable = None.orNull) extends FeatureConversionException with Product with Serializable

    Permalink
  3. abstract class FeatureConversionException extends RuntimeException

    Permalink
  4. final case class FeatureCorrelationException(originalFeatures: Array[String], filteredFeatures: Array[String], cause: Throwable = None.orNull) extends RuntimeException with Product with Serializable

    Permalink
  5. final case class LightGBMModelTypeException(modelType: String, lightGBMType: String, lightGBMRegressorTypes: Array[String], lightGBMClassifierTypes: Array[String], cause: Throwable = None.orNull) extends RuntimeException with Product with Serializable

    Permalink
  6. final case class MlFlowValidationException(message: String = "", cause: Throwable = None.orNull) extends RuntimeException with Product with Serializable

    Permalink
  7. final case class ModelingTypeException(modelType: String, allowableModelTypes: Array[String], cause: Throwable = None.orNull) extends RuntimeException with Product with Serializable

    Permalink
  8. final case class PipelineExecutionException(pipelineId: String, cause: Throwable) extends RuntimeException with Product with Serializable

    Permalink

    Since

    0.6.1 This exception is thrown when there is a failure in the execution of a train pipeline

  9. final case class StringFeatureConversionException(stringFields: Array[String] = Array.empty, cause: Throwable = None.orNull) extends FeatureConversionException with Product with Serializable

    Permalink
  10. final case class TimeFeatureConversionException(timeFields: Array[String] = Array.empty, cause: Throwable = None.orNull) extends FeatureConversionException with Product with Serializable

    Permalink

Value Members

  1. object ThreadPoolsBySize

    Permalink

Ungrouped