You are on page 1of 6

Step by Step

guide for
a basic
Machine
Learning
project
1) Importing the
required python
modules
2) Reading and
Understanding
the data
3) Dividing data into
features and target,
perform train-test split
and scaling the data
4) Training the model
and predicting the
outcome
5) Evaluating the
model based on the
metric chosen

You might also like