Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="used-car-quality-prediction")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/abdulzain6/used-car-quality-prediction

Predicting Used Car Quality

Predict if a car purchased at auction is a lemon

In this notebook we will use several pieces of information to predict if a used car is a bad buy or not.

!pip install pandas numpy matplotlib seaborn --quiet