Metadata-Version: 2.1
Name: fraud-detection-model
Version: 2.0.0
Summary: Classification model to predict events of fraud.
Home-page: https://github.com/kurtispykes/Portfolio-Projects/tree/main/IEEE-CIS%20Fraud%20Detection
Author: Kurtis Pykes
Author-email: kurtispykes@gmail.com
License: BSD-3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (<1.22.0,>=1.21.2)
Requires-Dist: pandas (<1.4.0,>=1.3.3)
Requires-Dist: scikit-learn (<0.25.0,>=0.24.2)
Requires-Dist: joblib (<1.1.0,>=1.0.1)
Requires-Dist: pydantic (<1.9.0,>=1.8.1)
Requires-Dist: strictyaml (<1.6.0,>=1.5.0)
Requires-Dist: setuptools (<42.0.0,>=41.4.0)
Requires-Dist: wheel (<0.34.0,>=0.33.6)

Classification model to predict events of fraud.

