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

jovian-projcect

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
!pip install opendatasets scikit-learn jovian --quiet --upgrade