RTUComputer ScienceYr 2026 · Sem 82026

Q8Big Data Analytics

Question

2 marks

Define regression in data analytics.

Answer

Regression is a predictive mathematical algorithm in machine learning that models the strict statistical relationship between independent variables (features) and a continuous dependent variable (target).

Unlike Classification (which predicts categories like "Spam" or "Not Spam"), Regression predicts an absolute numerical physics value. For example, a Linear Regression model mathematically calculates the exact future price of a house based strictly on its square footage, age, and zip code.

Back to Paper