Icon

01_​CreditScoring

Credit Scoring

This workflow creates a credit scoring model based on historical data. As with all data mining modeling activities, it is unclear in advance which analytic method is most suitable. This workflow therefore uses three different methods simultaneously – Decision Trees, Neural Networking and SVM – then automatically determines which model is most accurate and writes that model out for further use. As a preprocessing step, this workflow converts nominals to numerics so the data are suitable for a variety of modeling techniques. Each model comes from a Learn / Test process including cross validation to ensure model stability. The workflow writes out the best performing model in the official PMML format, so that other applications can use the model.

Write out best model Create different models Show accuracies This workflow demonstrates how to generate different predictive models and evaluate them with cross validation. Evaluate model with cross-validation Score model and create a simple table with accuracy and model type(decision tree). Create model on all data and write it to a data table Only 'overall' statisticsOnly accuracyAdd dummy column for joiningAdd model type labelSort by AccuracyOnly first rowGerman credit data X-Partitioner X-Aggregator Row Filter Column Filter(deprecated) Joiner (deprecated) Scorer (deprecated) PMML To Cell DecisionTree Learner Decision TreePredictor DecisionTree Learner Rule Engine Rule Engine Cross Validation(Neural Network) Cross Validation(SVM) Sorter Row Filter Cell To PMML PMML Writer(deprecated) Create TempDir (legacy) File Reader(deprecated) Category To Number Bar Chart Concatenate Write out best model Create different models Show accuracies This workflow demonstrates how to generate different predictive models and evaluate them with cross validation. Evaluate model with cross-validation Score model and create a simple table with accuracy and model type(decision tree). Create model on all data and write it to a data table Only 'overall' statisticsOnly accuracyAdd dummy column for joiningAdd model type labelSort by AccuracyOnly first rowGerman credit data X-Partitioner X-Aggregator Row Filter Column Filter(deprecated) Joiner (deprecated) Scorer (deprecated) PMML To Cell DecisionTree Learner Decision TreePredictor DecisionTree Learner Rule Engine Rule Engine Cross Validation(Neural Network) Cross Validation(SVM) Sorter Row Filter Cell To PMML PMML Writer(deprecated) Create TempDir (legacy) File Reader(deprecated) Category To Number Bar Chart Concatenate

Nodes

Extensions

Links