Icon

Random Forest Example

Random Forest Model Deployment

Reads housing data with target of sales type. Illustrates how to deploy model to analyze a new data set employing the original model.

New Model. Reads model createdfrom training data and creates outputfrom new data. In a real situation thispart would be a new workflow with newdata, not data from the testing portionof the partition. 70/30Node 50Read modelproduced byLearnerRemoves SalePrice.Not needed w/ new datawith no SalePrice.Read Housing DataFeed new dataw/ appropriate FileReader to data port ofPredictor node.Node 60Node 61Node 62Node 63 Partitioning Model Writer Model Reader Column Filter Table Reader File Reader Random Forest Learner(Regression) Random Forest Predictor(Regression) Numeric Scorer Random Forest Predictor(Regression) New Model. Reads model createdfrom training data and creates outputfrom new data. In a real situation thispart would be a new workflow with newdata, not data from the testing portionof the partition. 70/30Node 50Read modelproduced byLearnerRemoves SalePrice.Not needed w/ new datawith no SalePrice.Read Housing DataFeed new dataw/ appropriate FileReader to data port ofPredictor node.Node 60Node 61Node 62Node 63Partitioning Model Writer Model Reader Column Filter Table Reader File Reader Random Forest Learner(Regression) Random Forest Predictor(Regression) Numeric Scorer Random Forest Predictor(Regression)

Nodes

Extensions

Links