yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

added new files #122

Closed Sai-ganesh-0004 closed 1 month ago

Sai-ganesh-0004 commented 1 month ago

Description

Implemented the Lasso Regression model for predicting car prices. The model includes preprocessing of the dataset, feature selection, and visualization of feature importance. Additionally, the code is structured into separate modules for better readability and maintainability.

Issue Resolved

This PR resolves #90 .

Changes Made

Additional Details

This implementation improves the model's performance by optimizing feature selection through regularization.

Checklist

Screenshots of the output Screenshot 2024-10-11 132209

Screenshot 2024-10-11 132234

Screenshot 2024-10-11 132401

Screenshot 2024-10-11 132434