/Lasso-Regression

This repository features a project using Lasso Regression for predicting student performance. It involves data preprocessing, implementation of Lasso Regression for feature selection, performance evaluation of the model, and interactive data visualizations. The project is developed in Python.

Primary LanguageJupyter Notebook

Students performance with Lasso Regression

Numerical analysis project

Install libraries:

pip install numpy pandas scikit-learn matplotlib seaborn

or

pip3 install numpy pandas scikit-learn matplotlib seaborn