I have no experience in machine learning and only had a 1-week crash course on Alteryx.
I am using 2 datasets found here:
https://www.kaggle.com/datasets/rikdifos/credit-card-approval-prediction
My task is to predict the credit card approval. However, I have one concern, the dataset don't have a column showing whether this customer will be approved/not approved when they apply for credit card. Based on my understanding, during the validation stage we have to use the ML model we created to test the 80% dataset and see whether it predicted correctly. So if we do not have the actual outcome in the dataset, how do we test the accuracy of our model?
Kindly advise on the steps in building a ML model on alteryx, thank you.