Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.81 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.81 KB

CodSoft

This repository consists of three machine learning projects developed as part of the CodSoft task. Each project focuses on different aspects of predictive modeling and includes detailed documentation in separate Readme File (.md).

1. Titanic Survival Prediction

Overview

Predicting the survival status of passengers on the Titanic based on various features. The dataset underwent preprocessing steps, including duplicate removal, missing value treatment and model building using Logistic Regression, Random Forest, Gradient Boosting, XGBoost and AdaBoost.

File

  • TITANIC SURVIVAL PREDICTION.ipynb: Jupyter Notebook containing the code.

2. Iris Flower Prediction

Overview

Predicting the species of Iris flowers based on features like sepal length, sepal width, petal length and petal width. The project involves duplicate removal, outlier treatment, label encoding and model building using Random Forest.

File

  • Iris Flower.ipynb: Jupyter Notebook containing the code.

3. Credit Card Fraud Detection Prediction

Overview

Predicting credit card fraud using transaction data. The project includes duplicate removal, missing value check, outlier treatment, data scaling, data balancing data and model building using Logistic Regression.

File

  • Credit Card Fraud Detection.ipynb: Jupyter Notebook containing the code.

Data:

Conclusion:

These projects collectively showcase a range of machine learning techniques for predictive modeling in different domains.