Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.17 KB

Python Projects

This repository contains various Python projects. Below are the details for some of the projects.

Projects

1. Linear Regression

This project contains a Python implementation of the Linear Regression algorithm.

2. Python Dataset Split

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

License

This repository is licensed under the Apache-2.0 License. See the LICENSE file for details.

Author

  • Sadegh Khedry

Acknowledgements

  • Contributions and feedback are welcome.