You are on page 1of 4

A

MINI PROJECT REPORT ON

“Build a machine learning model that predicts the type of people who
survived
the Titanic shipwreck using passenger data”

SUBMITTED TO THE SAVITRIBAI PHULE PUNE UNIVERSITY, PUNE


FOR
410246: Laboratory Practice III

FINAL YEAR OF ENGINEERING (COMPUTER ENGINEERING)

SUBMITTED BY

1. Name: Varun Kumar Roll No: 38


2. Name: Suyog Patil Roll No: 52
3. Name: Umesh Patil Roll No: 53

DEPARTMENT OF COMPUTER ENGINEERING

MARATHA VIDYA PRASARAK SAMAJ’S


KARMAVEER ADV. BABURAO GANPATRAO THAKARE
COLLEGE OF ENGINEERING, NASHIK-13

SAVITRIBAI PHULE PUNE UNIVERSITY


2023-2024
Index :

1.
Introduction
2.
Problem Definition
3.
Objectives & Scope
4.
Hardware & Software Requirements
5.
Steps of Connection
6.
Architecture Diagram & Flowdiagram
7.
Coding
8.
Output
9.
Working ModuleScreenshots
10.
Applications
11.
Conclusion
12.
References
Introduction :

The objective of this mini project is to build a machine learning model to predict
passenger survival on the Titanic, leveraging the Titanic dataset. By applying data
preprocessing, feature engineering, and a Random Forest Classifier, we aim to make accurate
predictions based on passenger information.

Problem Definition :

The Titanic dataset provides a valuable opportunity to solve a classic


binary classification problem: predicting passenger survival. The significance
lies in understanding the factors contributing to survival on the Titanic and in
developing a model with practical applications in the field of data analysis
and prediction.

Objectives :
Our objectives for this mini project are as follows:

- Preprocess the dataset, handling missing values and encoding


categorical variables.
- Train a Random Forest Classifier to predict passenger survival.
- Evaluate the model's performance and analyze the results.
Hardware and Software Requirements :
For this project, you will need:
- Hardware: A computer with sufficient processing power
- Software: Python, Jupiter Notebook, and the following libraries:
pandas, scikit-learn

You might also like