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
Related
Formulating the dataset in supervised statistical learning
Types of Data Points
Number of data points (instances)
Supervised statistical learning assumptions
Formulating the dataset in supervised statistical learning
Training or Fitting a supervised statistical learning model
Machine Learning Label
The Error Term in Supervised Statistical Learning
Prediction in statistical learning