Icon

Part 1

This directory contains 4 workflows.

Icon01_​Capturing_​segments_​-_​Credit_​scoring_​training_​workflow 

Training workflow. This workflow accesses the training data from a file, splits and preprocesses it, and trains the credit scoring model. - The […]

Icon02_​Application_​test_​-_​Prediction_​workflow_​output_​testing 

Application testflow. This workflow tests the prediction workflow's output. If a preprocessing or a model change, the predictions also change. However, the […]

Icon03_​Call_​the_​prediction_​workflow 

Applying the prediction workflow on the new data. This workflow calls the prediction workflow to predict the credit scoring for the new applicants.