package spark
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ModelProfileSession(predictionField: String, targetField: String, scoreField: String) extends Product with Serializable
-
case class
WhyProfileSession(dataFrame: DataFrame, name: String, timeColumn: String = null, groupByColumns: Seq[String] = List(), modelProfile: ModelProfileSession = null) extends Product with Serializable
A class that enable easy access to the profiling API
A class that enable easy access to the profiling API
- dataFrame
the dataframe to profile
- name
the name of the dataset
- timeColumn
the time column, if the data is to be broken down by time
- groupByColumns
the group by column