This directory contains 4 workflows.
Training workflow. This workflow accesses the training data from a file, splits and preprocesses it, and trains the credit scoring model. - The […]
Application testflow. This workflow tests the prediction workflow's output. If a preprocessing or a model change, the predictions also change. However, the […]
Applying the prediction workflow on the new data. This workflow calls the prediction workflow to predict the credit scoring for the new applicants.