<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Modern Data Science Technologies Doctoral Consortium, June</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Forecasting credit risk using multinomial logistic regression⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mariya Nazarkevych</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rostyslav Yurynets</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zoryna Yurynets</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Systems and Networks, Lviv Polytechnic National University</institution>
          ,
          <addr-line>Lviv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Ivan Franko Lviv National University</institution>
          ,
          <addr-line>Lviv</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>15</volume>
      <issue>2025</issue>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>The article evaluates and forecasts credit risk. The proposed multinomial logistic regression model allows to evaluate and forecast the credit risk indicator of financial institutions taking into account various factors. The following factors were used in the study: average monthly income, sum of the credit, term of the credit, interest rate, age, expert's assessment of a professional, economic and social status of the client. The use of regression analysis methods allows to identify implicit relationships between elements of credit transactions and to solve many problems related to the analysis and forecasting of credit risk. Multinomial logistic regression allows financial institutions to classify credits into multiple classes, providing a more granular view of credit risk that better reflects the complexity of real-world lending outcomes.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Machine Learning</kwd>
        <kwd>Credit Risk</kwd>
        <kwd>Multinomial Logistic Regression Model</kwd>
        <kwd>Factors</kwd>
        <kwd>Forecasting 1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
    </sec>
    <sec id="sec-2">
      <title>2. Literature review</title>
      <p>Several important studies have investigated the use of MLR in the context of credit risk modeling.
A study by Arutjothi and Senthamarai compared the performance of a standard Multinomial
Logistic Regression model against a tuned version for credit risk assessment and default
classification [5]. Their analysis was based on a financial dataset from the UCI repository, which
included 30,000 records centered on default prediction indicators. The research concluded that
Multinomial Logistic Regression performs significantly better than other classifier models in
predicting credit risk. Their results showed that a KM-MLR model achieved the highest
performance, with both precision and accuracy reaching 82%. It was also noted that their tuned
MLR model outperformed the standard version, showing a performance increase of about 2%. The
researchers benchmarked MLR against other classification methods, such as the K-Nearest
Neighbour (K-NN) classifier, standard Logistic Regression (LR), and Decision Tree (DT) classifiers,
finding MLR to have superior predictive power for credit risk assessment.</p>
      <p>The strong performance of MLR is due to several key characteristics. These include its capacity
to manage multiple outcome categories at once, its relative ease of interpretation compared to
"black box" machine learning models, and its ability to effectively model the intricate relationships
between predictor variables and credit outcomes. These features make MLR an excellent choice for
credit risk modeling, where both predictive accuracy and model transparency are highly valued.</p>
      <p>Further contributions come from Adha, Nurrohmah, and Abdullah, who used a multinomial
logistic regression model to identify factors influencing default and attrition events in credit
scenarios [35]. They used credit card datasets to pinpoint which factors affected different credit
outcomes and also proposed spline regression with a truncated power basis as a complementary
method to MLR. Similarly, Motedayen et al. conducted a study to identify and assess factors that
impact credit risk management by applying the multinomial logistic regression model [34]. Their
research helps clarify which variables are most influential on credit risk across various categories.</p>
      <p>Studies using MLR have identified several variables with statistical significance in forecasting
credit risk. Although not all sources provide extensive details, the literature indicates that variables
such as credit value, age, past credit history, occupation, the term of credit repayment, number and
amount of installments, history of credit extensions, collateral type, average account balance,
facility interest rate, type of facility, and education level can all have a significant effect on the
credit risk assessment for individual borrowers.</p>
      <p>In addition to traditional financial data, there is a growing interest in using alternative data
sources to improve predictive accuracy in credit risk modeling. Such sources might include social
media activity, utility payment records, and other non-traditional indicators of a person's
creditworthiness. The use of this alternative data is a developing area in credit risk modeling, and
the flexibility of MLR makes it a suitable method for incorporating these varied data types.</p>
      <p>Despite its benefits, using MLR for credit risk modeling comes with certain challenges and
limitations that must be managed. Common issues in credit risk modeling that also affect MLR
include data imbalance, feature selection, model interpretability, and computational efficiency.
Model interpretability can be seen as both a strength and a weakness of MLR. While it is more
transparent than many "black box" methods, its application in credit decisions affecting consumers
requires clear explanation. The coefficients in an MLR model can be understood to see the link
between predictor variables and the probabilities of outcomes, but the multi-class nature of MLR
adds a layer of complexity not present in binary logistic regression.</p>
      <p>Furthermore, validation frameworks may need to be updated to manage the complexities of
machine learning applications in credit risk modeling [13]. As MLR and similar techniques become
more widespread, having strong validation processes is crucial for meeting regulatory standards
and for effective risk management.</p>
      <p>When measured against more advanced models like Random Forest and LightGBM, MLR
remains a strong contender in certain situations. One comparative study showed that while
advanced algorithms often deliver powerful predictions, MLR is still competitive, particularly when
dealing with clearly defined categorical outcomes [11]. Research on "Buy Now Pay Later"
customers has demonstrated MLR's flexibility in evaluating credit risk for various financial
products. That study compared MLR's performance to both standard and advanced models,
confirming its continued relevance in modern credit risk assessment.</p>
      <p>Key strengths of MLR include:
• Multi-Class Classification: Unlike binary logistic regression, MLR can assign borrowers to
several categories, such as defaulted, non-defaulted, or late payments, which is valuable for detailed
credit assessments.</p>
      <p>• Interpretability: A significant advantage of MLR is its interpretability. The model's
coefficients are easily interpreted as odds ratios, showing how a change in a predictor variable
impacts the likelihood of each outcome. This transparency is vital for financial institution
stakeholders who rely on model outputs for lending decisions.</p>
      <p>• Probability Estimates: MLR calculates probability estimates for each class, which helps
lenders see not only the most probable category for a borrower but also the level of uncertainty in
that prediction. This capability is essential for risk management, as it allows institutions to better
evaluate potential risks.</p>
      <p>• Computational Efficiency: MLR algorithms are generally less demanding on resources than
more complex models like deep learning networks. This is an advantage in settings with limited or
expensive computational power. For example, one implementation of MLR on a large, encrypted
dataset took about 17 hours on a single machine, proving it can produce results without requiring
excessive computing resources.</p>
      <p>Practical applications of MLR include:
• Risk Segmentation: MLR is effective for dividing borrowers into different risk segments. A
study by Anderson [4] used MLR to sort borrowers into low, medium, and high-risk groups based
on their financial behavior and credit history, achieving high accuracy and enabling more
sophisticated credit decisions.</p>
      <p>• Default Prediction for SMEs: Smith and Johnson [38] applied MLR to forecast the
probability of default for small and medium enterprises (SMEs), classifying them as "no default,"
"partial default," or "full default," which demonstrated MLR's ability to handle complex default
behaviors.</p>
      <p>• Portfolio Management: In portfolio management, MLR is used to evaluate risk distribution
across various asset classes. A study by Brown et al. [8] utilized MLR to assess the risk profiles of
different credit portfolios, which helped improve risk diversification and allocation strategies.</p>
      <p>• Granular Risk Analysis: MLR allows for detailed risk segmentation, which is important for
setting prices and determining capital reserves. Chen et al. [10] used MLR to forecast S&amp;P ratings
for companies by incorporating liquidity ratios, leverage, and industry volatility, reaching an
accuracy of 78% and outperforming ordered logit models in cases where ratings did not have a
natural order.</p>
      <p>• Use of Alternative Data: Martinez &amp; Ruiz categorized personal credit applicants into "low,"
"medium," and "high" risk groups using MLR combined with alternative data like rent payment
history and utility bills.</p>
      <p>Recent progress in MLR has involved integrating it with other machine learning techniques to
boost predictive power. For instance, hybrid models that merge MLR with decision trees or neural
networks have shown potential for increasing accuracy and robustness in credit risk modeling. The
application of regularization techniques such as LASSO and Ridge regression has also been
investigated to tackle multicollinearity and enhance model generalization.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>For credit risk assessment, a relationship should be established between factors and probability size
of credit risk. We will take the credit risk indicator according to three values (satisfy, partially
satisfy and not satisfy). Therefore, it is necessary to forecast the credit risk indicator a model of
multinomial logistic regression. Multinomial logistic regression is used to forecast the probability
of an event by the values of a set of features.</p>
      <p>In order to predict the future state of credit risk, it is important to model it. This implies using
several quantitative factors (behavioral factors) to estimate a qualitative variable (intellectual
factors). You can use tools that help you choose the best numbers to measure things in a way that
discriminates between different groups. Multinomial logistic regression enables the identification
of the group of credit risk. Furthermore, multinomial logistic regression enables the consideration
of the likelihood that a risk will be categorized as a specific group risk.</p>
      <p>All multiple-choice options are assigned numbers in a random sequence ranging from 0, 1, 2, ...,
K [39]. The likelihood of any given option occurring is determined using a polynomial logit model.</p>
      <p>
        exi qk
P ( zi=k )= K
∑ exi qk (
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
k=0
where qk are unknown parameters; x1 is individual creditworthiness ratio; x2 is age; x3 is expert
assessment of the profession and the socio-economic status of the client.
      </p>
      <p>
        The following notations are presented here [12]:
q = (q0, q1,…,qs)T,
xi = (1, xi1,…,xis),
xiq = q0 + q1xi1 + q2xi1 +…+ qsxis
To identify model (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ), it is common to rely on rationing. qK= 0 [16]. Then
      </p>
      <p>P ( zi=k )=
P ( zi= K −1 ). The probability of selecting the final option,P ( zi= K ), is not directly calculated but
is instead determined separately based on formula (4).</p>
      <p>Based on the entered variable uij, we formulate the logarithmic likelihood function[18, 35]
By differentiating expression (5) with respect to qj, we derive a set of equations that characterize
the maximum likelihood estimation system</p>
      <p>n K
ln G=∑ ∑ uij ln
i=1 j=0
( ∑J exi qk )</p>
      <p>k=0
∂ ln G n K ∂</p>
      <p>
        =∑ ∑ u ln
∂ q j i=1 j=0 ij ∂ q j
( ∑J exi qk )=
k=0
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
(5)
K J
∑ exi qs exi qk ∑ exi qs−exi qk exi qk
s=0
      </p>
      <p>J
(∑ exi qs)
s=0</p>
      <p>2
x'i=0
, k = 0, 1, 2, …, K–1.</p>
      <p>The solution for this system, assuming qk = 0, is determined numerically using the
NewtonRaphson method [31]. The computational procedure is organized in such a way that the model
values corresponding to the final alternative are set to zero. In practical terms, if q0 = 0 is required
instead of qk, the data related to the alternative with k = 0 must be input last.</p>
      <p>The Newton-Raphson method typically necessitates multiple iterative steps to achieve
convergence [37].</p>
      <p>The implementation of the Newton-Raphson method necessitates the computation of a matrix
consisting of second-order partial derivatives:
= ∑i=1 ∑k=0 uij s=e0 xi qk (
n K
n exi qk
= i=1 ( ∑ exi qs )
∑ uik 1− K</p>
      <p>s=0
qt+1=qt−
∂ ln ⁡G ( qt ) [ ∂2 ln ⁡G ( qt ) ]
∂ q ∂ q ∂ q '</p>
      <p>−1
∂2 ln G
∂ q j ∂ q'i
=– ∑ (
n
i=0</p>
      <p>n
∂
∂ q'i ∑i=1 (
=
∑ exi qs ) =
uij− K x'i</p>
      <p>s=0
s=0</p>
      <p>K
exi qk ∑ exi qs−exi qk exi qk</p>
      <p>K
(∑ exi bk)
k=0
2
) xi xi=</p>
      <p>'
= i=0 [ ∑K exi qs (</p>
      <p>n exi qk
– ∑
s=0
∑ exi qs )]</p>
      <p>exi qk
E ( k =l )− K
s=0</p>
      <p>'
xi xi
(6)
(7)
(8)</p>
      <p>In the resulting expression, E(k = l) equals 1 when k is equal to l and 0 otherwise.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Empirical results</title>
      <p>The evaluation of client solvency by the model of multinomial logistic regression in the presented
paper required the statement of correlation between risk factors and probability size of credit risk.
Table 1 presents a matrix fragment of values of nine indexes which were selected during the
analysis in which a binary variable y describes the following situations: 0 is no credit provided, 1 is
credit provided, 2 is partially credit provided.</p>
      <p>Table 1 introduces designations: d – average monthly income, s – the sum of the credit, t – the
term of the credit, r – an interest rate, В – the age, О – expert’s assessment of a professional,
economic and social status of the client.
The calculation of solvency coefficient of the ownership is performed by a formula:
r
10
12
11
14
11
12
11
12
В, years
48
39
63
55
68
56
37
44
О
4
4
4
5
5
2
2
3
No.
11
12
13
14
15
16
17
18
z
1
1
0
1
0
0
2</p>
      <p>
        The prepared dataset, partially outlined in Table 2, is utilized to estimate the unknown
parameters of the multinomial logistic regression model (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ). In this context, x1 represents the
individual's creditworthiness ratio, x2 corresponds to the age of the individual, and x3 denotes the
expert evaluation of the client’s profession and socio-economic status.
      </p>
      <p>We explore the relationship between the dependent variable z and the factors x1, x2, and x3 by
developing a multinomial logistic regression model. The parameters of this model are detailed in
table 3.
3</p>
      <p>The derived expression can be utilized to estimate the likelihood of credit risk based on varying
factor values.</p>
      <p>In particular, Fig. 1 and 2 show the dependence of the credit risk indicator (probability of
granting credit to customers) on the change in the factor d (average monthly income) for certain
values of the factor s (sum of the credit) and fixed values of the factors t, r, B, O (t=18, r=11, B=40,
O=4).</p>
      <p>Figures 1 and 2 show a decrease in the probability of granting credit and an increase in the
probability of partial granting credit provided that the amount of the credit increases.</p>
      <p>When a larger credit amount is requested, the credit risk for a bank increases because of the
greater potential loss from a borrower default. This results in a lower probability that the bank will
grant the full requested amount. To mitigate this risk, banks are more likely to approve a partial
credit amount instead. This strategy allows them to limit their financial exposure while still
partially meeting the borrower's needs.</p>
      <p>Figures 3 and 4 show the dependence of the credit risk indicator on the change in the factor s
(sum of the credit) for certain values of the factor r (interest rate) and a fixed value of the factors d,
t, B, O (t=18, d=9000, B=52, O=3).</p>
      <p>Figures 3 and 4 show an increase in the probability of granting a credit and a decrease in the
probability of partial granting a credit due to an increase in the interest rate.</p>
      <p>A higher interest rate on a loan increases the cost for the borrower, making the credit less
appealing and more expensive to service. However, from the bank's perspective, a higher rate can
increase the likelihood of the credit being granted, as the increased rate compensates for the
elevated risk and generates more profit for the institution. Conversely, a higher interest rate tends
to lower the probability of a partial credit grant. This is because the bank aims to avoid the extra
operational costs and complexities of partial lending while maximizing profit from the full loan
amount. A higher rate enables the bank to earn more income even from a fully granted credit,
which reduces the incentive for partial disbursements.</p>
      <p>Now let's estimate the probabilities of granting credits to new customers using the developed
model. The information for estimating the granting of credits is presented in Table 4.</p>
      <p>The calculations show that it is possible to provide credit only to the second and third clients.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>Multinomial Logistic Regression offers significant advantages for credit risk modeling by providing
a strong balance of predictive accuracy, transparency, and the ability to classify outcomes into
multiple categories. The reviewed literature shows that MLR performs better than several other
methods in predicting credit risk. These performance benefits, along with its capacity for
multiclass classification, make it an extremely useful tool for financial institutions looking to improve
their credit risk assessment processes.</p>
      <p>To successfully apply MLR for credit risk modeling, it is essential to pay close attention to data
preprocessing, parameter tuning, and the selection of variables. As the field of credit risk
assessment continues to advance through the use of alternative data and hybrid models, MLR will
likely continue to be a key part of the credit risk modeling toolkit. It can be used either as a
standalone model or as a component in ensemble methods that utilize its strengths while
compensating for its weaknesses.</p>
      <p>Future research should focus on combining MLR with other complementary techniques,
applying it to new alternative data sources, and developing methods to overcome challenges like
data imbalance and complex validation needs. Such advancements will make MLR even more
useful in credit risk modeling and will help establish more effective risk management practices in
financial institutions across the globe. In summary, multinomial logistic regression is a highly
relevant tool for credit risk modeling due to its flexibility in managing multi-class situations, its
interpretability, and its ability to adapt to ordinal ratings. Research consistently confirms its value
in real-world banking risk assessments, positioning it as a core component of modern credit risk
strategies.</p>
    </sec>
    <sec id="sec-6">
      <title>Declaration on Generative AI</title>
      <p>The authors have not employed any Generative AI tools.
[4] Anderson J. Multinomial Logistic Regression in Credit Risk Assessment, 2018. Journal of</p>
      <p>Financial Risk Management.
[5] Arutjothi G., &amp; Senthamarai C. Efficient Analysis of Financial Risks Using Multinomial</p>
      <p>Logistic Regression. Iconic Research and Engineering Journals, 8(6), 893-899, 2024.
[6] Bae S., et al. Survival MLR for Default Timing Prediction. Journal of Banking &amp; Finance, 2023.
[7] Brown T., et al. Rating Transitions in Mortgage Portfolios. Financial Analysts Journal, 2021.
[8] Brown T., et al. (2019). "Risk Diversification in Loan Portfolios: A Multinomial Logistic</p>
      <p>
        Approach." Financial Analysts Journal.
[9] Credit Rate by Ordinal Multinormal Regression. MathWorks. Retrieved from
https://www.mathworks.com/help/risk/credit-rate-by-ordinal-multinormal-regression.html
[10] Chen Y., et al. Predicting Corporate Ratings with MLR. Journal of Credit Risk, 2019.
[11] Caner Tas, et al. Comparison of Machine Learning and Standard Credit Risk Models
Performances in Credit Risk Scoring of Buy Now Pay Later Customers. Middle East Technical
University, 2023.
https://open.metu.edu.tr/bitstream/handle/11511/104525/Comparison_of_Machine_Learning_a
nd_Standard_Credit_Risk_Models__Performances_in_Credit_Risk_Scoring_of_Buy_Now_Pay
_Later_Customers.pdf
[12] C. Ryan, Categorical Data Analysis. In: Data Science with R for Psychologists and Healthcare
Professionals, CRC Press, 2021, available at: https://doi.org/10.1201/9781003106845-22
(accessed 21 January 2022)
[13] Deepa Shukla, Sunil Gupta. Machine Learning in Credit Risk Assessment: A Comprehensive
Review. Journal of Economics and Statistics, 4(
        <xref ref-type="bibr" rid="ref3">3</xref>
        ), 1-7, 2024.
https://journal.esrgroups.org/jes/article/view/6788
[14] Kyoohyung Han, et al. Efficient Logistic Regression on Large Encrypted Data. Cryptology
ePrint Archive, 2018. https://eprint.iacr.org/2018/662.pdf
[15] Feng Y., et al. Dynamic MLR for Economic Cycles. International Journal of Forecasting, 2022.
[16] G. James, D. Witten, T. Hastie, R. Tibshirani. Statistical Learning. In: An Introduction to
Statistical Learning, Springer Science+Business Media, LLC, 2021, pp. 15–57, available at:
https://doi.org/10.1007/978-1-0716-1418-1_2 (accessed 21 January 2022)
[17] Garcia M., et al. Hybrid Models in Peer-to-Peer Lending. FinTech Journal, 2022.
[18] J. H. Kim, Multicollinearity and misleading statistical results, Korean journal of
anesthesiology, 72(6), 2019, рр. 558-569.
[19] Joseph L. Breeden. A survey of machine learning in credit risk. Journal of Credit Risk, 17(
        <xref ref-type="bibr" rid="ref3">3</xref>
        ),
162, 2021.
https://www.risk.net/journal-of-credit-risk/7878976/a-survey-of-machine-learningin-credit-risk
[20] K. B. Salem, A. B. Abdelaziz. Conduct a multivariate analysis by logistic regression, La Tunisie
médicale, 98(7), 2020, рр. 537-542
[21] Kim S., et al. Regularized MLR for Transaction Data. Machine Learning in Finance, 2023.
[22] Lee H., et al. (2021). "Hybrid Models for Credit Risk Prediction: Integrating MLR with Machine
      </p>
      <p>Learning." Computational Finance and Economics.
[23] Luka Vidovic, Lei Yue. Machine Learning and Credit Risk Modelling. S&amp;P Global Market
Intelligence, 2020.
https://www.spglobal.com/marketintelligence/en/documents/machine_learning_and_credit_ri
sk_modelling_november_2020.pdf
[24] Logistic Regression: Overview and Applications. Keylabs AI Blog. Keylabs AI, 2024
https://keylabs.ai/blog/logistic-regression-overview-and-applications/
[25] Lee H., et al. Modeling Credit Card Delinquency. Computational Finance and Economics, 2022.
[26] Lofstrom T. Credit Scoring with Machine Learning, 2022.</p>
      <p>
        http://kth.diva-portal.org/smash/get/diva2:1833653/FULLTEXT01.pdf
[27] Luana Cristina Rogojan, Andreea Elena Croicu and Laura Andreea Iancu. Modern Approaches
in Credit Risk Modeling: A Literature Review. Proceedings of the International Conference on
Business Excellence, 17(
        <xref ref-type="bibr" rid="ref1">1</xref>
        ), 676-685, 2023. https://sciendo.com/article/10.2478/picbe-2023-0145
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A</given-names>
            <surname>Data Science</surname>
          </string-name>
          <article-title>Case Study with R and mlr</article-title>
          . Alpha-epsilon,
          <year>2018</year>
          . http://www.alphaepsilon.de/r/2018/07/13/a
          <article-title>-data-science-case-study-with-r-and-mlr.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Agarwal</surname>
            <given-names>A.</given-names>
          </string-name>
          , et al.
          <article-title>Fairness in Credit Scoring: A Multinomial Logistic Approach</article-title>
          .
          <source> Journal of Responsible AI</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Alam</surname>
            <given-names>T.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Hao</surname>
            <given-names>Y.</given-names>
          </string-name>
          <article-title>Review of the literature on credit risk modeling: Emphasis on machine learning techniques</article-title>
          .
          <source>Semantic Scholar</source>
          ,
          <year>2019</year>
          . https://www.semanticscholar.org/paper/
          <article-title>Reviewof-the-literature-on-credit-risk-modeling:-Alam-Hao/ 5a2ebab358547218215b3e47763ab6b5ff3b6794</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>