Metadata-Version: 2.1
Name: mldsutils
Version: 0.0.3
Summary: A toolkit for various machine learning tasks.
Author-email: Baris Gün Sürmeli <baris.suermeli@th-owl.de>
Project-URL: Homepage, https://github.com/barisguns/MachineLearningUtils
Project-URL: Bug Tracker, https://github.com/barisguns/MachineLearningUtils/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![codecov](https://codecov.io/github/barisguns/MachineLearningUtils/branch/master/graph/badge.svg?token=UC2CQMEXQR)](https://codecov.io/github/barisguns/MachineLearningUtils)

[![API workflow](https://github.com/barisguns/MachineLearningUtils/actions/workflows/codecov_update.yml/badge.svg)](https://github.com/barisguns/MachineLearningUtils/actions/workflows/codecov_update.yml)

# Machine Learning Utilities

mldsutils is a Python module that offers various tools for machine learning and data science.
It is built up on scikit-learn and rather focuses on specific tools that could be useful in different application domains.
Domains in its scope include but not limited to: Industrial processes, spectroscopy and authentication.

## Documentation

A documentation is not available at the moment but in progress. 

## Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. For the moment it is not intended for deployment on a live system.

### Dependencies

mldsutils requires:

- Python (>=3.9)
- numpy (>=1.24.3)
- scikit-learn (>=1.2.2)
- scipy (>=1.10.1)
- imblearn (>=0.0)

The examples require:
- matplotlib (>=3.7.1)

### User installation

You can install mldsutils using pip:
```
pip install mldsutils
```

## Built With

* [Hatchling](https://hatch.pypa.io/latest/config/build/) 

## Authors

* **Barış Gün Sürmeli** - [barisguns](https://github.com/barisguns)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
