ASSUMING
, RANK
, FOR EACH
, PREDICT
, and WHERE
. These commands allow you to define the data context, specify your prediction targets, and structure your query for model training.
AVG
, COUNT
, COUNT_DISTINCT
, FIRST
, LAST
, LIST_DISTINCT
, MAX
, MIN
, and SUM
help you create summary statistics within your predictive queries.
AND
, OR
, NOT
, along with pattern matching functions like CONTAINS
, LIKE
, NOT LIKE
, STARTS WITH
, and ENDS WITH
. These tools are essential for crafting complex conditions that accurately target your data.