This repository contains Python scripts for performing various regression techniques on a given dataset. The regression techniques included in this repository are:
- Simple Linear Regression
- Multiple Linear Regression
- Polynomial Regression
- Ridge Regression
- Lasso Regression
- Elastic Net Regression
- Clone the repository:
git clone https://github.com/KarimAhmed-dotcom/Regression.git
- Navigate to the
Regression
directory:cd Regression
- Import the necessary regression script from the
regression
module:from regression import simple_linear_regression
- Load your data into a Pandas DataFrame.
- Call the desired regression function with your data as input. For example:
simple_linear_regression(X, y)
- The function will return the regression model and its parameters, which can then be used for prediction or analysis.
This project is licensed under the MIT License - see the LICENSE
file for details.
For any questitions contact me at [email protected]