Repository: madlib Updated Branches: refs/heads/master e0f76db8b -> 5a1fbe01d
RF: Increase the dataset size of dev-check test Closes #321 Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/5a1fbe01 Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/5a1fbe01 Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/5a1fbe01 Branch: refs/heads/master Commit: 5a1fbe01d885b35782915e724990b55084ecfdfa Parents: e0f76db Author: Orhan Kislal <[email protected]> Authored: Mon Sep 24 09:48:27 2018 +0300 Committer: Orhan Kislal <[email protected]> Committed: Mon Sep 24 09:48:27 2018 +0300 ---------------------------------------------------------------------- .../recursive_partitioning/test/random_forest.sql_in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/madlib/blob/5a1fbe01/src/ports/postgres/modules/recursive_partitioning/test/random_forest.sql_in ---------------------------------------------------------------------- diff --git a/src/ports/postgres/modules/recursive_partitioning/test/random_forest.sql_in b/src/ports/postgres/modules/recursive_partitioning/test/random_forest.sql_in index 0dad625..5dfd318 100644 --- a/src/ports/postgres/modules/recursive_partitioning/test/random_forest.sql_in +++ b/src/ports/postgres/modules/recursive_partitioning/test/random_forest.sql_in @@ -285,7 +285,17 @@ INSERT INTO rf_gr_test (id,gr,f1,f2,f3,cl) VALUES (2,1,2,2,4,2), (3,1,3,3,3,1), (4,2,4,4,2,2), -(5,2,5,4,1,1); +(5,2,5,4,1,1), +(6,1,1,1,5,1), +(7,1,2,2,4,2), +(8,1,3,3,3,1), +(9,2,4,4,2,2), +(10,2,5,4,1,1), +(11,1,1,1,5,1), +(12,1,2,2,4,2), +(13,1,3,3,3,1), +(14,2,4,4,2,2), +(15,2,5,4,1,1); DROP TABLE IF EXISTS train_output, train_output_summary, train_output_group; SELECT forest_train(
