1. Introduction
Bankruptcy detection is a major topic in finance. Indeed, for obvious reasons, many actors such as shareholders, managers or banks are interested in the likelihood of bankruptcy of firms. Consequently, many studies have been carried out on the topic of bankruptcy prediction. In the late 1960s, Beaver (1966) introduced a univariate analysis, providing the first statistical justification for the ability of financial ratios to account for default. Then, Altman (1968) developed the Z-score model by using five financial ratios to predict the bankruptcy of U.S. firms. In his paper, Altman employed multiple discriminant analysis (MDA) techniques to determine the probability of bankruptcy on a sample of firms. Altman’s Z-Score model has been a popular technique and widely used by auditors, accountants, courts, banks, and other creditors. The MDA technique assumes that variables follow a normal distribution, and this methodology was later adopted by many other researchers (Deakin 1972; Edmister 1972; Altman et al. 1977; Laitinen 1991; Grice and Ingram 2001). The hypothesis of multinormality of variables is then questioned in favor of the hypothesis according to which the explanatory variables have different distributions. Consequently, the logit (Ohlson 1980) and probit (Zmijewski 1984) models were then frequently used in the prediction of the failure. The second stage of the story began in the 1990s with artificial intelligence algorithms, specifically in the machine learning branch such as neural networks (Lennox 1999) or the genetic algorithm (Shin and Lee 2002). They produced convincing results in terms of forecasting without requiring any statistical restriction. Indeed, Barboza et al. (2017) tested five machine learning models and compared their bankruptcy prediction power against traditional statistics techniques (discriminant analysis and logistic regression) using North American firms’ data from 1985 to 2013. Their study found substantial improvement in bankruptcy prediction accuracy using machine learning techniques compared to traditional methods. This conclusion is also reached by (Adnan and Dar 2006) through their extensive literature review. Ongoing, in the 21st century, new types of learning machines such as extreme gradient boosting (XGBoost), support vector machine, random forest or deep neural network were developed and often provided better accuracy than statistical techniques. Shi and Li (2019) literature review reports that logit and neural network models are the most frequently used and studied models in the area of bankruptcy prediction. Mai et al. (2018) compared traditional learning machine models with convolutional neural networks on a large database of US public companies and report that simpler models are more effective, while Hosaka’s study (Hosaka 2019), based on a smaller sample of delisted Japanese companies, reports that the use of convolutional neural networks allows to reach better predictions. So far, no consensus regarding the use of convolutional neural networks exists.
In addition to the choice of the model, bankruptcy prediction accuracy depends on the financial ratios that are chosen to run the model. To this end, statisticians have developed methods such as principal components analysis (Zavgren 1985; Wang 2004; Tang and Chi 2005; Pompe and Bilderbeek 2005) or LASSO1 technique (Meir et al. 2008; Tian et al. 2015) for selecting subsets of variables from an initial list of explanatory variables to identify the most relevant predictor variables (Fan and Li 2001). These lists may include 50 ratios (du Jardin 2015) that are built using detailed information from the balance sheet and the income statement. Out of these lists, 5 to 10 ratios are generally retained to run the model. Du Jardin’s study (du Jardin 2006) reports several variable selection methods. Even though most studies use annual data one year prior to bankruptcy, Baldwin and Glezen (1992) resorted to quarterly data to feed their model and Reznakova and Karas (2014) calculate averaged ratios involving several years before bankruptcy. Some studies include nonfinancial variables (in addition to financial ratios) into bankruptcy prediction models. These variables may refer to market valuation (Campbell et al. 2008; Tian et al. 2015), corporate governance (Ciampi 2015), relational (Tobback et al. 2017) or textual data (Mai et al. 2018). Other specificities may exist. Pompe and Bilderbeek (2005) investigated the influence of the model accuracy in a period of economic decline. Bankruptcy prediction models can be related to SME’s (Brédart and Cultrera 2016) or to listed firms (Sfakianakis 2012). Nevertheless, the availability of this detailed information for some firms may be questioned.
Similar to many other western countries, Belgium has accounted for many bankruptcies in the recent past. Brédart’s (2014) study utilized Belgian bankruptcies data to predict bankruptcies using the neural networks method and reached good prediction accuracy-above 80%. In this paper, we replicate Brédart’s study using a simple neural network with one layer, and four cutting-edge machine learning techniques: a deep feed-forward network with six hidden layers, Random Forests, Support Vector Machine with radial basis function kernel and Extreme Gradient Boosting (XGBoost) to compare their performances. Even though Brédart used only three variables in his model, the prediction accuracy was fairly good. In our study, we used the same financial ratios that were considered by Brédart as they have a good bankruptcy prediction rate. Our objective in this study is to utilize sophisticated machine learning techniques to see if these techniques have better predictability using the Brédart’s data from Belgium compared to his model involving the neural networks method.
Our results report prediction accuracy rates of more than 80 percent, using only three easily obtainable financial ratios: the return on assets, the current ratio, and the solvency ratio. Even though, Barboza et al.’s (2017) study had significantly higher prediction accuracy using machine learning techniques compared to the traditional methods, our study did not show any improvement in prediction from the machine learning techniques compared to the shallow neural network method with a single hidden layer. All the four methods gave the same kind of results of about 81% prediction accuracy. The graphical plots of the data show a significant overlap between the different features of the bankrupt and solvent firms’ data. This leads to a limitation of advanced models to carry out better predictions. Nevertheless, the ease of collecting the information feeding our models makes them very attractive for decision makers such as bankers. Our study contributes to the academic literature about bankruptcy prediction because it shows that simple models using easily obtainable and common information can be reliable and help to make adequate decisions.
2. Data and Methodology
2.1. Data
In this study, we used the same Belgian firm’s dataset previously used by Brédart (Brédart 2014). This dataset consists of a sample of 3728 Belgian firms that were declared bankrupt between 2002 and 2012 to predict bankruptcy utilizing the new bankruptcy prediction techniques. We used the same three financial ratios that were considered by this author as they were simple, easily available and provided good classification rates.
2.2. Methodology
To predict bankruptcy, we utilized several of the most advanced machine learning techniques, including, a deep neural network, support vector machine (SVM) and extreme gradient boosted tree method (XGBoost). These techniques are described hereafter.
2.2.1. Deep Feedforward Neural Networks
Deep feedforward artificial neural networks are advanced types of supervised machine learning methods which learn patterns in the input data through compositions of mathematical functions in order to map input data to corresponding outputs (Goodfellow et al. 2016). Deep feedforward networks are capable of performing both regression and classification tasks. As shown in Figure 1, a typical feedforward network consists of three types of layers: an input layer, which receives the data, an output layer, which represents the network output, and a number of hidden layers, which perform the task of mapping the input features to the network output. Each hidden layer consists of a set of non-interacting neurons, which processes the data in a parallel manner. The width of the network is determined by the number of neurons in the hidden layers, whereas the depth of the networks is a measure of the number of its hidden layers. A shallow neural network has up to several hidden layers, whereas usually a deep network has a larger number of hidden layers. Figure 1 shows a schematic diagram of a fully connected feed-forward network. The upper figure shows the general structure of the network, whereas the lower figure shows the schematic diagram of the artificial neuron.
A feedforward network is said to be fully connected if each neuron in a specific layer receives the outputs of all the neurons in the previous layers. As illustrated in Figure 1 (lower panel), the neurons perform a two-step mathematical operation: First each performs a scalar product between its input vector and its local weight vector, and the result is shifted by the addition of a scalar bias. In the second step, the result is transformed through the activation function of the neural.
The training stage of the network starts with the data being individually propagated forward through the network to generate the corresponding error signal
(1)
due to the discrepancy between the network’s predicted output f(xi) and the ground truth yi. Next, a backward propagation step is initiated where the “gradient decent” optimization method is applied to adjust the weights in order to reduce the network output error. In “online learning”, the two-step learning process is applied to each datum individually, whereas in “batch learning”, the error due to batch of data (m input data) is propagated through the network before their collective error is computed as(2)
and the weights adjusted (Goodfellow et al. 2016).The training data is usually divided into three batches, named appropriately as “training set”, “development set”, and “testing set”. The training set accounts for the largest of the three sets (60–70%) and is used to optimize the network accuracy by repeatedly using it until the desired accuracy is reached. The development portion of the data is then used to test the accuracy of the network with previously unseen data. This step is crucial to diagnose over-fitting and related issues. Any significant discrepancy between the network’s accuracy for the training and development will lead to repeating the training process, possibly adjusting the network hyperparameters (batch size, learning rate, etc.) or structure (number of layers, etc.) or introducing a regularization scheme. After the network reaches the desired level with the development set, the testing set is used to determine the ultimate accuracy of the network. There are several popular packages that offer implementations of deep neural networks, most prominent of which are Python-based Google’s Tensflow and Facebook’s PyTorch. These packages offer multiple tools for implementation and regularization of neural networks, such as drop-out and Lp norm methods. In this study we used Tensorflow implementation of deep feedforward network to predict bankruptcy/solvency ratios.
2.2.2. Support Vector Machine (SVMs)
Support vector machines (SVMs) are powerful supervised machine learning methods that are used mainly for classification. They are a class of optimal margin classifiers that find a boundary hypersurface (or plane) with maximal margin between data clusters belonging to different classes (Boser et al. 1992; Cortes and Vapnik 1995). SVMs have high classification efficiency for high-dimensional data, even in cases where different classes overlap significantly. Mathematically, the method finds a d-dimensional hyperplane satisfying the equation:
(3)
for the d-dimensional data point xi corresponding to output yi, where wj is the corresponding is jth component of the weight vector and ζ is a soft margin slack variable used to adjust the boundary between classes in such a way as to minimize the classification error while allowing misclassification of overlapping data points. If the data is linearly separable, the method generalizes perfectly to previously unseen data (Abe 2005). If there is no linear separability, then it is mapped into a higher-dimensional scalar product space through a set of functional transformations where the dot products in the above inequality are replaced by products of functions of the data. The above inequality takes the new form:(4)
for , where are functions that cast the data in to high-dimensional feature space that eliminates or reduces the degree of overlap between the different classes in an attempt to improve the generalization accuracy of the model.In practice, to find the optimal decision boundary between the data classes, algorithms implementing the SVM model utilize a two-step iterative optimization process. In the first step, the data is cast into a high-dimensional space to find a decision hyper-plane. In the second step, the distance between the resulting hyperplane and closest data points is tweaked in order to maximize the margin between the decision boundary and the nearest data points. The power of the of the SVM classifier lies in that it always finds a decision boundary, especially when there is significant overlap between the different data classes. After it finds such optimal boundary, the SVM model is ready to classify new data points according to which side of the decision boundary their coordinates lie. The SVM algorithm is implemented in various programming languages, including Python. The Python implementation of the SVM is included in the open-source machine learning package Scikit-Learn. The ROC curve of SVM model is shown in Figure 2.
2.2.3. Extreme Gradient Boosting
Boosting is a powerful, ensemble-based learning method that combines a set of easily learnable, weak classifiers into a much powerful classifier (Schapire 1990, 1999; Kearns and Valiant 1989). Extreme gradient boosting (XGBoost) is a variant of gradient boosting methods with superior performance that uses a more regularized model formalization to control overfitting (Chen and Guestrin 2016). Alongside deep learning, XGBoost is one of the most successful methods for large scale data classification and is the method of choice for many winning entries in Kaggle machine learning competitions. XGBoost is implemented in many programming languages, including Python as part of the Scikit-Learn package.
3. Results
Table 1 shows the correlations between variables that are used in the models to predict bankruptcy of Belgian firms. All the correlation coefficients are relatively small. The accuracy of the model for predicting the categories of new inputs as bankrupt or otherwise for the different classification algorithms is limited to around 81–82% range. The limitation in the accuracy is due to a significant overlap between the two classes as shown in Figure 3.
The Receiver Operating Characteristics (ROC) curve is plotted with true positive rate (TPR) against the false positive rate (FPR) using the feedforward neural networks model as shown in Figure 4. A higher y-axis in this plot indicates a higher number of true positives relative to false negatives. It represents goodness of the model in predicting the positive class when the actual outcome is positive. A better prediction performance can be expected if the curve is closer to the top-left corner of the plot. The area below the ROC curve is called the Area Under the Curve (AUC), which is the probability that a randomly chosen bankruptcy is higher than a randomly chosen nonbankrupt instance. As shown in Figure 4, this area is close to 0.85 for the feedforward neural networks model and that is considered as a skilful model.
The ROC curve of SVM model is shown in Figure 2, and the area under this curve is also close to 0.85.
Accuracy Comparisons of Different Models
Table 2 shows the accuracy of models used in this study. Different models provide roughly the same level of global accuracy of about 85% for correctly predicting whether a specific firm is bankrupt. While the global accuracy is only slightly better than (2 percent more) that was obtained by the shallow network used by Brédart (2014), our current models show a 17% improvement in correctly classifying healthy corporations. One of the limitations of these prediction techniques is that the financial data of the two classes are inseparable as shown in Figure 3. The algorithms would have resulted in a higher prediction accuracy if the data were to be more separable.
4. Conclusions
Bankruptcy prediction models may use many different data and techniques. The latest studies regarding bankruptcy prediction used different kinds of variables (Tobback et al. 2017; Mai et al. 2018) and cutting-edge techniques (Mai et al. 2018; Hosaka 2019). In this study, by applying an optimized neural network with six hidden layers, a support vector machine and XGBoost classification algorithms on the financial data of 3728 Belgian enterprises, we achieve a global bankruptcy prediction accuracy of 82–83%. Compared to Brédart’s 2014 analysis of the same dataset with a shallow neural network, we achieve a slight 2% improvement in the bankruptcy cases and a 17% improvement in solvency cases. We recognize the limitation in the prediction accuracy as arising from the significant overlap in the feature space between financial variables belonging to bankrupt and solvent companies. However, our study does not report significant differences in results in terms of prediction accuracy, regardless of the technique used. Moreover, a significant prediction accuracy rate is achieved by using only three financial ratios that are easily obtainable for most firms. In addition to its contribution to the academic literature, this study is of high interest for bankers who want to assess the probability of bankruptcy (and therefore of non-reimbursement) of firms requesting loans without having to compute many financial ratios and collect non-financial data.
Methodology, S.S. and M.M.; data curation, X.B.; writing original draft, M.M., X.B. and S.S.; review and editing, S.S. and X.B. All authors have read and agreed to the published version of the manuscript.
This research received no external funding.
Not applicable.
Not applicable.
The authors declare no conflict of interest.
Footnotes
1. Least Absolute Shrinkage and Selection Operator.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Figure 1. Upper figure: fully connected feed-forward artificial neural network (CR = Current ratio; SR = Solvency ratio; PR = Profitability ratio); lower figure: schematic of the computational unit (artificial neuron) of the network.
Figure 3. An illustration of the overlap between bankrupt cases in the profit first solvency space.
Correlations.
Current Ratio | Return of Oper. Assets b4 Amort. | Age(y) | Solvency Ratio | Logta | |
---|---|---|---|---|---|
Current ratio | 1.000000 | 0.124021 | 0.098749 | 0.342709 | 0.102001 |
Return of oper. assets b4 amort. | 0.124021 | 1.000000 | −0.013334 | 0.329617 | 0.059690 |
Age(yrs) | 0.098749 | −0.013334 | 1.000000 | 0.232606 | 0.288841 |
Solvency ratio | 0.342709 | 0.329617 | 0.232606 | 1.000000 | 0.210868 |
Logta | 0.102001 | 0.059690 | 0.288841 | 0.210868 | 1.000000 |
Class and model accuracies.
Method | Class/Total | Precision | Recall | f1-Score |
---|---|---|---|---|
Neural Net | 0 | 85 | 79 | 82 |
1 | 79 | 82 | 82 | |
Total | 82 | 81 | 82 | |
SVM | 0 | 85 | 81 | 83 |
1 | 80 | 84 | 82 | |
Total | 83 | 83 | 83 | |
XGBoost | 0 | 84 | 81 | 83 |
1 | 81 | 82 | 83 | |
Total | 83 | 82 | 83 |
References
Abe, Shigeo. Support Vector Machines for Pattern Classification; Springer: London, 2005.
Adnan, Aziz; Dar, Humayon. Predicting corporate bankruptcy: Where we stand?. Corporate Governance; 2006; 6, pp. 18-33. [DOI: https://dx.doi.org/10.1108/14720700610649436]
Altman, Edward. Financial ratios, discriminant analysis and the prediction of corporate bankruptcy. Journal of Finance; 1968; 23, pp. 589-609. [DOI: https://dx.doi.org/10.1111/j.1540-6261.1968.tb00843.x]
Altman, Edward; Robert, Haldeman; Narayanan, Paul. ZETA analysis A new model to identify bankruptcy risk of corporations. Journal of Banking & Finance; 1977; 1, pp. 24-54.
Baldwin, Jane; Glezen, William. Bankruptcy Prediction Using Quarterly Financial Statement Data. Journal of Accounting, Auditing and Finance; 1992; 7, pp. 269-85. [DOI: https://dx.doi.org/10.1177/0148558X9200700301]
Barboza, Flavio; Kimura, Herbert; Altman, Edward. Machine learning models and bankruptcy prediction. Experts System with Applications; 2017; 83, pp. 405-17. [DOI: https://dx.doi.org/10.1016/j.eswa.2017.04.006]
Beaver, William. Financial Ratios as Predictors of Failure. Journal of Accounting Research, Empirical Research in Accounting; 1966; 4, pp. 71-111.
Boser, Bernhard; Guyon, Isabelle; Vapnik, Vladimir. A training algorithm for optimal margin classifiers. COLT ‘92: Proceedings of the Fifth Annual Workshop on Computational Learning Theory, Pittsburgh, PA, USA, 27–29 July 1992; ACM: New York, 1992; pp. 144-52.
Brédart, Xavier. Bankruptcy Prediction model using Neural networks. Accounting and Finance Research; 2014; 3, pp. 124-28. [DOI: https://dx.doi.org/10.5430/afr.v3n2p124]
Brédart, Xavier; Cultrera, Loredana. Bankruptcy prediction: The case of Belgian SMEs. Review of Accounting and Finance; 2016; 15, pp. 101-19.
Campbell, John; Hilscher, Jens; Szilagyi, Jan. In search of distress risk. The Journal of Finance; 2008; 63, pp. 2899-939. [DOI: https://dx.doi.org/10.1111/j.1540-6261.2008.01416.x]
Chen, Tianqi; Guestrin, Carlos. XGBoost: A Scalable Tree Boosting System. KDD ’16 Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; ACM: New York, 2016; pp. 785-94.
Ciampi, Francesco. Corporate governance characteristics and default prediction modeling for small enterprises. An empirical analysis of Italian firms. Journal of Business Research; 2015; 68, pp. 1012-25.
Cortes, Corinna; Vapnik, Vladimir. Support-Vector Networks. Machine Learning; 1995; 20, pp. 273-97. [DOI: https://dx.doi.org/10.1007/BF00994018]
Deakin, Edward. A Discriminant Analysis of Predictors of Business Failure. Journal of Accounting Research; 1972; 10, pp. 167-79. [DOI: https://dx.doi.org/10.2307/2490225]
du Jardin, Philippe. Bankruptcy prediction models: How to choose the most relevant variables?. Bankers, Markets & Investors; 2006; 98, pp. 39-46.
du Jardin, Philippe. Bankruptcy prediction using terminal failure processes. European Journal of Operational Research; 2015; 242, pp. 286-303. [DOI: https://dx.doi.org/10.1016/j.ejor.2014.09.059]
Edmister, Robert. An Empirical Test of Financial Ratio Analysis for Small Business Failure Prediction. Journal of Financial and Quantitative Analysis; 1972; 7, pp. 1477-93. [DOI: https://dx.doi.org/10.2307/2329929]
Fan, Jianqing; Li, Runze. Variable Selection via Nonconcave Penalized Likelihood and Its Oracle Properties. Journal of American Statistical Association; 2001; 96, pp. 1348-60. [DOI: https://dx.doi.org/10.1198/016214501753382273]
Goodfellow, Ian; Bengio, Yoshua; Courville, Aaron. Deep Learning; MIT Press: Boston, 2016.
Grice, John Stephen; Ingram, Robert. Tests of the Generalizability of Altman’s Bankruptcy Prediction Model. Journal of Business Research; 2001; 54, pp. 53-61. [DOI: https://dx.doi.org/10.1016/S0148-2963(00)00126-0]
Hosaka, Tadaaki. Bankruptcy prediction using imaged financial ratios and convolutional neural neworks. Expert Systems with Applications; 2019; 117, pp. 287-99. [DOI: https://dx.doi.org/10.1016/j.eswa.2018.09.039]
Kearns, Michael; Valiant, Leslie. Crytographic [sic] limitations on learning Boolean formulae and finite automata. Symposium on Theory of Computing; 1989; 21, pp. 433-44. [DOI: https://dx.doi.org/10.1145/73007.73049]
Lennox, Clive. Identifying failing companies: A revaluation of the logit, probit and da approaches. Journal of Economics and Business; 1999; 51, pp. 347-64. [DOI: https://dx.doi.org/10.1016/S0148-6195(99)00009-0]
Laitinen, Erkki. Financial Ratios and Different Failure Processes. Journal of Business Finance & Accounting; 1991; 18, pp. 649-73.
Mai, Feng; Tian, Shaonan; Lee, Chihoon; Ma, Ling. Deep learning models for bankruptcy prediction using textual disclosures. European Journal of Operational Research; 2018; 274, pp. 743-58. [DOI: https://dx.doi.org/10.1016/j.ejor.2018.10.024]
Meir, Lukas; Geer, Sara Van de; Bühlmann, Peter. The group lasso for logistic regression. Journal of Royal Statistical Society; 2008; 70, pp. 53-71. [DOI: https://dx.doi.org/10.1111/j.1467-9868.2007.00627.x]
Ohlson, James. Financial Ratios and the Probabilistic Prediction of Bankruptcy. Journal of Accounting Research; 1980; 18, pp. 109-31. [DOI: https://dx.doi.org/10.2307/2490395]
Pompe, Paul; Bilderbeek, Jan. Bankruptcy prediction: The influence of the year prior to failure selected for model building and the effects in a period of economic decline. Intelligent Systems in Accounting, Finance and Management; 2005; 13, pp. 95-112. [DOI: https://dx.doi.org/10.1002/isaf.259]
Reznakova, Maria; Karas, Michal. Bankruptcy Prediction Models: Can the Prediction Power of the Models be Improved by Using Dynamic Indicators?. Procedia Economics and Finance; 2014; 12, pp. 565-74. [DOI: https://dx.doi.org/10.1016/S2212-5671(14)00380-3]
Schapire, Robert. The Strength of Weak Learnability. Machine Learning; 1990; 5, pp. 197-227. [DOI: https://dx.doi.org/10.1007/BF00116037]
Schapire, Robert. A Brief Introduction to Boosting. International Joint Conference on Artificial Intelligence; 1999; 99, pp. 1401-6.
Sfakianakis, Evangelos. Bankruptcy prediction model for listed companies in Greece. Investment Management and Financial Innovations; 2012; 18, pp. 166-80. [DOI: https://dx.doi.org/10.21511/imfi.18(2).2021.14]
Shi, Yin; Li, Xiaoni. An overview of bankruptcy prediction models for corporate firms: A systematic literature review. Intangible Capital; 2019; 15, pp. 114-27. [DOI: https://dx.doi.org/10.3926/ic.1354]
Shin, Kyung-Shik; Lee, Yong-Joo. A genetic algorithm application in bankruptcy prediction modeling. Expert Systems with Applications; 2002; 23, pp. 321-28. [DOI: https://dx.doi.org/10.1016/S0957-4174(02)00051-9]
Tang, Tseng-Chung; Chi, Li-Chiu. Neural networks analysis in business failure prediction of Chinese importers: A between-countries approach. Expert Systems with Applications; 2005; 29, pp. 244-55. [DOI: https://dx.doi.org/10.1016/j.eswa.2005.03.003]
Tian, Shaonan; Yu, Yan; Guo, Hui. Variable selection and corporate bankruptcy forecasts. Journal of Banking & Finance; 2015; 52, pp. 89-100.
Tobback, Ellen; Bellotti, Tony; Moeyersoms, Julie; Stankova, Marija; Martens, David. Bankruptcy prediction for SMEs using relational data. Decision Support Systems; 2017; 102, pp. 69-81. [DOI: https://dx.doi.org/10.1016/j.dss.2017.07.004]
Wang, Zheng. Financial ratio selection for default-rating modeling: A model-free approach and its empirical performance. Journal of Applied Finance; 2004; 14, pp. 20-35.
Zavgren, Christine. Assessing the vulnerability to failure of American industrial firms: A logistic analysis. Journal of Business Finance and Accounting; 1985; 12, pp. 19-45. [DOI: https://dx.doi.org/10.1111/j.1468-5957.1985.tb00077.x]
Zmijewski, Mark. Methodological Issues Related to the Estimation of Financial Distress Prediction Models. Journal of Accounting Research; 1984; 22, pp. 59-86. [DOI: https://dx.doi.org/10.2307/2490859]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
In this study, we apply several advanced machine learning techniques including extreme gradient boosting (XGBoost), support vector machine (SVM), and a deep neural network to predict bankruptcy using easily obtainable financial data of 3728 Belgian Small and Medium Enterprises (SME’s) during the period 2002–2012. Using the above-mentioned machine learning techniques, we predict bankruptcies with a global accuracy of 82–83% using only three easily obtainable financial ratios: the return on assets, the current ratio, and the solvency ratio. While the prediction accuracy is similar to several previous models in the literature, our model is very simple to implement and represents an accurate and user-friendly tool to discriminate between bankrupt and non-bankrupt firms.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details
1 College of Business Administration, Lamar University, Beaumont, TX 77705, USA
2 Department of Mathematics & Natural Science, College of Arts & Sciences, Gulf University for Science & Technology, Mishref 32093, Kuwait;
3 Warocqué School of Business and Economics, University of Mons, 7000 Mons, Belgium;