- Collect or use a dataset with features like study_hours, sleep_hours, attendance_rate, and exam_score.
- Task 1: Use Linear Regression to predict the exam_score based on study_hours.
- Task 2: Use Decision Tree Classification to classify students as "Pass" or "Fail" based on a threshold score (e.g., 40 marks).
- Bonus: Visualize how study hours impact performance using scatter plots and decision boundaries.
@GauravPatil04:
-
feature/data-cleaning (shared) -
feature/linear-regression -
feature/scatter-plot
@sohamnr:
-
feature/decision-tree -
feature/decision-boundary -
feature/final-report (shared)
⚠️ Important:
- Team members must work on their respective
feature/* branches.- All changes should be submitted via a Pull Request to the
dev branch. Direct commits to themain branchare strictly prohibited.- Merges to
mainwill only occur after review, testing, and approval of all features fromdev.