Skip to content

amish027/Capstone_Project_01_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Capstone_Project_01_ML

Successfully completed the capstone project on Machine Learning algorithm.

Project Overview

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% โœ….

Tools and Methodology

Tools

  • ๐Ÿ“Š 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.

Methodology

  • ๐Ÿ” 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.

Releases

No releases published

Packages

No packages published