This repository contains various Python projects. Below are the details for some of the projects.
This project contains a Python implementation of the Linear Regression algorithm.
The Python Dataset Split project provides a simple utility for splitting datasets into training, validation, and test sets. This project is useful for machine learning practitioners who need to partition their datasets for training and evaluation purposes. The utility is implemented in Python and provides flexibility in specifying the split ratios
- Technologies Used: Python, NumPy, Pandas, Matplotlib
- Features: Simple Linear Regression implementation, Example usage with a dataset
- Installation:
git clone https://github.com/sadegh15khedry/pythonProjects.git cd pythonProjects/LinearRegression pip install -r requirements.txt
- Usage:
python example.py
This repository is licensed under the Apache-2.0 License. See the LICENSE file for details.
- Sadegh Khedry
- Contributions and feedback are welcome.