Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.