SELECT * FROM NaiveBayesPredict ( ON { table | view | (query) } PARTITION BY ANY ON { table | view | (query) } AS Model DIMENSION USING IDColumn ('test_point_id_col') NumericInputs ('numeric_input_column'[,...] ) CategoricalInputs ('categorical_input_column'[,...] ) Responses ('response'[,...]) ) AS alias;