Metadata-Version: 2.3
Name: ml_eval_viz
Version: 0.2.2
Summary: A custom python package for Machine Learning model evaluation and visualization.
License: MIT
Author: Vaibhav Kiran Ghaisas
Requires-Python: >=3.11.4,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: matplotlib (>=3.10.5,<4.0.0)
Requires-Dist: numpy (>=2.3.2,<3.0.0)
Requires-Dist: pandas (==2.2.2)
Requires-Dist: scikit-learn (==1.5.1)
Description-Content-Type: text/markdown

# ml_eval_viz

A custom python package for Machine Learning model evaluation and visualization.

## Installation

```bash
$ pip install ml_eval_viz
```

## 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_eval_viz` was created by Vaibhav Kiran Ghaisas. It is licensed under the terms of the MIT license.

## Credits

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

