Icon

XGBoost Example

XGBoost Model Deployment

Reads housing data with target of sales price. 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 byLearnerNode 52Removes SalePrice.Not needed w/ new datawith no SalePrice.Read Housing DataFeed new dataw/ appropriate FileReader to data port ofPredictor node. Partitioning Numeric Scorer Missing Value XGBoost Linear ModelLearner (Regression) XGBoost Predictor(Regression) Model Writer Model Reader XGBoost Predictor(Regression) Column Filter Table Reader File Reader 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 byLearnerNode 52Removes SalePrice.Not needed w/ new datawith no SalePrice.Read Housing DataFeed new dataw/ appropriate FileReader to data port ofPredictor node.Partitioning Numeric Scorer Missing Value XGBoost Linear ModelLearner (Regression) XGBoost Predictor(Regression) Model Writer Model Reader XGBoost Predictor(Regression) Column Filter Table Reader File Reader

Nodes

Extensions

Links