Skip to content

seefish/ML_AI_PAII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ML_AI_PAII

Car Price Prediction Model Findings

Introduction

We have developed a car price prediction model using linear regression, which helps to understand how various features influence the price of a car. Below are the key findings.

Key Insights

  1. Impact of Car Manufacturers:

    • Morgan (+1.77) and Ferrari (+1.24) have the highest positive impact on car prices. Cars from these manufacturers are valued significantly higher compared to other brands.
    • Tesla (+0.97) and Datsun (+0.82) also positively influence car prices, indicating a premium value associated with these brands.
    • Conversely, cars from manufacturers like Mercury (-0.62), and Saturn (-0.62) tend to be valued lower.
  2. Condition of the Car:

    • New cars (+0.41) and those in excellent condition (+0.33) significantly increase the price.
    • Like new (+0.32) and good condition (+0.33) also positively impact the price, but to a slightly lesser extent.
    • Salvage (-0.78) and fair condition (-0.50) negatively impact the price, indicating a substantial decrease in value.
  3. Year and Odometer:

    • Year (+0.22): Newer cars tend to be priced higher.
    • Odometer (-0.44): Higher mileage reduces the car’s value, which is expected as wear and tear increase with usage.
  4. Fuel Type:

    • Diesel (+0.38) cars have a higher valuation compared to other fuel types, likely due to their efficiency and longevity.
  5. Car Type:

    • Hatchback (-0.24) and Sedan (-0.24) types slightly reduce the car price compared to other car types.

Additional Considerations

  • Data Representation: The high coefficients for rare manufacturers (e.g., Morgan, Ferrari) might be influenced by a smaller number of observations. We ensure these insights are robust by validating them with cross-validation techniques.
  • Regularization: We found that minimal regularization was needed, suggesting that the model is very close to a simple linear regression. This means the coefficients are reliable, but it is worth keeping an eye on the potential for overfitting with very specific categories.

Conclusion

The model provides a detailed understanding of how various factors impact car prices. The most influential factors include the car manufacturer, condition, year, and odometer. These insights can help in making informed decisions regarding car valuations and pricing strategies.

Recommendations

  1. Focus on Premium Brands: Emphasize marketing and sales strategies for high-value brands like Morgan, Ferrari, and Tesla.
  2. Condition Management: Implement programs to maintain and improve the condition of cars, as this significantly impacts their resale value.
  3. Monitor Mileage: Highlight the importance of lower mileage in pricing strategies and customer communications.
  4. Fuel Efficiency: Promote diesel cars where applicable due to their higher perceived value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors