Successfully completed the capstone project on Machine Learning algorithm.
In this capstone project, a machine learning model was developed using the students.csv dataset. Libraries such as Pandas and Sklearn were utilized. Data was extracted from MySQL , preprocessed, and used to create a logistic regression model. The data was split into training and testing sets, achieving an accuracy of 89% โ .
- ๐ Pandas: For data manipulation and preprocessing, ensuring clean and structured datasets for analysis.
- ๐ Sklearn: Used for building the logistic regression model and handling model training and testing.
- ๐พ MySQL: Extracted the students.csv dataset from a MySQL database for further analysis.
- ๐ฅ๏ธ Jupyter Notebook: For interactive data analysis, visualization, and model development.
- ๐ Data Extraction: Retrieved the students.csv dataset from MySQL for analysis.
- ๐งน Data Preprocessing: Cleaned and prepared the data by handling missing values and standardizing features.
- ๐ Model Development: Built a logistic regression model to predict student outcomes based on the dataset.
- ๐งช Model Evaluation: Split data into training and testing sets, achieving an accuracy of 89% for validation.