Alpine Forest Predictor - MADlib
Uses the model trained by Alpine Forest (MADlib) and scores the results. It must be connected to an Alpine Forest (MADlib) operator.
Information at a Glance
The Alpine Forest (MADlib) operator uses the MADlib built-in function, forest_train(), to generate multiple decision trees, the combination of which is used to make a prediction based on several independent columns. Each decision tree is generated based on bootstrapped sampling and a random subset of the feature columns. The destination of the output of this operator must be an Alpine Forest Predictor (MADlib) operator. MADlib 1.8 or higher must be installed on the database.
This operator must be connected to Alpine Forest (MADlib) and an operator that produces a database table output. For more information, see the
official MADlib documentation.
Configuration
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.