<!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>ORCID:</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Dimensionality Reduction of Chronic Kidney Disease Data using Principal Components Analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Tetyana Chumachenko</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kseniia Bazilevych</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kharkiv National Medical University</institution>
          ,
          <addr-line>Nauky ave., 4, Kharkiv, 61000</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Aerospace University “Kharkiv Aviation Institute”</institution>
          ,
          <addr-line>Chkalow str., 17, Kharkiv, 61070</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Chronic kidney disease is a long-term progressive decline in kidney function. Chronic kidney disease is widespread throughout the world. The disease is diagnosed in 10-13% of adults, 20% older than 60. Early diagnosis allows for taking timely and effective measures to reduce the risk of developing chronic kidney disease. Automated diagnostics using machine learning methods allow for making a diagnosis at an early stage with high accuracy. However, medical data requires pre-processing, and many attributes can negatively affect the performance. Therefore, the study of intelligent methods for reducing the dimension of medical data samples is relevant. In this article, we have developed a data dimensionality reduction model for patients with suspected chronic kidney disease based on principal component analysis. As a result, an application was implemented that made it possible to reduce the sample size from 13 to 2 principal components using the principal component analysis method. Dimensionality reduction, kidney disease, principal component analysis hard.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>•
•
•
•
•
anorexia;
nausea;
vomiting;
stomatitis;
apathy;
chronic fatigue;
decreased clarity of consciousness;</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>
        Chronic kidney disease is a long-term progressive decline in kidney function [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Any cause can
cause the disease due to a significant kidney function impairment. The most common causes are diabetic
nephropathy, hypertensive nephrosclerosis, and primary and secondary glomerulopathies [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Also, a
common cause of kidney damage is metabolic syndrome, characterized by arterial hypertension and
type 2 diabetes mellitus.
      </p>
      <p>
        Chronic kidney disease is widespread throughout the world. The disease is diagnosed in 10-13% of
the adult population, 20% of whom are older than 60 years [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>Chronic kidney disease in the early stages is described as a decrease in renal reserve or renal
insufficiency that may progress. The loss of renal tissue function has practically no obvious pathological
manifestations because, due to the functional adaptation of the kidneys, the remaining tissue works</p>
      <p>
        With a moderate decrease in renal reserve, the course is often asymptomatic. Symptoms of the
disease develop slowly and in later stages include [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]:
      </p>
      <p>2022 Copyright for this paper by its authors.
• fluid retention;
• muscle convulsions and spasms;
• peripheral neuropathies;
• epileptic seizures;
• etc.</p>
      <p>
        The presence of chronic kidney disease is first suspected with an increase in serum creatine levels
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. At the beginning of the diagnosis, it is determined whether the kidney failure is acute, chronic, or
acute, which has passed into chronic. The examination includes a urinalysis with microscopy of the
urinary sediment, an assessment of the level of electrolytes, urea nitrogen, creatinine, phosphates,
calcium, and a complete blood count. A history of elevated creatinine or abnormal urinalysis is most
helpful in the differential diagnosis. Therefore, early diagnosis is an essential tool for detecting and
preventing acute and chronic kidney disease development.
      </p>
      <p>
        In recent years, data-driven medicine and intelligent technologies for healthcare have been widely
developed. Such approaches are used for automated diagnostics [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], forecasting the development of
infectious morbidity [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], studying epidemic processes [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], analyzing medical data [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], studying factors
affecting the dynamics of morbidity [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], developing medical decision support systems [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], etc.
      </p>
      <p>Machine learning methods are the most effective for automated diagnostics and the development of
physician decision support systems. However, data sets often require pre-processing, and many data
attributes can reduce the accuracy of models. Therefore, an urgent task is to study methods for reducing
data dimension for their application to medical data.</p>
      <p>Therefore, this work aims to develop a model for reducing the dimensionality of these patients with
suspected chronic kidney disease based on principal component analysis.</p>
      <p>
        Research is part of a complex, intelligent information system for epidemiological diagnostics, the
concept of which is discussed in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>2. Materials and Methods</title>
      <p>
        Principal components analysis is one of the main methods of data dimensionality reduction, losing
the least amount of information [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The method is used in many areas, including pattern recognition,
computer vision, and data compression. The calculation of principal components is reduced to the
calculation of eigenvectors and eigenvalues of the covariance matrix of the original data or the singular
value decomposition of the data matrix.
      </p>
      <p>
        Principal components analysis has several basic versions [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]:
• Approximate data by linear manifolds of lower dimension;
• Find subspaces of lower dimension in the orthogonal projection on which the data spread, is
maximum;
• Find subspaces of lower dimension in the orthogonal projection onto which the
root-meansquare distance between points is maximal;
• For a given multidimensional random variable, construct such an orthogonal transformation of
coordinates that, as a result, the correlations between individual coordinates will vanish.
      </p>
      <p>
        The first three options operate on finite data sets. They are equivalent and do not use any hypothesis
about statistical data generation. The last option operates with random variables. Finite sets appear here
as samples from a given distribution, and the solution of the first three problems approximates the true
Karhunen-Loeve transformation [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>Let there be n numerical features fj(x), j=1,…,n. The objects of the training sample will be identified
with their indicative descriptions:
  ≡ ( 1(  ), … ,   (  )),  = 1, … ,  .
(1)</p>
      <p>Consider the matrix F, the rows of which correspond to the indicative descriptions of training
objects:
  × = (
  × = (
 ̅̅ =    ,</p>
      <p>Denote by zi = (g1(xi), …, gm(xi)) feature descriptions of the same objects in the new space Z=Rm of
lower dimension, m &lt; n:
(2)
(3)
(4)
(5)
(6)
(7)</p>
      <p>We require that the original feature descriptions can be restored from new descriptions using some
linear transformation determined by the matrix U=(ujs)n x m:
or in vector notation.</p>
      <p>=1
 ̂ ( ) = ∑   ( )  ,  = 1, … ,  ,  ∈  .</p>
      <p>̂ =    .</p>
      <p>The reconstructed description of the vector form does not have to exactly match the original
description x, but their difference on the objects of the training sample should be as small as possible
for the chosen dimension m. We will search simultaneously for the matrix of new feature descriptions
G and the linear transformation matrix U for which the total discrepancy Δ2(G,U) of the restored
descriptions is minimal:</p>
      <p>=1
∆2( ,  ) = ∑‖ ̂  −   ‖2 = ∑‖    −   ‖2 = ‖   −  ‖2 → min,
 ,
where all norms are Euclidean.
be a representation
and G are orthogonal.
interest.</p>
      <p>•
•</p>
    </sec>
    <sec id="sec-4">
      <title>3. Results</title>
      <p>with the number of columns in the matrix  ̅less than m. Therefore, only cases where m ≤ rank F are of</p>
      <p>If m ≤ rank F, then the minimum of Δ2(G, U) is reached when the columns of the matrix U are the
FTF eigenvectors corresponding to the m maximum eigenvalues. Moreover, G = FU, the matrices U
The main limitations of the principal component method are:
from several initial variables;</p>
      <p>The impossibility of semantic interpretation of the components, since they include dispersion
The method can only work with continuous data.</p>
      <p>
        Assume that the matrices G and U are non-degenerate: rank G = rank U = m. Otherwise there would
The Python language was used to build the dimensionality reduction model. For experimental
studies, a dataset of patients with suspected chronic kidney disease was used [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. It contains measures
is presented in Table 1.
      </p>
      <p>Initially, the data set was divided into objects and the objective function, and data processing was
performed. Then an instance of the principal components analysis object was created and the data
dimension was reduced while maintaining the two principal components. Thus, the new dimension of
the dataset has the form (400, 2), principal component shape is (2, 13). Principal components analysis
coefficients are presented in Table 2.
Visualization of the obtained results is shown in Figure 2.</p>
    </sec>
    <sec id="sec-5">
      <title>4. Conclusions</title>
      <p>Chronic kidney disease is a pressing problem worldwide. An early diagnosis is an effective tool for
reducing the development of chronic kidney disease. Machine learning methods make it possible to
build models for the early detection of a disease, which allows for taking timely, practical measures to
counteract the development of the disease. However, medical data requires preliminary preparation,
and datasets containing many attributes can reduce the accuracy of diagnostic models. Therefore, within
the framework of this study, a model for reducing the dimensionality of data from patients with
suspected chronic kidney disease was developed based on the principal component analysis method.
The constructed model made it possible to reduce the dimension of the dataset from 13 to 2.</p>
      <p>Further research will combine the developed model with machine learning models to classify
suspected chronic kidney disease patients.</p>
    </sec>
    <sec id="sec-6">
      <title>5. Acknowledgements</title>
      <p>The study was funded by the National Research Foundation of Ukraine in the framework of the
research project 2020.02/0404 on the topic “Development of intelligent technologies for assessing the
epidemic situation to support decision-making within the population biosafety management”
6. References</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>Charles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.H.</given-names>
            <surname>Ferris</surname>
          </string-name>
          ,
          <article-title>Chronic kidney disease</article-title>
          ,
          <source>Primary care 47 (4)</source>
          (
          <year>2020</year>
          )
          <fpage>585</fpage>
          -
          <lpage>595</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.pop.
          <year>2020</year>
          .
          <volume>08</volume>
          .001
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Provenzano</surname>
          </string-name>
          , et. al.,
          <article-title>Epidemiology of cardiovascular risk in chronic kidney disease patients: the real silent killer</article-title>
          ,
          <source>Reviews in cardiovascular medicine 20 (4)</source>
          (
          <year>2019</year>
          )
          <fpage>209</fpage>
          -
          <lpage>220</lpage>
          . doi:
          <volume>10</volume>
          .31083/j.rcm.
          <year>2019</year>
          .
          <volume>04</volume>
          .548
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>V.</given-names>
            <surname>Jha</surname>
          </string-name>
          , et. al.,
          <source>Chronic kidney disease: global dimension and perspectives, Lancet</source>
          <volume>382</volume>
          (
          <issue>9888</issue>
          ) (
          <year>2013</year>
          )
          <fpage>260</fpage>
          -
          <lpage>72</lpage>
          . doi:
          <volume>10</volume>
          .1016/S0140-
          <volume>6736</volume>
          (
          <issue>13</issue>
          )
          <fpage>60687</fpage>
          -
          <lpage>X</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.G.</given-names>
            <surname>Shlipak</surname>
          </string-name>
          , et al.,
          <article-title>The case for early identification and intervention of chronic kidney disease: conclusions from a kidney disease: improving global outcomes controversies conference</article-title>
          ,
          <source>Kidney international 99 (1)</source>
          (
          <year>2021</year>
          )
          <fpage>34</fpage>
          -
          <lpage>47</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.kint.
          <year>2020</year>
          .
          <volume>10</volume>
          .012
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.K.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.H.</given-names>
            <surname>Knicely</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.E.</given-names>
            <surname>Grams</surname>
          </string-name>
          ,
          <article-title>Chronic kidney disease diagnostics and management: a review</article-title>
          ,
          <source>Journal of American Medical Association</source>
          <volume>322</volume>
          (
          <issue>13</issue>
          ) (
          <year>2019</year>
          )
          <fpage>1294</fpage>
          -
          <lpage>1304</lpage>
          . doi:
          <volume>10</volume>
          .1001/jama.
          <year>2019</year>
          .14745
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.A.</given-names>
            <surname>Myszczynska</surname>
          </string-name>
          , et. al.,
          <article-title>Applications of machine learning to diagnosis and treatment of neurodegenerative diseases</article-title>
          ,
          <source>Nature Reviews Neurology</source>
          <volume>16</volume>
          (
          <year>2020</year>
          )
          <fpage>440</fpage>
          -
          <lpage>456</lpage>
          . doi:
          <volume>10</volume>
          .1038/s41582- 020-0377-8
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D.</given-names>
            <surname>Chumachenko</surname>
          </string-name>
          , et. al.,
          <article-title>Investigation of statistical machine learning models for COVID-19 epidemic process simulation: random forest, k-nearest neighbors, gradient boosting</article-title>
          ,
          <source>Computation</source>
          <volume>10</volume>
          (
          <issue>6</issue>
          ) (
          <year>2022</year>
          )
          <article-title>86</article-title>
          . doi:
          <volume>10</volume>
          .3390/computation10060086
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Chumachenko</surname>
          </string-name>
          ,
          <article-title>On intelligent multiagent approach to viral Hepatitis B epidemic processes simulation</article-title>
          ,
          <source>Proceedings of the 2018 IEEE 2nd International Conference on Data Stream Mining and Processing</source>
          ,
          <string-name>
            <surname>DSMP</surname>
          </string-name>
          <year>2018</year>
          (
          <year>2018</year>
          )
          <fpage>415</fpage>
          -
          <lpage>419</lpage>
          . doi:
          <volume>10</volume>
          .1109/DSMP.
          <year>2018</year>
          .8478602
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R.</given-names>
            <surname>Tkachenko</surname>
          </string-name>
          , et. al.,
          <article-title>Committee of the SGTM neural-like structures with extended inputs for predictive analytics in insurance</article-title>
          ,
          <source>Communications in Computer and Information Science</source>
          <volume>1054</volume>
          (
          <year>2019</year>
          ). doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -27355-
          <issue>2</issue>
          _
          <fpage>9</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>N.</given-names>
            <surname>Davidich</surname>
          </string-name>
          , et. al.
          <article-title>Monitoring of urban freight flows distribution considering the human factor</article-title>
          ,
          <source>Sustainable Cities and Society</source>
          <volume>75</volume>
          (
          <year>2021</year>
          )
          <article-title>103168</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.scs.
          <year>2021</year>
          .103168
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Chumachenko</surname>
          </string-name>
          , et. al.
          <article-title>Intelligent expert system of knowledge examination of medical staff regarding infections associated with the provision of medical care</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <volume>2386</volume>
          (
          <year>2019</year>
          )
          <fpage>321</fpage>
          -
          <lpage>330</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Yakovlev</surname>
          </string-name>
          , et. al.
          <article-title>The concept of developing a decision support system for the epidemic morbidity control</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <volume>2753</volume>
          (
          <year>2020</year>
          )
          <fpage>265</fpage>
          -
          <lpage>274</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>I.T.</given-names>
            <surname>Jolliffe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cadima</surname>
          </string-name>
          ,
          <article-title>Principal component analysis: a review and recent developments</article-title>
          ,
          <source>Philosophical Transactions of the Royal Society</source>
          <volume>374</volume>
          (
          <year>2065</year>
          ) (
          <year>2016</year>
          )
          <article-title>20150202</article-title>
          . doi:
          <volume>10</volume>
          .1098/rsta.
          <year>2015</year>
          .0202
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>D.</given-names>
            <surname>Groth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hartmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Klie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Selbig</surname>
          </string-name>
          ,
          <article-title>Principal components analysis</article-title>
          ,
          <source>Methods in molecular biology 930</source>
          (
          <year>2013</year>
          )
          <fpage>527</fpage>
          -
          <lpage>47</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-1-
          <fpage>62703</fpage>
          -059-5_
          <fpage>22</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Ai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lv</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Tian</surname>
          </string-name>
          ,
          <article-title>Karhunen-Loève Expansion for the Second Order Detrended Brownian Motion</article-title>
          ,
          <source>Abstract and Applied Analysis</source>
          <year>2014</year>
          (
          <year>2014</year>
          )
          <article-title>457051</article-title>
          . doi:
          <volume>10</volume>
          .1155/
          <year>2014</year>
          /457051
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <article-title>Chronic Kidney Disease Data Set, UCI Machine Learning Repository (</article-title>
          <year>2019</year>
          ). Available at: https://archive.ics.uci.edu/ml/datasets/Chronic_Kidney_
          <source>Disease (accessed on 30.09</source>
          .
          <year>2022</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>