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

Car Price Prediction #123

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 132434

Screenshot 2024-10-11 132401

Screenshot 2024-10-11 132234

Screenshot 2024-10-11 132209

yashasvini121 commented 1 month ago

I guess you are still working on this, because your changes do not include the page for this model.

Sai-ganesh-0004 commented 1 month ago

I didnt understand what you are talking about, Can you please explain me

yashasvini121 commented 1 month ago

Your work is not yet complete, and it’s important to follow the project structure. The goal is to create an interactive form on the website that lets users make predictions. (The form creation is mostly managed by form_handler and page_handler)

Please check the tutorial and the project structure for help.

If you have any queries, let me know.

Sai-ganesh-0004 commented 1 month ago

ok i got it

Sai-ganesh-0004 commented 1 month ago

I have updated pages.json , updated app.py, and also added car price predictor.py file . So now can you check once