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.


This is a companion discussion topic for the original entry at https://kni.me/w/m3pBYsOVQzc4EZ9Q

Hi
Where can we find cross validate extension :
image

The one available on my desktop is this and is not working :
image

Please advice.