Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadegh15khedry/python-projects
collection of simple python projects.
https://github.com/sadegh15khedry/python-projects
dataset dot-functions linear-regression python
Last synced: 3 days ago
JSON representation
collection of simple python projects.
- Host: GitHub
- URL: https://github.com/sadegh15khedry/python-projects
- Owner: sadegh15khedry
- License: apache-2.0
- Created: 2024-06-07T03:10:54.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T03:48:57.000Z (5 months ago)
- Last Synced: 2024-11-11T21:08:58.967Z (3 days ago)
- Topics: dataset, dot-functions, linear-regression, python
- Language: Python
- Homepage:
- Size: 596 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:**
```sh
git clone https://github.com/sadegh15khedry/pythonProjects.git
cd pythonProjects/LinearRegression
pip install -r requirements.txt
```
- **Usage:**
```sh
python example.py
```## License
This repository is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.## Author
- Sadegh Khedry## Acknowledgements
- Contributions and feedback are welcome.