khannaekta commented on code in PR #614: URL: https://github.com/apache/madlib/pull/614#discussion_r1509519458
########## src/ports/postgres/modules/pmml/test/pmml_rf.sql_in: ########## @@ -29,11 +36,11 @@ DROP TABLE IF EXISTS train_output, train_output_summary, train_output_group; SELECT forest_train('dt_golf'::text, -- source table 'train_output'::text, -- output model table 'id'::text, -- id column - 'temperature::double precision'::text, -- response + 'temperature'::text, -- response 'humidity, windy'::text, -- features NULL::text, -- exclude columns 'class'::text, -- grouping - 5::integer, -- num_trees + 3::integer, -- num_trees Review Comment: was this update for speed up ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@madlib.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org