Metadata-Version: 2.1
Name: my-mltools
Version: 0.3.1
Summary: My machine learning toolkit.
License: MIT
Author: Yang Wu
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: kneed (>=0.7.0,<0.8.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: scikit-learn (>=1.0.2,<2.0.0)
Requires-Dist: tensorflow (>=2.8.0,<3.0.0)
Requires-Dist: yellowbrick (>=1.4,<2.0)
Description-Content-Type: text/markdown

# my_mltools

[![codecov](https://codecov.io/gh/YangWu1227/my_mltools/branch/main/graph/badge.svg?token=9ZL267TMVD)](https://codecov.io/gh/YangWu1227/my_mltools)

My machine learning toolkit.

## Installation

```bash
$ pip install my_mltools
```
## License

`my_mltools` was created by Yang Wu. It is licensed under the terms of the MIT license.

## Credits

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

