Skip to content

sadegh15khedry/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published