Concept

Modeling Techniques (Predicting student performance using data from an Auto-grading system)

The paper 'Predicting student performance using data from an Auto-grading system' evaluates two modeling techniques: decision trees and linear regression. Decision trees are built from the training set by choosing, at each split, the feature that yields the maximum possible information gain. For the regression approach, the authors use multivariate linear regression because the model includes several independent variables (features).

0

1

Updated 2026-07-10

Tags

Data Science