Learn practical skills, build real-world projects, and advance your career

Used Car Quality Detection

Use the "Run" button to execute the code.

Problem Statement

The challenge of this competition is to predict if the car purchased at the Auction is a Kick (bad buy).Kaggle:

Let's install and import some required libraries before we begin.

!pip install pandas numpy matplotlib seaborn --quiet