You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project from scratch to intermediate level for prediction of marks. Working through data
by cleaning and arranging and then visualize and analyze it to predict the marks for next semester. Working through different algorithms to find which is better and why?
Tech Stack:
Python (Data Cleaning, Analysis, and Visualization),
Jupyter Notebook,
Machine Learning
Road Map
Using pyPDF2 and Regular Expressions to Clean Data (1 Day)
Pandas, Matplotlib and Seaborn to analyze, visualize data (1-2 Day)
Concepts of Statistics such as mean, variance,standard deviation and likelihood covered (1 Day)
Using Linear Regression, K-Nearest Neighbour and Random Forest to predict marks with very high accuracy. (1-2 Day)