Related Experiment Video
Updated: Jun 12, 2026

Asthma Detection Research Based on Voice Signal Processing and Machine Learning
Published on: July 22, 2025
Regression based hybrid machine learning model performance evaluation on air quality index prediction in Kolkata
Muni Lakshmi G K1, Mokesh Rayalu G2
1Research scholar, Department of Mathematics, School of Advanced Sciences, , Vellore Institute of Technology, Vellore, India. munilakshmi.gk2024@vitstudent.ac.in.
None:
Air pollution, especially elevated particulate matter concentrations, presents a substantial risk to public health and environmental sustainability in urban regions. By employing machine learning and hybrid ensemble models, this study develops a robust frame work for predicting the Air Quality Index (AQI). A multi-step imputation method was used to preprocess the dataset containing metrological variables and air contaminants in order to handle missing values. AQI was selected as the target variable. To assess the possibility of target dependency, two feature configurations were taken in to consideration: a full-featured set and a reduced set that excluded PM2.5 and PM10. Multiple models were used, including Linear Regression, Decision Tree, Random Forest, Gradient Boosting, KNN, MLP and LSTM as well as ensemble methods like Voting and Stacking regressor. Baseline models, namely persistence and SMA were incorporated for comparative analysis. To assess the performance RMSE, MAE, MAPE, RMSLE and R2 with a temporal train test split were used. The Voting regressor achieves the lowest RMSE (10.938) and highest R2 (0.974), while the Stacking regressor offers the lowest MAE and MAPE demonstrating the superior performance of ensemble models. The LSTM model captures temporal patterns but performs below ensemble models. Models with fewer features perform noticeably worse, underscoring the significance of particulate matter. SHAP analysis shows PM2.5 and PM10 as the most influential features while robustness analysis supports stable performance.
Related Concept Videos
Regression Analysis
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
Linear Approximations
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Multiple Regression
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...