Claim Missing Document
Check
Articles

Found 1 Documents
Search
Journal : Compiler

Implementation of the Decission Tree Algorithm to Determine Credit Worthiness Abdussomad Abdussomad; Ilham Kurniawan; Agung Wibowo
Compiler Vol 12, No 2 (2023): November
Publisher : Institut Teknologi Dirgantara Adisutjipto

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.28989/compiler.v12i2.1911

Abstract

Credit is a loan from a bank that needs to be repaid with interest. In practice, problematic credit or bad credit often occurs due to less thorough credit analysis in the credit granting process, or from bad customers. This research aims to predict creditworthiness using the Decision Tree Classification Algorithm and find a solution for determining it. This research uses the CRISP-DM (Cross-Industry Standard Process for Data Mining) method. This research method tests the effects of using the decision tree, Support Vector Machine, and Naïve Bayes model with the Decision Tree Classification Algorithm. The decision tree classification algorithm accurately analyzed problem loans and non-problem debtors at 93.49%. The decision tree algorithm test results are better than the support vector machine by 3.45%, and naïve bayes by 13.03%. The results of our study were also 4.16% better than the previous study. This research has also implemented the selected model in the form of website application deployment.