You are on page 1of 16

SUMMER INTERNSHIP

JULY 03 2023 JULY 19 2023


MEETING AGENDA

01
PROJECT OBJECTIVE
02
PROJECT TIMELINE
Describe the topic of the agenda here Overall timeline of this project

03
LEARNING
04
CONCLUSION
Overall explanation of the ml model Give a conclusion about the project
01
PROJECT
OBJECTIVE
PREDICTING CAR PRICE ML
MODEL
machine learning model to predict the price of a car based on various input factors.

This model gets trained on a huge input value to give tangible results
02
PROJECT
TIMELINE
Elaborate on what you want to discuss.
PROJECT TIMELINE
July July July THURSDAY

03 07 25 26
Phase 1 Phase 2 Phase 3 Phase 4
Data Preparation. Data Preparation. Getting started with ml models Implementing and getting on
. work with ml model.
03
LEARNING

Elaborate on what you want to discuss.


ALGORITHMS USED
Three main algorithms are mainly used in this project:
Linear regression

Random Forrest regression

XG Boost
LINEAR REGRESSION
Linear regression is a simple and widely-used statistical method in machine learning
for modeling the relationship between a dependent variable (target) and one or more
independent variables (features or predictors

Gather a dataset with pairs of input features (x) and corresponding target values (y).

Perform any necessary data preprocessing steps, such as handling missing values,
encoding categorical variables, and scaling/normalizing the data
RANDOM FORREST REGRESSION
Random Forest Regression is an ensemble learning technique used for both
regression and classification tasks in machine learning. It is based on the Random
Forest algorithm, which is an ensemble of decision trees.

Gather a dataset with features (independent variables) and a corresponding target


variable (dependent variable) for the regression task

Choose Random Forest Regression as the algorithm for modeling the relationship
between features and the target variable.
XG BOOST
XGBoost (Extreme Gradient Boosting) is a powerful machine learning algorithm that
excels in both regression and classification tasks. It is an ensemble learning technique
that combines the predictions of multiple decision trees to create a strong predictive
model
Among all three algorithms used XGBoost is the most accurate and efficient one
which gives a staggering value of 96% accuracy.

Hence, we’ve chose Xgboost algo and implemented the same.


SAMPLE CODE
SAMPLE CODE
SAMPLE CODE
OUTCOMES
Honed skills in preprocessing and cleaning raw data, as well as extracting relevant
features from car-related datasets. This knowledge formed the foundation for accurate
and effective predictive modeling.

Got to knpw about feature importance analysis, gaining the ability to discern which
attributes most significantly influence car sale prices. This skill enriched the
interpretability of our models and fostered better decision-making.

Through hands-on experience, I developed expertise in building machine learning


models tailored to predicting car prices. I learned to select appropriate algorithms
THANK
YOU

You might also like