<!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>A. Bielinskyi);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Interpretable Machine Learning using Visibility Graph and Random Forests</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrii Bielinskyi</string-name>
          <email>bielinskyi@kneu.dp.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vladimir Soloviev</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andriy Matviychuk</string-name>
          <email>matviychuk@kneu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Halyna Velykoivanenko</string-name>
          <email>ivanenko@kneu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Kryvyi Rih State Pedagogical University</institution>
          ,
          <addr-line>54 Gagarin Ave., Kryvyi Rih, 50086</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Kyiv National Economic University named after Vadym Hetman</institution>
          ,
          <addr-line>54/1 Beresteysky Ave., Kyiv, 03057</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>State University of Economics and Technology</institution>
          ,
          <addr-line>16 Medychna Str., Kryvyi Rih, 50005</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>We examine whether network representations of financial series produce interpretable predictive signals. Daily S&amp;P 500 prices are mapped to Natural Visibility Graph (NVG), from which we extract multi-scale topological and spectral descriptors using overlapping windows of 100, 250, and 500 trading days. These features drive Random Forest (RF) models for two 7-day-ahead tasks: (i) directional classification (up/down) and (ii) magnitude regression of standardized forward returns, with training and evaluation conducted in temporal order. RFs are used for their robustness to heterogeneous inputs and their built-in mean decrease in impurity (MDI), enabling direct ranking of NVG features by contribution to performance. Out-of-sample, the classifier attains ROC-AUC = 0.62 and accuracy ≈ 0.584 on balanced classes statistically meaningful yet economically modest. Beyond point accuracy, the approach yields transparent importance profiles that identify which NVG attributes are most informative for short-horizon forecasts. Overall, the evidence indicates that VG features provide complementary, structure-aware information for stock-index prediction while preserving interpretability through RF-based importance analysis.</p>
      </abstract>
      <kwd-group>
        <kwd>Visibility graph</kwd>
        <kwd>complex networks</kwd>
        <kwd>Random Forest</kwd>
        <kwd>S&amp;P 500</kwd>
        <kwd>feature importance</kwd>
        <kwd>interpretable machine learning</kwd>
        <kwd>network measures</kwd>
        <kwd>sliding window1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Financial indexes like the S&amp;P 500 display rich, nonlinear behavior that challenges conventional
forecasting. A growing line of work uses complex network theory to represent time series as graphs,
enabling structural analysis across scales [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In particular, the visibility graph (VG) maps each time
point to a node and links pairs that have a direct line of sight in the time value plane, translating
geometric relations into network topology [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This representation preserves key properties of the
signal and supports high-level descriptors
e.g., connectivity and clustering
that summarize
temporal dynamics [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. In short, network mappings let us study financial series with
graphtheoretic tools, yielding features that capture temporal complexity beyond standard statistics.
      </p>
      <p>
        The rationale for network-based forecasting is to expose structural information that time-domain
methods can miss. Measures such as average degree, clustering, spectral radius, and path-length
phenomena like volatility clustering and
cyclicity [
        <xref ref-type="bibr" rid="ref1 ref3">1, 3</xref>
        ]. Prior studies show that VGs retain essential dynamics and produce discriminative
features for prediction [
        <xref ref-type="bibr" rid="ref3 ref5">3, 5</xref>
        ]; for equity indices, VG-based analysis has delivered signals at both short
and longer horizons [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ]. This aligns with a broader trend of combining topological data analysis
with machine learning (ML), since network-derived features complement traditional predictors and
enrich the feature set [
        <xref ref-type="bibr" rid="ref1 ref9">1, 9</xref>
        ].
      </p>
      <p>
        At the same time, interpretability has become central in ML especially in finance, where
understanding model rationale is critical. Black-box models (e.g., deep networks) can obscure
decision drivers and raise risk concerns [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Random Forests (RFs) offer a middle ground: competitive
accuracy together with built-in feature importance
error reduction across trees [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Such transparency is valuable for analysts and regulators who need
to know which inputs drive forecasts. RFs therefore bridge complex, data-driven analysis and the
need for explanation.
      </p>
      <p>
        Motivated by these developments, we study RFs as interpretable rankers of VG-derived features
for financial forecasting. Using the S&amp;P 500, we construct VGs on sliding windows of 100, 250, and
500 trading days to capture evolving structure [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. From each window we extract topological
descriptors (average degree, clustering, spectral radius, path-length metrics), then train RFs for two
tasks: (i) regression of the 7-day forward return and (ii) classification of 7-day direction. Our objective
is not to surpass forecasting benchmarks, but to use RFs to identify which VG features carry the
strongest predictive signal.
      </p>
      <p>
        In summary, we integrate complex network representations with interpretable ML to advance
financial time-series modeling. Representing an index as a VG yields a spectrum of structural features
[
        <xref ref-type="bibr" rid="ref24">2 4</xref>
        ]; RF analysis then highlights the most informative among them for short-term forecasting [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
The approach ties time-series network characteristics to later market movements and provides a
practical, feature-oriented guide for prioritizing the most impactful complex-network features.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Literature Review</title>
      <p>2.1.</p>
      <sec id="sec-2-1">
        <title>Network-Based Approaches in Financial Market Analysis and Forecasting</title>
        <p>
          VGs map a time series into a network by linking samples that satisfy a line-of-sight criterion,
preserving salient geometric dynamics of the original signal [
          <xref ref-type="bibr" rid="ref1 ref10 ref2">1, 2, 10</xref>
          ]. For financial data, VGs uncover
scale-free degree distributions and long-range dependence (e.g., global indices with power-law
scaling), and VG-based metrics degree statistics, entropy, clustering capture nonlinear patterns that
traditional statistics may miss; they have also been used for characterization and prediction of price
movements [11 13].
        </p>
        <p>
          Complementary to VGs, correlation-based market networks (and their minimum spanning trees,
MSTs) reveal hierarchical structures (e.g., sectoral clustering) and trace regime shifts: during crises
networks densify and lose modularity; in tranquil phases they are sparser and more fragmented [14
18]. Such topology shifts support regime detection and systemic-risk analysis, while spillover and
co-movement graphs help model contagion across markets [
          <xref ref-type="bibr" rid="ref19 ref20">19, 20</xref>
          ].
        </p>
        <p>
          Beyond description, forecasting the network itself (e.g., correlation-link addition/removal) via ML
with node/edge features improves predictive accuracy over raw correlations and enhances portfolio
rebalancing and risk control [
          <xref ref-type="bibr" rid="ref21 ref22">21, 22</xref>
          ]. Network centrality also informs allocation: favoring peripheral
(low-centrality) assets tends to improve diversification and stabilize performance in stress periods
[
          <xref ref-type="bibr" rid="ref23">23</xref>
          ].
        </p>
        <p>Recent work leverages graph neural networks (GNNs) to jointly learn temporal and
cross-sectional dependencies. Spatio-temporal GAT variants (e.g., FSTGAT) have outperformed
LSTM/XGBoost baselines, particularly in volatile regimes, and can anticipate turning points by
learning dynamic inter-asset relations though interpretability remains a key concern prompting
research on explainable GNNs [24 29].</p>
        <p>
          Recent work integrates VG features ML models for time-series forecasting and classification,
leveraging network metrics such as degree, path length, and centrality as informative
representations of temporal patterns [
          <xref ref-type="bibr" rid="ref30 ref31">30, 31</xref>
          ]. In finance, studies like these [
          <xref ref-type="bibr" rid="ref32 ref33">32, 33</xref>
          ] showed that VG-derived
topological indicators rise during market turbulence, enabling classifiers such as SVM and  -NN to
predict next-day volatility with over 70% accuracy. Yao similarly used VG metrics with logistic
regression to classify stock valuations, and Kutluana et al. applied weighted VGs to heartbeat data for
medical prediction tasks [34, 35
particularly in interpretable ML settings [
          <xref ref-type="bibr" rid="ref36 ref37">36, 37</xref>
          ].
        </p>
        <p>
          Among ML approaches, RFs are especially well-suited for VG-based forecasting due to their
flexibility and built-in feature importance metrics. Studies by Singh et al. and Bocaccio et al. have
demonstrated improved accuracy using RFs with VG inputs in contexts ranging from financial time series
to audio signal classification [
          <xref ref-type="bibr" rid="ref38 ref39">38, 39</xref>
          ]. In finance, RFs not only match or exceed traditional models in
forecasting tasks (e.g. S&amp;P 500 direction) but also clarify which VG metrics like clustering or degree
heterogeneity most influence predictions [
          <xref ref-type="bibr" rid="ref40 ref41">40, 41</xref>
          ].
        </p>
        <p>
          Network-based methods from correlation graphs to GNNs have proven effective in capturing
complex dependencies in financial data that traditional models often miss [
          <xref ref-type="bibr" rid="ref26 ref28 ref30 ref42">26, 28, 30, 42</xref>
          ]. This study
contributes to that paradigm by using VGs to transform individual stock time series into networks,
enabling the extraction of topological features (e.g., degree, clustering, motifs) that reveal volatility
and structural complexity [
          <xref ref-type="bibr" rid="ref13 ref33 ref37 ref41">1 3, 33, 37, 41</xref>
          ]. VG features thus offer intra-series analogs to inter-asset
correlation networks, encoding rich temporal dynamics.
        </p>
        <p>We extend this framework by pairing VG-derived features with RF, emphasizing interpretability
alongside predictive performance. Unlike black-box models such as GNNs, RFs provide transparent
insights via feature importance scores, supporting explainable AI in finance. Our approach bridges
descriptive VG analysis and interpretable forecasting, showing how structural features of price series
can improve predictions while revealing which patterns matter most. By doing so, we advance
structure-aware modeling with a method that is both rigorous and accessible for practical
decision-making.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Research Methodology</title>
      <p>3.1.</p>
      <sec id="sec-3-1">
        <title>Visibility Graph Representation</title>
        <p>
          We generate VGs from time series data using the natural VG (NVG) algorithm, following the
approach introduced in the original study [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. In this method, each time point  becomes a node, and
two nodes  &lt;  i.e., if every
intermediate point  with  &lt;  &lt;  satisfies:
 − 
  &lt;   + (  −   )  −  .
        </p>
        <p>This condition ensures the straight line connecting points ( ,   ) and ( ,   ) lies above all
intermediate points ( ,   ), establishing visibility. Applying this rule, we construct an undirected VG  =
( ,  ), where | | =  nodes correspond to the time series length. Due to the nature of the
construction, each VG is fully connected across consecutive time steps. The resulting binary, symmetric
adjacency matrix  encodes the structural profile of the time series as a complex network. All further
network-based analysis is conducted on these graphs.
3.2.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Spectral and Topological Measures of Network Structure</title>
        <p>Once the VGs are constructed, we compute a suite of topological and spectral metrics to quantify
their structural properties.</p>
        <p>Clustering Metrics: Global Clustering Coefficient ( ) captures the likelihood of triangle
formation by averaging local clustering over all nodes:  =  −1 ∑ =1 2  ⁄  (  − 1) where   is the
number of connections among node  Transitivity ( ) measures the ratio of closed
triplets to all connected triplets, indicating overall triangle density. Square Clustering evaluates the
frequency of 4-node cycles, reflecting square-like substructures in the graph.</p>
        <p>Efficiency and Path Length: Global Efficiency   is the average inverse shortest-path length
across all node pairs, indicating network-wide navigability. Local Efficiency   captures the
effi-world networks
and low average path length, combining local clustering with global
contypically exhibit high  
nectivity.</p>
        <p>Assortativity ( ): Measures the correlation of node attributes (e.g., degree) at both ends of an
edge. Positive  implies similar nodes connect; negative  implies dissimilarity.</p>
        <p>Centrality and Hubs: Maximum Degree   indicates the most connected node, suggesting
dominant time points. Betweenness Centrality   quantifies how often a node lies on shortest paths,</p>
        <p>Small-Worldness ( ): Defined as ( ⁄  )⁄( ⁄  ), where   and   are clustering and path
length in a random graph.  &gt; 1 indicates small-world structure high local clustering with short
global paths.</p>
        <p>Spectral Measures: Graph Index Complexity ( ) uses the spectral radius   of the adjacency
matrix to capture structural complexity:  = 1 − (2 − 1)2, where  is the normalized spectral
radius.  peaks for intermediate connectivity, distinguishing graphs that are neither too sparse
nor too dense. Algebraic Connectivity  2 (second-smallest Laplacian eigenvalue) reflects overall
network cohesion and robustness. Adjacency Spectral Gap   =  1 −  2 assesses the dominance of the
leading eigenmode; a large gap suggests integration, while a small gap indicates community
structure.</p>
        <p>Together, these metrics characterize both local motifs and global architecture of the VG, offering
a
multi3.3.</p>
      </sec>
      <sec id="sec-3-3">
        <title>Random Forest for Regression and Classification</title>
        <p>
          RF are ensemble models that combine multiple decision trees to enhance prediction accuracy and
reduce overfitting. In classification, each tree votes, and the majority class is chosen; in regression,
predictions are averaged [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. By aggregating trees trained on bootstrapped data and using random
subsets of features at each split, RF reduces variance and improves generalization compared to single
decision trees.
        </p>
        <p>Each tree is built using recursive binary splits, selecting the feature and threshold that maximize
impurity reduction (e.g., Gini index or variance). Splitting continues until a stopping criterion is met
(e.g., max depth or minimum node size). This results in diverse trees that capture complex patterns
while ensemble averaging controls overfitting.</p>
        <p>Key RF hyperparameters include:
•
•
•
•
•
n_estimators: Number of trees (e.g., 100 500). More trees generally reduce variance,
with diminishing returns beyond a point.
max_features: Number of features considered at each split. Smaller values increase
digression.
max_depth: Maximum tree depth. Fully grown trees (no limit) are common, but limiting
depth can reduce complexity and overfitting.
min_samples_split/leaf: Minimum number of samples to split or form a leaf, used to
regularize overly deep trees.
bootstrap: Whether to use bootstrapped samples. When enabled (default), it increases
diversity and allows for out-of-bag error estimation.</p>
        <p>
          Additional parameters like max_leaf_nodes or n_jobs aid in controlling tree size or parallelizing
training. In this study, RF is implemented using Scikit-learn, and hyperparameters are tuned
empirically via validation or randomized search [
          <xref ref-type="bibr" rid="ref43">43</xref>
          ].
3.4.
        </p>
        <p>
          RFs provide embedded feature importance via the MDI
often called Gini importance when using
the Gini index [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. For feature   , its importance is the average, over all 
trees, of the impurity
reductions from splits on   , weighted by the node sample fraction:
        </p>
        <p>Imp(  ) =

1

∑</p>
        <p>∑
 =1  ∈  :
 (  )= 

  Δ ( ) .</p>
        <p>
          Importances are non-negative and typically normalized to sum to 1. MDI is fast and useful for
ranking predictors and for feature selection; averaging across many randomized trees also stabilizes
estimates [
          <xref ref-type="bibr" rid="ref44">44</xref>
          ].
        </p>
        <p>
          MDI is computed on training splits and can overstate importance; validate selections with
crossvalidation. It also favors high-cardinality/continuous features [
          <xref ref-type="bibr" rid="ref45">45</xref>
          ]. As a check, use permutation
importance (mean decrease in accuracy) on held-out data, which is more computationally costly but
less biased [46]. In practice, combine MDI (quick heuristic) with permutation tests (robust
verification) for reliable, interpretable feature ranking.
3.5.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>Time Series Preprocessing and Sliding Window Analysis</title>
        <p>We address long-horizon nonstationarity with an overlapping sliding-window scheme. For daily S&amp;P
500 prices   and window lengths</p>
        <p>∈ {100, 250, 500}, each segment   , = {  − +1, … ,   } for
 =  , … ,  is mapped via the natural-visibility rule to a VG   , . From each   ,
we compute a
descriptor vector  (  , ) ∈ ℝ ; concatenating scales yields a multi-scale feature stream
Τ</p>
        <p>Τ
  = [ (  ,100) ,  (  ,250) ,  (  ,500) ] .</p>
        <p>Τ Τ</p>
        <p>Overlapping windows smooth feature evolution and enable high-resolution tracking of structural
change. Crucially, features at time  use only   , (no look-ahead). The sample spans 23 Dec 1981
21 Aug 2025.</p>
        <p>Targets use a 7-day horizon ℎ = 7. The forward return is
standardized with a trailing 50-day window:</p>
        <p>,ℎ = (  +ℎ −   )⁄  .
  = 1 ∑ −1
50  = −50   ,ℎ,   = √</p>
        <p>2
1 ∑ −1
49  = −50(  ,ℎ −   ) ,   ,ℎ = (  ,ℎ −   )⁄  .</p>
        <p>We use   ,ℎ for regression and   ,ℎ = sign(  ,ℎ) for classification. Standardization mitigates
drift/volatility shifts and helps balance Up/Down classes.
3.6.</p>
      </sec>
      <sec id="sec-3-5">
        <title>Hyperparameters Tuning</title>
        <p>We tune hyperparameters  ∈ Θ via randomized search, which explores high-impact ranges
efficiently without the combinatorial cost of grid search. Evaluation is time-aware: a 5-split purged,
expanding cross-validation with an embargo  = 500 days (equal to the maximum feature window</p>
        <p>= 500 prevents leakage from overlapping windows.</p>
        <p>Let 1 &lt;  1 &lt; ⋯ &lt;   &lt;  . For split  : train = [1,   ], embargo = (  ,   +  ], test = (  +
 ,   +1]. For each candidate  ( ) and split  , we fit on the train set and score on the test set using
the task-appropriate metric. The cross-validated objective is
and we select  ∗ = argmax ∈Θ  ̂( ) (or argmin, depending on the metric).</p>
        <p>This procedure emulates real-time deployment and strictly enforces temporal separation. We run
it independently per model class (e.g., RF with varied  
, max_depth, max_features, etc.).
3.7.</p>
      </sec>
      <sec id="sec-3-6">
        <title>Scoring Metrics and Evaluation Performance</title>
        <p>We use time-ordered samples {(  ,   ,ℎ)} =− ℎ0, where   ∈ ℝ are VG descriptors and   ,ℎ is the
ℎday standardized return (ℎ = 7). For direction, labels are   ,ℎ = 1{  ,ℎ &gt; 0} ∈ {+1, −1}.</p>
        <p>Modeling &amp; tuning. Regression fits   ,ℎ ≈   (  ); we tune hyperparameters  via purged,
forward-chaining CV by minimizing the median absolute error (MedAE) across splits, then refit on the
full training range. For classification, we maximize mean ROC AUC across splits.</p>
        <p>Error metrics (regression), with   =   −  ̂  :
•
•
•
•
•
•
•</p>
        <p>MAE =  −1 ∑</p>
        <p>=1|  |;
MSE =  −1 ∑</p>
        <p>2
 =1  ;</p>
        <p>RMSE = √MSE;
•  2 = 1 − ∑ =1(  −  ̂  )2⁄∑</p>
        <p>=1(  −  ̅)2.</p>
        <p>Classification metrics (TP, TN, FP, FN):</p>
        <p>ACC = (TP + TN)⁄(TP + TN + FP + FN);
Prec = TP⁄(TP + FP);
Rec = TP⁄(TP + FN);</p>
        <p>F1 = (2 Prec⋅Rec)⁄(Prec + Rec).</p>
        <p>Report per-class scores and summarize by macro average  −1 ∑ Metric or weighted average
∑ (  ⁄ )Metric .</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Empirical Results</title>
      <p>This section evaluates the short-horizon predictive content of VG features for the S&amp;P 500. We
consider two 7-day tasks: (i) directional classification (Up/Down) and (ii) magnitude regression of
standardized forward returns. Models are trained and tested in temporal order using a rolling-origin setup
with non-overlapping test blocks; all results are out-of-sample. Unless noted, the classifier uses a 0.5
decision threshold, and regression is summarized by median/mean errors.</p>
      <p>The classifier shows moderate ranking ability: AUC = 0.62, i.e., a random Up case outranks a
Down case ~62% of the time. Class-wise scores are tightly aligned Up: Precision = 0.5842,
Recall = 0.5857, F1-score = 0.5850; Down: Precision = 0.5836, Recall = 0.5822, F1-score =
0.5829 indicating no material class bias at the default threshold and roughly symmetric type-I/II
errors. Because the test set is essentially balanced, Accuracy = 0.5839, Macro = 0.5839, and
Weighted = 0.5839 coincide. Interpreted probabilistically, the model is correct ~58.4% of the time
better than chance (50%) but economically modest without further tuning.</p>
      <p>Performance could likely improve with (i) threshold optimization, (ii) probability calibration, and
(iii) cost-sensitive training when false-positive/false-negative costs differ. Overall, the results reflect
a balanced, threshold-dependent signal: the model captures useful structure, but converting ranking
skill into higher decision accuracy requires careful operating-point selection and/or feature/model
refinements.</p>
      <p>Figure 1 demonstrates top-20 impurity-based feature importances for RF classifier.</p>
      <p>Predictive weight is concentrated in meso-scale VG measures. Features from the 250-day window
lead, 500-day contribute secondarily, and 100-day add little for a 1-week horizon. Node-centric
extremes (DegreeMax) and path brokerage (GlobalBetweennessCentrality) rank near the tail,
indicating reliance on global/topological organization rather than local hubs.</p>
      <p>High efficiency (short paths) and transitivity (triadic closure) signal globally navigable yet locally
cohesive structures that precede directional moves. Repeated GIC entries suggest that distance from
path-like or clique-like extremes is systematically informative (or that correlated proxies capture the
same regime).</p>
      <p>MDI is relative and sensitive to feature correlation; importance can disperse across similar
features and provides no direction of effect.</p>
      <p>Features summarizing global navigability, local cohesion, and intermediate connectivity are most
promising for week-ahead direction.
RMSE = 1.1198. The negative  2 indicates the RandomForestRegressor underperforms a mean-only
baseline. Because targets are standardized, an RMSE clearly above 1 means the model does worse
than a naive zero forecast. Overall, the forest captures broad, low-frequency patterns while shrinking
predictions toward zero and underestimating extremes
consistent with VG features being more
useful for directional ranking than for accurate magnitude prediction at a 1-week horizon.
never enter the top-20, implying the regressor relies on distributed structure, not isolated hubs or
single bottlenecks, to forecast week-ahead magnitudes.</p>
      <p>Features built on the 250-day window dominate; 500-day GICs add secondary signal, while
100day metrics are largely absent. This aligns with a one-year context offering the best bias variance
trade-off for a 7-day horizon</p>
      <p>short windows are noisy, very long ones dilute regime information.</p>
      <p>The few 500-day entries suggest a slow background state still matters after medium-term structure
is captured.
 −</p>
      <p>The mix of contemporaneous ( ) and short-lag ( − 1 …  − 7) versions of the same measures
indicates persistence over roughly a trading week and gives the forest multiple, near-collinear split
options around the forecast origin helpful against small timing jitters.</p>
      <p>Together, transitivity (clustering) and global efficiency (short average paths) emphasize regimes
that are locally cohesive yet globally navigable VG configurations that empirically co-move with
next-week return magnitude more than node-local centralities do. Repeated GIC appearances
(maximal at intermediate connectivity) further suggest that distance from trivial structures (path-like vs.
clique-like) is systematically tied to return scale; the breadth of GIC lags signals either a robust link
or correlated proxies of the same latent regime.</p>
      <p>Overall, the figure indicates that medium-horizon, meso-scale organization captured by
clustering, efficiency, and spectral complexity carries the main explanatory power for week-ahead
return magnitudes, while purely local centralities are secondary. This is structurally consistent with
the VG framework and guides feature engineering and robustness checks.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Limitations and Future Directions</title>
      <p>This study offers useful insights but has notable constraints. First, the mutual-information prefilter
may miss higher-order feature interactions, biasing selection. Second, we evaluated only one learner
(RF), so we cannot judge how alternative models would capture patterns or reorder feature
importance. Third, results may depend on the VG window length: we tested a few fixed sizes
(100/250/500 days) and found the strongest signal near ~250 days, while shorter windows were
noisier. Likewise, we fixed the forecast horizon at 7 trading days and targets to either a binary
direction or a single 7-day return, leaving other horizons and targets unexplored.</p>
      <p>Our evidence is also dataset-specific: we used daily S&amp;P 500 closes only. Other indices, single
stocks, and non-equity assets (bonds, commodities, FX, crypto), as well as different sampling
frequencies (intraday or lower-frequency macro series), may exhibit different VG behavior; thus
generalization remains an open question.</p>
      <p>
        Future work should enrich the feature set with additional complexity and nonlinear descriptors
e.g., non-extensive statistics [
        <xref ref-type="bibr" rid="ref46">47</xref>
        ], entropy measures (VG or permutation entropy) [48 50],
recurrence metrics [
        <xref ref-type="bibr" rid="ref50">51</xref>
        ], and fractal/scaling indicators (Hurst, fractal dimensions) [
        <xref ref-type="bibr" rid="ref51">52</xref>
        ]. Beyond RF,
comparing RNN/LSTM models [53 55], GNNs that operate directly on VGs, Transformers for long-range
dependence, and fuzzy or neuro-fuzzy hybrid systems [
        <xref ref-type="bibr" rid="ref49">50, 56 58</xref>
        ] would clarify accuracy
interpretability trade-offs and whether other learners surface new signal.
      </p>
      <p>MDI is only one importance metric and is known to be biased toward high-cardinality features.
Follow-up studies should pair it with permutation importance or SHAP, and consider wrapper or
regularization-based selection (e.g., LASSO, embedded tree-ensemble methods) to validate which
features are truly predictive.</p>
      <p>Finally, broaden the task design: test multiple horizons (1-day to monthly, multi-horizon setups)
and alternative targets (magnitude buckets, volatility/drawdowns, multi-output objectives).
Extending across assets, markets, and frequencies including intraday data will determine how robust
VG-based features are and where domain-specific adaptations are needed.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>We pair complex network analysis with an interpretable ML approach to enhance financial
timeseries forecasting. Converting the S&amp;P 500 into VG and extracting diverse topological and spectral
as an interpretability tool, we identify which network features most influence short-horizon
outcomes. Our goal is insight rather than state-of-the- -in importance measures
make the drivers transparent. The evidence shows that combining network-based features with an
interpretable ensemble offers fresh perspective on market dynamics.</p>
      <p>The most informative predictors are meso-scale connectivity and clustering. In both classification
and regression, global efficiency and transitivity computed over roughly one year consistently
dominate, indicating that highly navigable, locally clustered VGs tend to precede sizable index moves. A
spectral complexity score ( ) also ranks highly, suggesting that distance from trivial structures
(chains or cliques) carries signal. By contrast, node-local metrics (e.g., maximum degree,
betweenness) contribute little, implying that distributed structural patterns not isolated extremes
primarily guide forecasts.</p>
      <p>Empirically, the RF achieves about 58% weekly direction accuracy (vs. a 50% baseline) and the
regression model tracks low-frequency drift while underestimating extremes consistent with our
emphasis on understanding rather than optimizing raw performance. Crucially, the importance
profiles clarify why the model forecasts as it does, a key requirement in finance.</p>
      <p>Overall, we show that graph-derived measures of connectivity, clustering, and complexity can act as
leading indicators of short-term behavior and complement traditional signals. The framework is
general: it can be applied to other indices or non-financial series, or combined with more sophisticated
learners while retaining interpretability. Uniting complex network science with ML thus offers a
path to models that are both data-driven and structurally explainable.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>The article was prepared as part of the state-funded research project
mation in the
post(State Registration No. 0125U000541), conducted at Kyiv National Economic University named after
Vadym Hetman.</p>
      <p>Moreover, the authors express their profound gratitude to the Armed Forces of Ukraine, whose
service and sacrifice made it possible to carry out this research during wartime.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used GPT-5 for grammar and spelling assistance.
After using this tool, they reviewed and edited the content as needed and take full responsibility for
the content of the publication.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.V.</given-names>
            <surname>Donner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Marwan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.F.</given-names>
            <surname>Donges</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kurths</surname>
          </string-name>
          ,
          <article-title>Complex network approaches to nonlinear time series analysis</article-title>
          ,
          <source>Phys. Rep</source>
          .
          <volume>787</volume>
          (
          <year>2019</year>
          )
          <article-title>1 97</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.physrep.
          <year>2018</year>
          .
          <volume>10</volume>
          .005.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lacasa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Luque</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ballesteros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Luque</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.C.</given-names>
            <surname>Nuño</surname>
          </string-name>
          ,
          <article-title>From time series to complex networks: The visibility graph</article-title>
          ,
          <source>Proc. Natl. Acad. Sci. USA</source>
          <volume>105</volume>
          (
          <year>2008</year>
          )
          <fpage>4972</fpage>
          4975. doi:
          <volume>10</volume>
          .1073/pnas.0709247105.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Luque</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lacasa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.J.</given-names>
            <surname>Ballesteros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Luque</surname>
          </string-name>
          ,
          <article-title>Horizontal visibility graphs: Exact results for random time series</article-title>
          ,
          <source>Phys. Rev. E</source>
          <volume>80</volume>
          (
          <year>2009</year>
          )
          <article-title>046103</article-title>
          . doi:
          <volume>10</volume>
          .1103/PhysRevE.80.046103.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>X.-H.</given-names>
            <surname>Ni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.-Q.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.-X.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <article-title>Degree distributions of the visibility graphs mapped from fractional Brownian motions and multifractal random walks</article-title>
          ,
          <source>Phys. Lett. A</source>
          <volume>373</volume>
          (
          <year>2009</year>
          )
          <fpage>3822</fpage>
          3826. doi:
          <volume>10</volume>
          .1016/j.physleta.
          <year>2009</year>
          .
          <volume>08</volume>
          .041.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Stephen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>Visibility graph based time series analysis</article-title>
          ,
          <source>PLOS ONE 10</source>
          (
          <issue>11</issue>
          ) (
          <year>2015</year>
          )
          <article-title>e0143015</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0143015</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.D.</given-names>
            <surname>Vamvakaris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.A.</given-names>
            <surname>Pantelous</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.M. Zuev</surname>
          </string-name>
          ,
          <article-title>Time series analysis of S&amp;P 500 index: A horizontal visibility graph approach</article-title>
          ,
          <source>Physica A 497</source>
          (
          <year>2018</year>
          )
          <fpage>41</fpage>
          51. doi:
          <volume>10</volume>
          .1016/j.physa.
          <year>2018</year>
          .
          <volume>01</volume>
          .010.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C.</given-names>
            <surname>Rudin</surname>
          </string-name>
          ,
          <article-title>Stop explaining black box machine learning models for high-stakes decisions and use interpretable models instead</article-title>
          ,
          <source>Nat. Mach. Intell</source>
          .
          <volume>1</volume>
          (
          <issue>5</issue>
          ) (
          <year>2019</year>
          )
          <fpage>206</fpage>
          215. doi:
          <volume>10</volume>
          .1038/s42256-019- 0048-x.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>L.</given-names>
            <surname>Breiman</surname>
          </string-name>
          , Random Forests,
          <source>Machine Learning</source>
          <volume>45</volume>
          (
          <year>2001</year>
          )
          <article-title>5 32</article-title>
          . doi:
          <volume>10</volume>
          .1023/A:
          <fpage>1010933404324</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Gidea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Katz</surname>
          </string-name>
          ,
          <article-title>Topological data analysis of financial time series: Landscapes of crashes</article-title>
          ,
          <source>Physica A 491</source>
          (
          <year>2018</year>
          )
          <fpage>820</fpage>
          834. doi:
          <volume>10</volume>
          .1016/j.physa.
          <year>2017</year>
          .
          <volume>09</volume>
          .028.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>V.F.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <source>Time Series Analysis via Network Science, arXiv:2110.09887</source>
          (
          <year>2021</year>
          ). URL: https://arxiv.org/abs/2110.09887.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <article-title>An entropy-based approach to the complexity of stock markets using visibility graphs</article-title>
          ,
          <source>Physica A 565</source>
          (
          <year>2021</year>
          )
          <article-title>125556</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.physa.
          <year>2020</year>
          .
          <volume>125556</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>R.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <source>Analysis of Stock Price Motion Asymmetry via Visibility Graphs, Front. Phys. 8</source>
          (
          <year>2020</year>
          )
          <article-title>539521</article-title>
          . doi:
          <volume>10</volume>
          .3389/fphy.
          <year>2020</year>
          .
          <volume>539521</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Iacovacci</surname>
          </string-name>
          , L. Lacasa,
          <article-title>Sequential motif profile of natural visibility graphs</article-title>
          ,
          <source>Phys. Rev. E</source>
          <volume>94</volume>
          (
          <year>2016</year>
          )
          <article-title>052309</article-title>
          . doi:
          <volume>10</volume>
          .1103/PhysRevE.94.052309.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Onnela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chakraborti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kaski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kertész</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kanto</surname>
          </string-name>
          ,
          <article-title>Dynamics of market correlations: Taxonomy of stock market fluctuations</article-title>
          ,
          <source>Phys. Rev. E</source>
          <volume>68</volume>
          (
          <year>2003</year>
          )
          <article-title>056110</article-title>
          . doi:
          <volume>10</volume>
          .1103/PhysRevE.68.056110.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.N.</given-names>
            <surname>Mantegna</surname>
          </string-name>
          ,
          <article-title>Hierarchical structure in financial markets</article-title>
          ,
          <source>Eur. Phys. J. B</source>
          <volume>11</volume>
          (
          <year>1999</year>
          )
          <fpage>193</fpage>
          197. doi:
          <volume>10</volume>
          .1007/s100510050929.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>D.Y.</given-names>
            <surname>Kenett</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tumminello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Madi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Gur-Gershgoren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.N.</given-names>
            <surname>Mantegna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Ben-Jacob</surname>
          </string-name>
          ,
          <article-title>Dominating Clasp of the Financial Sector Revealed by Partial Correlation Analysis of the Stock Market</article-title>
          ,
          <source>PLoS ONE 5</source>
          (
          <year>2010</year>
          )
          <article-title>e15032</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0015032</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>X.</surname>
          </string-name>
          <article-title>Na-na, Y. Dong, Speculation Bubbles and Network Topology in the Chinese Stock Market</article-title>
          ,
          <source>Int. J. Inf. Tech. Dec</source>
          .
          <volume>15</volume>
          (
          <year>2016</year>
          )
          <fpage>1407</fpage>
          1430. doi:
          <volume>10</volume>
          .1142/S0219622016500413.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>D.Y.</given-names>
            <surname>Kenett</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tumminello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Madi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Gur-Gershgoren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.N.</given-names>
            <surname>Mantegna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Ben-Jacob</surname>
          </string-name>
          ,
          <article-title>Dominating Clasp of the Financial Sector Revealed by Partial Correlation Analysis of the Stock Market</article-title>
          ,
          <source>PLoS ONE 5</source>
          (
          <year>2010</year>
          )
          <article-title>e15032</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0015032</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>F.X.</given-names>
            <surname>Diebold</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yilmaz</surname>
          </string-name>
          ,
          <article-title>On the network topology of variance decompositions: Measuring connectedness of financial firms</article-title>
          ,
          <source>J. Econom</source>
          .
          <volume>182</volume>
          (
          <year>2014</year>
          )
          <fpage>119</fpage>
          134. doi:
          <volume>10</volume>
          .1016/j.jeconom.
          <year>2014</year>
          .
          <volume>04</volume>
          .012.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.H.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.M.</given-names>
            <surname>Nishimura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-M.</given-names>
            <surname>Yoon</surname>
          </string-name>
          ,
          <article-title>Network connectedness and volatility spillovers across commodity and stock markets</article-title>
          ,
          <source>Energy Econ</source>
          .
          <volume>81</volume>
          (
          <year>2019</year>
          )
          <fpage>892</fpage>
          907. doi:
          <volume>10</volume>
          .1016/j.eneco.
          <year>2019</year>
          .
          <volume>05</volume>
          .025.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>N.</given-names>
            <surname>Castilho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.Y.</given-names>
            <surname>Kenett</surname>
          </string-name>
          , E. Pinho,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zerenner</surname>
          </string-name>
          , Forecasting Market Structure:
          <article-title>An Edge-Prediction Approach to Correlation-Based Stock Networks</article-title>
          ,
          <source>J. Netw. Theory Finance</source>
          <volume>7</volume>
          (
          <year>2021</year>
          )
          <article-title>1 33</article-title>
          . doi:
          <volume>10</volume>
          .21314/JNTF.
          <year>2021</year>
          .
          <volume>113</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>N.</given-names>
            <surname>Castilho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Pinho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.Y.</given-names>
            <surname>Kenett</surname>
          </string-name>
          ,
          <article-title>Link prediction in financial correlation networks for market structure forecasting</article-title>
          ,
          <source>Netw. Sci. 9</source>
          (
          <year>2021</year>
          )
          <fpage>203</fpage>
          229. doi:
          <volume>10</volume>
          .1017/nws.
          <year>2021</year>
          .
          <volume>7</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Tola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <source>Portfolio Optimization Based on Network Centralities, Quant. Finance</source>
          <volume>24</volume>
          (
          <year>2024</year>
          )
          <fpage>1499</fpage>
          1519. doi:
          <volume>10</volume>
          .1080/14697688.
          <year>2023</year>
          .
          <volume>2274416</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>R.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Guo</surname>
          </string-name>
          , STGAT:
          <article-title>Spatial-Temporal Graph Attention Neural Network for Stock Prediction</article-title>
          , Appl. Sci.
          <volume>15</volume>
          (
          <year>2025</year>
          )
          <article-title>4315</article-title>
          . doi:
          <volume>10</volume>
          .3390/app15084315.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Z.L.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.Y.</given-names>
            <surname>An</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.C.</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Saifullah</surname>
            ,
            <given-names>B.F.</given-names>
          </string-name>
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>M.J.S.</given-names>
          </string-name>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>FSTGAT</given-names>
          </string-name>
          :
          <article-title>Financial Spatio-Temporal Graph Attention Network for Non-Stationary Financial Systems and Its Application in Stock Price Prediction</article-title>
          ,
          <source>Symmetry</source>
          <volume>17</volume>
          (
          <year>2025</year>
          )
          <article-title>1344</article-title>
          . doi:0.3390/sym17081344
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Graph neural networks: A review of methods and applications</article-title>
          ,
          <source>AI</source>
          Open 1
          <article-title>(</article-title>
          <year>2020</year>
          )
          <fpage>57</fpage>
          81. doi:
          <volume>10</volume>
          .1016/j.aiopen.
          <year>2021</year>
          .
          <volume>01</volume>
          .001.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>F.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Luo</surname>
          </string-name>
          , Y. Liu, T.-S. Chua,
          <article-title>Temporal Relational Ranking for Stock Prediction</article-title>
          ,
          <source>ACM Trans. Inf. Syst</source>
          .
          <volume>37</volume>
          (
          <issue>2</issue>
          ) (
          <year>2019</year>
          )
          <article-title>Article 16</article-title>
          . doi:
          <volume>10</volume>
          .1145/3309547.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>K.</given-names>
            <surname>Jariwala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Chattopadhyay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <surname>A Systematic</surname>
          </string-name>
          <article-title>Review on Graph Neural Network-based Methods for Stock Market Forecasting</article-title>
          ,
          <source>ACM Comput. Surv</source>
          . (
          <year>2024</year>
          ). doi:
          <volume>10</volume>
          .1145/3696411.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>C.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Queen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Lakkaraju</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zitnik</surname>
          </string-name>
          ,
          <article-title>Evaluating explainability for graph neural networks</article-title>
          ,
          <source>Sci. Data</source>
          <volume>10</volume>
          (
          <year>2023</year>
          )
          <article-title>620</article-title>
          . doi:
          <volume>10</volume>
          .1038/s41597-023-01974-x.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>M.</given-names>
            <surname>Stephen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <source>Visibility Graph Based Time Series Analysis</source>
          ,
          <source>PLOS ONE 10</source>
          (
          <issue>11</issue>
          ) (
          <year>2015</year>
          )
          <article-title>e0143015</article-title>
          . doi:
          <volume>10</volume>
          .1371/journal.pone.
          <volume>0143015</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>V.F.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.E.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ribeiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <article-title>Time series analysis via network science: concepts and algorithms</article-title>
          ,
          <source>WIREs Data Mining and Knowledge Discovery</source>
          <volume>11</volume>
          (
          <issue>3</issue>
          ) (
          <year>2021</year>
          )
          <article-title>e1404</article-title>
          . doi:
          <volume>10</volume>
          .1002/widm.1404.
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>H.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <source>Stock Price Pattern Prediction Based on Complex Network and Machine Learning</source>
          ,
          <source>Complexity</source>
          (
          <year>2019</year>
          )
          <article-title>4132485</article-title>
          . doi:
          <volume>10</volume>
          .1155/
          <year>2019</year>
          /4132485.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Qi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Bu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Stock</given-names>
            <surname>Index Prediction</surname>
          </string-name>
          <article-title>Framework: Integrating Technical and Topological Mesoscale Indicators</article-title>
          ,
          <source>in: Proc. 2019 IEEE 20th Int. Conf. on Information Reuse and Integration for Data Science (IRI)</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          <lpage>8</lpage>
          . doi:
          <volume>10</volume>
          .1109/IRI.
          <year>2019</year>
          .
          <volume>00018</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yao</surname>
          </string-name>
          , Classification of Stock Value Using Visibility Graph Method University, Boston, MA,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>U.</given-names>
            <surname>Kutluana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Türkmen</surname>
          </string-name>
          ,
          <article-title>Classification of cardiac disorders using weighted visibility graph features from ECG signals</article-title>
          ,
          <source>Biomedical Signal Processing and Control</source>
          <volume>87</volume>
          (
          <year>2024</year>
          )
          <article-title>105420</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.bspc.
          <year>2023</year>
          .
          <volume>105420</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yao</surname>
          </string-name>
          , Classification of Stock Value Using Visibility Graph Method University, Boston, MA,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>T.</given-names>
            <surname>Wen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.H.</given-names>
            <surname>Cheong</surname>
          </string-name>
          ,
          <article-title>Visibility graph for time series prediction and image classification: a review</article-title>
          ,
          <source>Nonlinear Dynamics</source>
          <volume>110</volume>
          (
          <year>2022</year>
          )
          <fpage>2979</fpage>
          2999. doi:
          <volume>10</volume>
          .1007/s11071-022-08002-4.
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>H.</given-names>
            <surname>Bocaccio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Iglesias-Pérez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Romance</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Criado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.B.</given-names>
            <surname>Mindlin</surname>
          </string-name>
          ,
          <article-title>On the application of Visibility Graphs in the Spectral Domain for Speaker Recognition</article-title>
          , arXiv (
          <year>2025</year>
          ). doi:
          <volume>10</volume>
          .48550/arXiv.2502.14110.
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>M.K. Singh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Chaube</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Pant</surname>
          </string-name>
          ,
          <article-title>An integrated image visibility graph and topological data analysis for extracting time series features</article-title>
          ,
          <source>Decision Analytics Journal</source>
          <volume>8</volume>
          (
          <year>2023</year>
          )
          <article-title>100253</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.dajour.
          <year>2023</year>
          .
          <volume>100253</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>G.</given-names>
            <surname>Campisi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Muzzioli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>De Baets</surname>
          </string-name>
          ,
          <article-title>A comparison of machine learning methods for predicting the direction of the US stock market on the basis of volatility indices</article-title>
          ,
          <source>International Journal of Forecasting</source>
          <volume>40</volume>
          (
          <issue>3</issue>
          ) (
          <year>2024</year>
          )
          <fpage>869</fpage>
          880. doi:
          <volume>10</volume>
          .1016/j.ijforecast.
          <year>2023</year>
          .
          <volume>07</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Matviychuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Velykoivanenko</surname>
          </string-name>
          ,
          <article-title>Evaluating Feature Importance of Complex Network Measures in Random Forests, Neuro-Fuzzy Modeling Techniques in Economics 14 (</article-title>
          <year>2025</year>
          )
          <fpage>32</fpage>
          -
          <lpage>80</lpage>
          . doi:10/33111/nfmte/
          <year>2025</year>
          .032.
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>J.-P.</given-names>
            <surname>Onnela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chakraborti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kaski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kertész</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kanto</surname>
          </string-name>
          ,
          <article-title>Dynamics of market correlations: Taxonomy and portfolio analysis</article-title>
          ,
          <source>Phys. Rev. E</source>
          <volume>68</volume>
          (
          <year>2003</year>
          )
          <article-title>056110</article-title>
          . doi:
          <volume>10</volume>
          .1103/PhysRevE.68.056110.
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>J.</given-names>
            <surname>Bergstra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <article-title>Random search for hyper-parameter optimization</article-title>
          ,
          <source>J. Mach. Learn. Res</source>
          .
          <volume>13</volume>
          (
          <year>2012</year>
          ) 281
          <fpage>305</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>R.</given-names>
            <surname>Genuer</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.-M. Poggi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Tuleau-Malot</surname>
          </string-name>
          ,
          <article-title>Variable selection using random forests, Pattern Recognit</article-title>
          .
          <source>Lett</source>
          .
          <volume>31</volume>
          (
          <year>2010</year>
          )
          <fpage>2225</fpage>
          2236. doi:
          <volume>10</volume>
          .1016/j.patrec.
          <year>2010</year>
          .
          <volume>03</volume>
          .014.
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>C.</given-names>
            <surname>Strobl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.-L.</given-names>
            <surname>Boulesteix</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kneib</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Augustin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zeileis</surname>
          </string-name>
          ,
          <article-title>Conditional variable importance for random forests</article-title>
          ,
          <source>BMC Bioinformatics 9</source>
          (
          <year>2008</year>
          )
          <article-title>307</article-title>
          . doi:
          <volume>10</volume>
          .1186/
          <fpage>1471</fpage>
          -2105-9-307. portance measure,
          <source>Bioinformatics</source>
          <volume>26</volume>
          (
          <year>2010</year>
          )
          <fpage>1340</fpage>
          1347. doi:
          <volume>10</volume>
          .1093/bioinformatics/btq134.
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>A. O.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. V.</given-names>
            <surname>Matviychuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. A.</given-names>
            <surname>Serdyuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. O.</given-names>
            <surname>Semerikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. V.</given-names>
            <surname>Solovieva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. N.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <article-title>Correlational and non-extensive nature of carbon dioxide pricing market</article-title>
          ,
          <source>In: Communications in Computer and Information Science</source>
          , Springer, 2022c, pp.
          <fpage>183</fpage>
          <lpage>199</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          - 14841-5_
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Serdyuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Semerikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <article-title>Econophysics of cryptocurrency crashes: A systematic review</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <volume>3048</volume>
          (
          <year>2021</year>
          )
          <article-title>31 133</article-title>
          . URL: https://ceurws.org/Vol-
          <volume>3048</volume>
          /paper03.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hushko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Matviychuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Serdyuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Semerikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <article-title>Irreversibility of financial time series: A case of crisis</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <volume>3048</volume>
          (
          <year>2021</year>
          )
          <article-title>134 150</article-title>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3048</volume>
          /paper04.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Semerikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Solovieva</surname>
          </string-name>
          ,
          <article-title>Identifying stock market crashes by fuzzy measures of complexity, Neuro-Fuzzy Modeling Techniques in Economics 10 (</article-title>
          <year>2021</year>
          )
          <article-title>3 45</article-title>
          . doi:
          <volume>10</volume>
          .33111/nfmte.
          <year>2021</year>
          .
          <volume>003</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [51]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Solovieva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Semerikov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Radin</surname>
          </string-name>
          ,
          <article-title>Recurrence quantification analysis of energy market crises: A nonlinear approach to risk management</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <volume>3465</volume>
          (
          <year>2023</year>
          )
          <article-title>110 131</article-title>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3465</volume>
          /paper14.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [52]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Solovieva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Matviychuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Semerikov</surname>
          </string-name>
          ,
          <article-title>The analysis of multifractal cross-correlation connectedness between Bitcoin and the stock market</article-title>
          ,
          <source>In: Lecture Notes on Data Engineering and Communications Technologies</source>
          , Springer, 2023c, pp.
          <fpage>323</fpage>
          <lpage>345</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -35467-0_
          <fpage>21</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [53]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kmytiuk</surname>
          </string-name>
          , G. Majore,
          <article-title>Time series forecasting of agricultural product prices using Elman and Jordan recurrent neural networks</article-title>
          ,
          <source>Neuro-Fuzzy Modeling Techniques in Economics</source>
          <volume>10</volume>
          (
          <year>2021</year>
          )
          <fpage>67</fpage>
          85. doi:
          <volume>10</volume>
          .33111/nfmte.
          <year>2021</year>
          .
          <volume>067</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [54]
          <string-name>
            <given-names>V.</given-names>
            <surname>Derbentsev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Matviychuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. N.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <article-title>Forecasting of cryptocurrency prices using machine learning</article-title>
          , In: L.
          <string-name>
            <surname>Pichl</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Eom</surname>
          </string-name>
          , E. Scalas, T. Kaizoji (Eds.),
          <source>Advanced Studies of Financial Technologies and Cryptocurrency Markets</source>
          , Springer, Singapore,
          <year>2020</year>
          , pp.
          <fpage>211</fpage>
          <lpage>231</lpage>
          . doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -981-15-4498-9_
          <fpage>12</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>V.</given-names>
            <surname>Derbentsev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Bezkorovainyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Silchenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hrabariev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Pomazun</surname>
          </string-name>
          ,
          <article-title>Deep learning approach for short-term forecasting trend movement of stock indices</article-title>
          ,
          <source>In: 2021 IEEE 8th International Conference on Problems of Infocommunications, Science and Technology (PIC S&amp;T)</source>
          , IEEE,
          <year>2021</year>
          , pp.
          <fpage>607</fpage>
          <lpage>612</lpage>
          . doi:
          <volume>10</volume>
          .1109/PICST54195.
          <year>2021</year>
          .
          <volume>9772235</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [56]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bielinskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Soloviev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Solovieva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Velykoivanenko</surname>
          </string-name>
          ,
          <article-title>Fuzzy time series forecasting using semantic artificial intelligence tools, Neuro-Fuzzy Modeling Techniques in Economics 11 (</article-title>
          <year>2022</year>
          )
          <fpage>157</fpage>
          198. doi:
          <volume>10</volume>
          .33111/nfmte.
          <year>2022</year>
          .
          <volume>157</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          [57]
          <string-name>
            <given-names>A.</given-names>
            <surname>Matviychuk</surname>
          </string-name>
          ,
          <article-title>Fuzzy logic approach to identification and forecasting of financial time series using Elliott wave theory</article-title>
          ,
          <source>Fuzzy Economic Review</source>
          <volume>11</volume>
          (
          <issue>2</issue>
          ) (
          <year>2006</year>
          )
          <fpage>51</fpage>
          68. doi:
          <volume>10</volume>
          .25102/fer.
          <year>2006</year>
          .
          <volume>02</volume>
          .04.
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          [58]
          <string-name>
            <given-names>V.</given-names>
            <surname>Kabachii</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R</given-names>
            <surname>Maslii</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kozlovskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Dronchack</surname>
          </string-name>
          ,
          <article-title>Identifying moments of deci-sion making on trade in financial time series using fuzzy cluster analysis</article-title>
          ,
          <source>Neuro-Fuzzy Modeling Techniques in Economics</source>
          <volume>12</volume>
          (
          <year>2023</year>
          )
          <fpage>175</fpage>
          -
          <lpage>205</lpage>
          . doi:
          <volume>10</volume>
          .33111/nfmte.
          <year>2023</year>
          .
          <volume>175</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>