Metadata-Version: 2.1
Name: horseracepredictor
Version: 0.3.7
Summary: A package to predict horse race winners
Home-page: https://github.com/BLILLP/horserace-nn.git
Author: BLILLP
Author-email: deviprasadgurrana@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: statsmodels
Requires-Dist: scikit-learn

# Horse Race Predictor

A machine learning library to predict horse race outcomes using neural networks or regression models.

## Installation

```bash
pip install horseracepredictor
