Get invited to our slack community and get access to opportunities and data science insights

Blog

lag

lag(input[, offset[, default]]) – Returns the value of `input` at the `offset`th row before the

last

last(expr[, isIgnoreNull]) – Returns the last value of `expr` for a group of rows. If

last_day

last_day(date) – Returns the last day of the month which the date belongs to. Platforms:

kpa_predict

kpa_predict(@Nonnull double xh, @Nonnull double xk, @Nullable float w0, @Nonnull float w1, @Nonnull float w2,

kurtosis

kurtosis(expr) – Returns the kurtosis value calculated from values of a group. Platforms: WhereOS, Spark,

l1_normalize

l1_normalize(ftvec string) – Returned a L1 normalized value Platforms: WhereOS, Spark, Hive Class: hivemall.ftvec.scaling.L1NormalizationUDF More