# Train model
make train# Ask price prediction from car mileage (km)
make predict 35000# Train model (bonus part)
make train-bonus# Ask price prediction from car mileage (bonus part)
make predict-bonus# Calculate the precision of the algorithme
make precision-bonus# Train model with weird or inappropriate dataset
# 1 to 5
make train-weird 1# Train model with weird or inappropriate dataset (bonus part)
# 1 to 5
make train-bonus-weird 1