Packages

p

com.whylogs

spark

package spark

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ModelProfileSession(predictionField: String, targetField: String, scoreField: String) extends Product with Serializable
  2. 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

Value Members

  1. object RowHelper
  2. object WhyLogs

    Helper object that helps create new profiling sessions

Ungrouped