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!
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
Added data preprocessing functions to handle missing values and convert categorical features.
Implemented Lasso Regression in predict.py for car price prediction.
Created a function to visualize feature importance in model.py.
Organized the code into a modular structure with separate files for data preprocessing, model training, evaluation, and visualization.
Additional Details
This implementation improves the model's performance by optimizing feature selection through regularization.
[x] I have thoroughly reviewed and updated the requirements.txt file to include any new packages
[x] The predict.py file includes a properly implemented model_details() function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.
[x] I have added relevant tests (if necessary).
[x] I have added comments in the code where needed.
[x] This PR is submitted under Hacktoberfest.
[x] This PR is submitted under GirlScript Summer of Code (GSSoC-Extd).
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
predict.py
for car price prediction.model.py
.Additional Details
This implementation improves the model's performance by optimizing feature selection through regularization.
Checklist
requirements.txt
file to include any new packagespredict.py
file includes a properly implementedmodel_details()
function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.Screenshots of the output