Metadata-Version: 2.1
Name: AdvantitiousBush
Version: 1.0.0
Summary: A Python library for implementing the Advantitious Bush algorithm
Home-page: https://github.com/senseiwhales/advantitious-bush
Author: senseiwhales
Author-email: senseiwhales@gmail.com
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas

# Advantitious Bush

Advantitious Bush is a Python library for implementing a machine learning algorithm based on the Advantitious Bush method.

## Installation

You can install Advantitious Bush via pip:

```bash
pip install AdvantitiousBush
