Extracted main text — title through conclusion, appendix excluded. This is what our citation measures are computed over, published so the extraction can be checked by eye.
84,275 characters · 10 sections · 41 citation commands
A Supervised Screening and Regularized Factor-Based Method for Time Series Forecasting
\thispagestyle{empty}
\onehalfspace \setcounter{page}{1}
Advances in information technology have made high-dimensional data ubiquitous across various disciplines. For instance, investors now have access to thousands of stock options across hundreds of global markets, enabling more comprehensive yet complex decision-making processes. Extensive financial datasets, encompassing economic, trade, and investment activities, are constructed to uncover patterns influencing fluctuations in financial indices. While the abundance of predictive variables offers a wealth of information, it also poses significant challenges, such as computational inefficiencies, increased costs, and the instability of the sample covariance matrix (ledoit2004well; bickel2008regularized). Consequently, dimensionality reduction techniques and feature selection methods have emerged as powerful strategies to address these challenges. Principal Component Analysis (PCA) is widely adopted for dimensionality reduction due to its effectiveness in condensing large datasets. However, as an unsupervised learning technique, PCA selects independent factors based solely on variance, which may not directly relate to the target variables of interest. Alternatively, penalized likelihood methods (PLMs) have risen to prominence for their ability to incorporate prior knowledge and constraints into the modeling process. Examples include the bridge regression introduced in frank1993statistical and the Least Absolute Shrinkage and Selection Operator (LASSO) in tibshirani1996regression. These techniques have been followed by innovations like the smoothly clipped absolute deviation (SCAD) method by fan2001variable, and the elastic net approach by zou2005regularization, among many others. Each of these methods brings a unique perspective to the challenge of variable selection, aiming to enhance model performance by mitigating overfitting and improving model interpretability. Despite their effectiveness, these methods can struggle with increased computational complexity, difficulties in parameter tuning, and the curse of dimensionality as the dimensions become large.
Factor models, pioneered by stock2002forecasting,stock2002macroeconomic, have become fundamental tools for analyzing high-dimensional economic time series through latent factor extraction. Although conventional PCA delivers consistent factor estimation under the foundational assumptions formulated by bai2002determining fan2013thresh, it remains sensitive to weak factor contamination in high-dimensional systems, potentially introducing systematic estimation bias, as showed in onatski2012asymptotics, bai2023approximate and huang2024time. Recent supervised approaches, exemplified by the predictive relevance-weighted scaling in scaledpca and the dynamic adaptive reweighting regularization method in gao2024supervised, have advanced dimension reduction by incorporating response guidance. However, existing literature has not fully examined model behavior in high-dimensional systems with latent factors exhibiting heterogeneous strength profiles. Additionally, fixed scaling mechanisms risk over-suppressing weakly influential factors while amplifying noise from spurious variable correlations.
In this paper, we propose a novel Supervised Screening and Regularized Factor-based (SSRF) model for time series forecasting, using a structured four-step procedure. Both static and dynamic forecasting approaches are employed. For static forecasting, variables are selected based on strong marginal correlations with the target and scaled using predictive slopes from univariate regressions. For dynamic forecasting, variables are screened by $R^2$ values from time series regressions with lagged predictors and scaled by the corresponding regression coefficients. After screening and scaling, PCA is applied to extract dominant factors, with three strategies are proposed to capture the primary variance structure for prediction. Finally, penalized regression techniques, such as LASSO, are used to refine the model, mitigating overfitting and enhancing predictive accuracy in high-dimensional settings.
To rigorously assess the performance of the proposed method, we conduct Monte Carlo simulations under various data-generating processes (DGPs) that mimic both static and dynamic forecasting scenarios. The simulations reveal that SSRF achieves robust factor recovery and forecasting accuracy, particularly in settings with strong predictive factors. Stricter screening thresholds enhance performance in high signal-to-noise environments, while relaxed thresholds preserve informational content when facing weak predictive factors coexisting with strong panel confounders or high noise levels. Compared to alternative methods such as PCA, Lasso, and Random Forest, SSRF consistently delivers lower mean squared forecast errors (MSFE), underscoring its effectiveness in isolating relevant signals and adapting to diverse forecasting challenges.
Empirically, we forecast four Chinese macroeconomic indices: excess stock returns, stock volatility, the Consumer Price Index (CPI), and the Producer Price Index (PPI), using a comprehensive dataset of 54 key macroeconomic indicators in the Chinese economy, spanning from November 1996 to December 2019. These variables have been recognized in prior literature as crucial components for effective macroeconomic forecasting (mccracken2016fred, tu2023, and gao2024supervised). We compare our method with the traditional PCA, the scaled PCA in scaledpca, and Screened PCA to highlight its advantages in factor extraction. Additionally, we benchmark SSRF against linear regression, SCAD (fan2001variable), and elastic net (zou2005regularization) to assess its forecasting performance. The results show that SSRF consistently outperforms these commonly used forecasting models in out-of-sample prediction.
Our contributions to the field are threefold. First, we introduce a novel Supervised Screening and Regularized Factor-based (SSRF) forecasting method, which integrates both static and dynamic techniques. This four-step approach maximizes the information exchange between target variables and predictors, offering improvements over previous methodologies. Unlike bai2008forecasting, who apply Lasso for variable selection on raw data, our method applies the selection process to the factors derived from PCA, ensuring a more refined model. Additionally, while goulet2022machine provide a comprehensive comparison of nonlinear and regularized machine learning methods, including PCA and PLMs, our work extends this by offering a detailed evaluation of the proposed method under varying factor and noise intensities in a simulation study. This allows us to identify scenarios where the method excels and highlight its potential limitations.
Second, beyond the traditional integration of factor analysis with Lasso, we incorporate supervised static and dynamic factors in an empirical application. This dual-dimensional approach enables Lasso to select variables across both temporal and feature dimensions, ensuring the identification of the most informative factors while mitigating the risk of information loss inherent in multi-stage dimensionality reduction. This innovation enhances the robustness and adaptability of the model in high-dimensional settings.
Third, unlike most research that centers on the U.S. economy, our study focuses on Chinese macroeconomic conditions and their relationship with the stock market. This focus is particularly important given the stricter financial regulations and market constraints in China compared to the U.S., providing unique insights into the applicability of advanced forecasting methods in emerging markets with distinct economic structures.
The remainder of this article is organized as follows: Section (ref) provides an in-depth introduction to our proposed model and methodology. Section (ref) studies the finite-sample performance of the proposed approach via simulation. Section (ref) presents the macroeconomic dataset used in the empirical prediction task. Section (ref) examines the in-sample forecasting performance of the proposed method, and Section (ref) assesses the out-of-sample performance. Finally, Section (ref) concludes the study.
Let ${\mathbf X} = ({\mathbf x}_1, \ldots, {\mathbf x}_p)' = ({\mathbf X}_1, \ldots, {\mathbf X}_{T})$ denote a \(p \times T\) matrix of observed predictors or features, where $p$ and $T$ denote the number of predictors and the number of observations, respectively. The superscript $'$ denotes the transpose of a vector or matrix. For $1\leq t\leq T$ and $1\leq j\leq p$, ${\mathbf X}_t=(x_{1,t},...,x_{p,t})'$ signifies a $p$-dimensional feature vector and ${\mathbf x}_j = (x_{j,1},\ldots,x_{j,T})'$ represents a vector consisting of the $T$ observations for the $j$-th predictor. Furthermore, let ${\mathbf y} = (y_{1}, \ldots, y_{T})'$ be a \(T\)-dimensional observable vector of a scalar target variable. For $h>0$, our objective is to estimate the latent factor structure of the high-dimensional data that captures the relationship between ${\mathbf X}_t$ and the target variable $y_{t+h}$, and subsequently use it to predict the target variable $y_{t+h}$. Each sequence of the data has been standardized to have zero mean and unit variance. Our methodology relies on the principle that only a proportion of all the predictors have significant forecast ability for the target variable of interest. Next, we present the static and dynamic modeling approaches of the SSRF model, along with the strategies for parameter tuning.
Static forecasting refers to factor-based forecasting using contemporaneous factors extracted from a panel of predictors. The procedure consists of the following four steps:
Dynamic forecasting refers to factor-based forecasting that utilizes both contemporaneous factors and their lagged values to capture temporal dependencies in the data. The procedure differs from static forecasting in that the first two steps are replaced with the following:
To summarize, factors can be extracted using two methods:
These approaches correspond to three variants of SSRF in Step 4: (1) using ${\mathbf F}_{f}$, (2) using ${\mathbf F}_{d}$, or (3) using a hybrid factor space, ${\mathbf F}_{hyb}$, which combines columns from both ${\mathbf F}_{f}$ and ${\mathbf F}_{d}$, denoted as SSRF(1), SSRF(2), and SSRF(3), respectively. One motivation for adopting the third factor modeling strategy is that, while both dimensions originate from the same underlying dataset, they each provide valuable insights. By integrating Lasso regression after PCA, we can achieve more precise variable selection, mitigating redundancy and enhancing model prediction.
Our framework involves the following key tuning parameters:
In this section, we conduct Monte Carlo simulations to evaluate the finite-sample performance of the proposed method and examine its strengths and limitations under various conditions. We follow the data-generating process (DGP) in bai2023approximate, where the observed $p\times T$ data matrix ${\mathbf X}$ is generated element-wise as $x_{jt} = \boldsymbol{\lambda}_j'{\mathbf f}_t+ \sigma_je_{jt}$. The latent factor structure comprises ${\mathbf f}_t \sim N(0,I_r)$ and $\boldsymbol{\lambda}_j \sim N(0,I_r){\mathbf D}{\mathbf B}/\sqrt{p}$, with diagonal matrices ${\mathbf D}$ and ${\mathbf B}$ encoding factor strengths. Specifically, each diagonal entry of ${\mathbf B}$ is defined as ${\mathbf B}_{jj} = p^{\alpha_j / 2}$ for $j = 1, 2, \dots, r,$ where the exponents $\alpha_j \in [0,1]$ quantify the relative importance of each factor. Larger values of $\alpha_j$ indicate stronger factors, while smaller values correspond to weaker factors. To introduce idiosyncratic variability, noise terms $e_{jt} \sim N(0,1)$ are scaled by variances $\sigma_j$, which are independently sampled from a uniform distribution. This setup ensures controlled variability in noise magnitudes across observations. We consider three distinct methods for generating the target variable $y_{t+h}$, with $h=1$, $p=500$ and $T=100$:
DGP1 and DGP2 utilize contemporaneous factors, whereas DGP3 introduces lagged factors into the mix. In both DGP1 and DGP3, multiple factors are predictive, with the second factor deliberately set to be non-predictive. In contrast, DGP2 represents an extreme scenario where solely the fourth factor is predictive. Since the estimated factors $\widehat{\mathbf f}_t$ are only identifiable up to a rotation within the factor model framework, we conduct Lasso regression on the transformed factors ${\mathbf V} \widehat{\mathbf f}_t$. Here, ${\mathbf V}$ denotes the right singular matrix obtained from the singular value decomposition (SVD) of the scaled loading matrix. To rigorously assess the model's efficacy in factor recovery, two key metrics are employed: the frequency with which nonzero coefficients are accurately identified, and the precision of factor recovery, as gauged by the norm $\|\widehat{\mathbf F}\widehat{\mathbf F}'- {\mathbf F}{\mathbf F}'\|_2$.
Tables (ref) and Table (ref) summarize the factor recovery performance for DGP1, DGP2, and DGP3 under varying factor strengths. Stronger factors (e.g., $(1,1,1,1)$) provide a pronounced signal-to-noise ratio, while weaker settings (e.g., $(0.5,0.5,0.5,0.5)$) dilute the overall information strength. Comparisons, such as between (1,1,1,1) and (1,0.5,1,1), illustrate shifts in relative factor strength, where non-predictive factors are less dominant, and vice versa. For DGP1, settings with strong predictive factors, (e.g., (1,1,1,1) and (1,0.5,1,1)) benefit from stricter screening threshold (e.g., $k/p$ = 0.1), achieving higher recovery rates despite a slight trade-off in accuracy due to aggressive filtering. This highlights the ability of stringent thresholds to effectively isolate relevant components and suppress noise in high-information environments. As the overall factor strength weakens (e.g., (0.5,0.5,0.5,0.5)), higher screening thresholds continue to improve recovery rates, but the increased impact of noise reduces overall accuracy. However, when irrelevant factors dominate, as in (0.5,1,0.5,0.5) for DGP1 or (1,1,1,0.5) for DGP2, stricter screening may inadvertently exclude weak but relevant signals, lowering recovery rates. In such low signal-to-noise conditions, a more lenient threshold helps retain critical predictive information, reducing the risk of omitting key components. Similar results can be observed for DGP3, as shown in Table (ref).
To measure the model’s forecasting performance, we compute the mean squared forecast error (MSFE), expressed as:
Here, $y_{t+h}$ denotes the $h$-step actual target variable, and $\widehat{y}_{t+h}$ refers to its predicted value. Lower MSFE values indicate higher forecasting accuracy. We employ an expanding window approach for out-of-sample forecasting, utilizing all available data up to a time period $t$ to forecast the value for the subsequent time period $t+h$. In the simulation study, we set $t=80$ and $T=100$.
We demonstrate the out-of-sample MSFE results for DGP1 and DGP3 across various factor strengths in Table (ref), considering alternative methods such as sPCA, PLS, adaptive Lasso, and random forest. Under configurations with strong predictive factors, including (1,1,1,1) and (1,0.5,1,1), SSRF(1) consistently delivers the lowest MSFE. This is because the strict screening threshold effectively isolates the dominant predictive factors while suppressing noise, leading to improved forecasting accuracy. In contrast, weaker factor settings lead to higher forecasting errors, as the dominance of noise makes identifying valuable information more challenging. For dynamic factor models in DGP3, SSRF(2) shows a distinct advantage, outperforming other methods across all configurations. This highlights the different focuses of SSRF(1) and SSRF(2) on factor manifestations. As shown in the table, the proportion of retained factors is reported alongside the best-performing values, providing insight into the role of screening thresholds. Consistent with earlier results: strict screening is effective when predictive factors dominate, while inclusive thresholds are preferable when irrelevant factors prevail to preserve critical information.
In our empirical study, we employ the proposed SSRF method to forecast the 1-month ahead excess stock return, stock volatility, Consumer Price Index (CPI), and Producer Price Index (PPI) using 54 macroeconomic variables. The excess stock return is measured by the monthly market value-weighted excess return of Chinese A-share listed companies, excluding “ST” and “PT” companies, with the one-year fixed deposit interest rate serving as the risk-free rate. Stock volatility is calculated as the square root of the svar values, which represent the sum of squared daily returns of the Shanghai Stock Exchange (SSE) Composite Index over a corresponding month.
Our data is sourced from the China Stock Market and Accounting Research (CSMAR) database (\url{https://data.csmar.com/}), the National Bureau of Statistics (\url{https://www.stats.gov.cn/}), and the Wind Economic Database (\url{https://www.wind.com.cn/}). Similar to mccracken2016fred, tu2023, and gao2024supervised, these variables are categorized into seven key macroeconomic domains: Output (OUT), Stock Market (SM), Prices (PR), Interest and Exchange Rates (IER), Money and Credit (MC), Consumption (CON), and Investment (INV). Due to the ongoing refinement of China's systematic macroeconomic data compilation, the macroeconomic variables differ from those of the U.S. as outlined by mccracken2016fred. Our dataset consists of 54 variables, with detailed descriptions and the transformation codes used to ensure stationarity for each macroeconomic variable provided in Table (ref) in the Appendix. The dataset spans the period from November 1996 to December 2019. However, data after 2019 were excluded due to the unique economic impact of the COVID-19 pandemic on China. The data from November 1996 to June 2013 are used as the training sample, while the remaining portion serves as the test sample.
In the initial exploration, we investigate the predictive power of each individual predictor on the focal variables. (ref) presents the in-sample $R^2$ values for predicting the 1-month ahead excess stock return, change in stock volatility, change in CPI and change in PPI, utilizing each of the 54 macroeconomic indicators. Panel A reveals that Stock Market variables, notably new issues and corporate fundamental performance, exhibit the highest predictive power for stock returns. Additionally, variables associated with Consumption (CON), Investment (INV), and Interest and Exchange Rates (IER) demonstrate substantial forecasting capability compared to other groups. For stock volatility, the lagged stock variance proves to be a robust predictor, aligning with the volatility clustering in financial markets. Beyond the Stock Market conditions, variables pertaining to Interest Rates and Exchange Rates (IER) and Money and Credit (MC) also display considerable predictive relevance for volatility prediction. Panels C and D indicate that variables related to Prices (PR) and Money and Credit (MC) possess the greatest predictive strength for changes in CPI and PPI, which is anticipated given that several price variables are directly related to indices of consumer and producer prices.
In this section, we evaluate the in-sample performance of the proposed method by examining the concentration patterns and the loadings of the factors derived from various supervised factor-based techniques. The aim is to clarify the relationship between macroeconomic variables and the variables of interest, providing insights into the predictive capabilities of our method.
We begin by examining the factor concentration patterns across various methods. Specifically, we evaluate the factor extraction results from several approaches: feature-screened and scaled PCA (SSPCA-f, Steps $1+2+3$), dynamic-screened and scaled PCA (SSPCA-d, Steps $1'+2'+3$). These are compared against traditional PCA and two other supervised methods—scaled PCA (sPCA, Steps 2+3) from scaledpca and Screened PCA (srPCA, Steps 1+3), which combines correlation-based screening with PCA—due to their relevance to our approach. (ref) presents the eigenvalues for predicting stock returns and CPI, while the results for predicting stock volatility and PPI are shown in (ref). The first factor from PCA explains about 15% of the total variance, while the first factor from SSPCA accounts for a larger proportion, ranging from 30% to 63%. This variation highlights the role of target variables in guiding the PCA process. Subsequent components, however, contribute less, indicating a diminished explanatory power. Thus, integrating Lasso for factor selection is both logical and crucial for improving forecasting performance. We also observe that SSPCA-f and SSPCA-d lead to different contributions from individual factors, suggesting that the screening and scaling methods extract distinct information from the temporal and feature dimensions, especially when lagged time series are present.
Next, we conduct a detailed comparison of the factor composition of the first to third PCA factors guided by factor models just mentioned for predicting 1-month ahead excess stock returns, as shown in (ref). Specifically, the initial two factors of traditional PCA capture a diverse array of economic indicators, predominantly correlating with price indices (PR), interest and exchange rates (IER), and also significantly involving money and credit and stock market variables. The third factor is mainly influenced by IER and stock market (SM) indicators. When using the screening method as a supervisory technique, the factors load primarily on certain price-related (PR) and stock market (SM) variables, followed by INV and IER indicators. In contrast, the scaled PCA allocates most of its factor weights to the stock market, effectively scaling other predictors to negligible values. The loading factors derived from the SSPCA-f method closely align with those of scaled PCA. This alignment occurs because the scaled method disproportionately emphasizes critical economic indicators, diminishing the contribution of the screening method in the excess stock return context, especially when few variables are filtered out.
While SSPCA-d and SSPCA-f differ in coefficient signs, both methods amplify similar core information stock market (SM) in the primary components. At the same time, their selection on less dominant factors varies, offering complementary insights, which can enhance predictive performance. (ref) presents additional examples of factor loadings from SSPCA-f and SSPCA-d for forecasting 1-month ahead changes in stock volatility, CPI, and PPI, revealing distinct patterns compared to traditional PCA (as shown in (ref)). In Panel B, the loadings emphasize SM variables such as stock variance and the inflation rate, underscoring their relevance in forecasting stock volatility. For CPI prediction, the first factor is primarily associated with PR and IER. While these variables align with those identified by PCA, their weights are adjusted, filtering out many less significant ones. Notably, the output (OUT) group is strongly amplified in both SSPCA-f and SSPCA-d. For PPI, the loadings are closely linked to specific price variables, which is expected given their inherent direct relationship.
In this section, we evaluate the out-of-sample predictive performance of SSRF in the macroeconomic prediction task using MSFE in ((ref)), with the evaluation period ranging from $t=$ June 2013 to $T=$ December 2019. Given that our methodology is grounded in the principles of sPCA, correlation learning, and regression, we evaluate and compare the individual and combined performances of these methods with the proposed SSRF approach.
We first compare SSRF with various dimension reduction techniques: PCA, sPCA, srPCA, and SSPCA-f in conjunction with both Linear Regression (LM) and Lasso regression techniques in forecasting. (ref) presents the out-of-sample MSFE for predicting various economic indicators using these methods, with a particular focus on the three factor space conditions introduced in Section (ref). Specifically, SSRF(1) to SSRF(3) correspond to applying Lasso regression to: (1) ${\mathbf F}_{f}$, (2) ${\mathbf F}_{d}$ and (3) ${\mathbf F}_{hyb}$. We treat (1) and (2) as baseline methods, since they rely on single-dimensional scaling techniques and commonly used screening and regularization frameworks. Our focus is on evaluating (3), which examines how the SSRF model integrates information from both feature and temporal dimensions to enhance predictive performance.
The results in (ref) show that SSRF consistently achieves a comparatively low MSFE, demonstrating superior predictive performance across most economic indicators and forecast horizons. Notably, SSRF(3) outperforms alternative methods in all scenarios except for stock volatility prediction. This highlights the advantage of integrating signals from both dimensions, which capture complementary predictive information, as supported by the factor loading results in the previous section. For stock volatility, however, the SSRF approach does not surpass the simpler srPCA+Lasso method, which excludes the scaling step. We attribute this divergence to two key factors: (1) the screening step in SSRF already isolates a dominant predictor that largely governs volatility dynamics, and (2) the subsequent scaling procedure in sPCA may inadvertently amplify noise rather than enhancing signal discrimination. Furthermore, as the forecast horizon $h$ extends, the prediction accuracy gradually declines. This is understandable, as uncertainty increases with a longer forecasting time horizon, making accurate predictions more challenging.
The ratio-based approach typically reduces PCA factor selection to a lower dimension. In contrast, SSRF opts for a more inclusive initial selection of factors, denoted by a potentially larger number $r$. This strategy proves particularly beneficial in the subsequent phase of the SSRF procedure, where Lasso regression is employed. A comparative analysis between the Linear Regression (LM) and Lasso regression, as shown in (ref), clearly demonstrates the proficiency of Lasso in reducing forecast errors. Further investigation examines how the out-of-sample performance varies with the numbers of factors. As shown in (ref), the SSRF method consistently performs well and remains stable regardless of the number of latent factors. This finding suggests that when there is uncertainty regarding the optimal number of factor dimensions, a prudent strategy is to select a more expansive factor space and employ penalized regression methods like Lasso for automatic variable selection.
We further investigate how the screening parameter influences both MSFE and the number of factors selected by the Lasso models, as shown in (ref). Specifically, $\kappa_1$ is derived from feature relevance, while $\kappa_2$ is based on the dynamic regression fit. As $\kappa_1,\kappa_2$ decreases, leading to an increase in the number of original variables, the number of factors selected by Lasso becomes stable except for SSRF(3), as many variables are irrelevant and do not contribute to predictive power. The SSRF(3) model generally selects more factors than other configurations. However, this increase is not a simple doubling, as some selected factors may contain redundant information.
For the prediction of excess stock returns in Panel A, SSRF(3) achieves the lowest MSFE, indicating that integrating cross-sectional and temporal dimensions enhances signal extraction efficiency. This performance improvement occurs when retaining a higher proportion of factors, suggesting that forecasting stock returns using macroeconomic data operates in a low signal-to-noise environment. In such settings, a broader set of variables is necessary to capture potential predictive information effectively. In contrast, stock volatility forecasting reveals a different outcome, where SSRF(1) delivers superior accuracy with minimal retained variables, reflecting the dominance of a single strong predictor in volatility dynamics. This result aligns with established empirical evidence: while volatility exhibits time-series clustering patterns, macroeconomic factors exert limited explanatory power at low frequencies. For CPI and PPI forecasting, SSRF(2) outperforms SSRF(1), emphasizing the benefits of incorporating temporal information from dynamic factors. This result highlights the critical role of temporal persistence in capturing price index dynamics and enhancing forecast accuracy.
We expand our comparison to include other established machine learning techniques suitable for handling many predictors. Specifically, we consider Partial Least Squares (PLS) as introduced by wold1966estimation, the Smoothly Clipped Absolute Deviation (SCAD) method proposed by fan2001variable, and the Elastic Net (ENet) regularization technique developed by zou2005regularization, respectively. The empirical results in (ref) reveal that the SSRF method generally exhibits the lowest MSFE values across most target variables and horizons, suggesting its superior forecasting capabilities. Competing methods, such as SCAD and Elastic Net, also demonstrate strong forecasting performance.
Overall, the empirical analysis of China's macroeconomic indices suggests that the proposed SSRF method outperforms many commonly used factor-based and linear approaches in most cases. Furthermore, the inclusion of regularization enhances out-of-sample forecasting performance compared to traditional methods that do not incorporate regularization.
In this paper, we introduced a Supervised Screening and Regularized Factor-based (SSRF) forecasting method designed for economic forecasting in high-dimensional data contexts. Compared to existing methods, SSRF maximizes the utilization of information between target variables and predictors in both feature and temporal dimensions, providing an effective approach for economic forecasting using supervised machine learning techniques. Our method integrates several useful modeling techniques, including correlation learning, scaled PCA, factor modeling, and forecasting. This structured approach is computationally efficient and easy to implement.
Empirically, we apply the proposed SSRF method to predict some key Chinese macroeconomic indices using a dataset of monthly macroeconomic variables from China. Our method demonstrates predictive advantages over several commonly used benchmark methods in the literature. The proposed method offers another valuable option in the toolkit for practitioners interested in out-of-sample economic forecasting with numerous predictors.
\addcontentsline{toc}{section}{\refname}
\setcounter{page}{1}