Abstract
Abstract: Ensuring the proactive detection of transaction risks is paramount for financial institutions, particularly in the context of
managing credit scores. In this study, we compare different machine learning algorithms to effectively and efficiently. The algorithms
used in this study were: MLogisticRegressionCV, ExtraTreeClassifier,LGBMClassifier,AdaBoostClassifier,
GradientBoostingClassifier,Perceptron,RandomForestClassifier,KNeighborsClassifier,BaggingClassifier, DecisionTreeClassifier,
CalibratedClassifierCV, LabelPropagation, Deep Learning. The dataset was collected from Kaggle depository. It consists of 164
rows and 8 columns. The best classifier with unbalanced dataset was the LogisticRegressionCV. The Accuracy 100.0%, precession
100.0%,Recall100.0% and the F1-score 100.0%. However, the best classifier with balanced dataset was the LogisticRegressionCV.
The Accuracy 100.0%, precession 100.0%, Recall 100.0% and the F1-score 100.0%.