Concept
Formulating the dataset in supervised statistical learning
Most textbooks represent vectors (columns) of a tabular dataset as:
x_{1j} \\ x_{2j} \\ x_{3j} \\ \vdots \\ x_{nj} \\ \end{bmatrix}$$ So, the dataset can be represented as $$X=\begin{bmatrix} X_{1} & X_{2} & X_{3} & \dots & X_{p} \end{bmatrix}$$.2
3
Updated 2021-02-10
Tags
Data Science