Metadata-Version: 2.1
Name: ml-random-utils
Version: 0.0.2
Summary: Random utilities I use in ML projects.
License: MIT
Author: Marco Podda
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.24.2,<2.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: scikit-learn (>=1.2.2,<2.0.0)
Description-Content-Type: text/markdown

# ml_random_utils

Random utilities I use in ML projects.

[![ci-cd](https://github.com/marcopodda/ml_random_utils/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/marcopodda/ml_random_utils/actions/workflows/ci-cd.yml)

## Installation

```bash
$ pip install ml_random_utils
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`ml_random_utils` was created by Marco Podda. It is licensed under the terms of the MIT license.

## Credits

`ml_random_utils` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

