Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 416 Bytes

File metadata and controls

17 lines (13 loc) · 416 Bytes

Student-Performance-ML-Model

Implementation of a complete machine learning pipeline using structured tabular data, covering data preprocessing, model training, and evaluation.

How to Run

Install dependencies:

pip install -r requirements.txt

Result

  • Cleaned and preprocessed dataset
  • Trained machine learning model
  • Model evaluation using standard metrics
  • Reproducible end-to-end ML workflow