What are the models in time series?

Models for time series data can have many forms and represent different stochastic processes. When modeling variations in the level of a process, three broad classes of practical importance are the autoregressive (AR) models, the integrated (I) models, and the moving average (MA) models .

Read more

Why is XGBoost so powerful?

XGBOOST – Why is it so Important? In broad terms, it’s the efficiency, accuracy, and feasibility of this algorithm . It has both linear model solver and tree learning algorithms. So, what makes it fast is its capacity to do parallel computation on a single machine.

Read more