Metadata-Version: 2.1
Name: risk-model-tool
Version: 0.1.1
Summary: This is a package help analyzing, preprocessing, and modeling in credit default projects.
License: MIT
Author: Wenjia Zhu, Jianhong Jiang, Jingcheng Qiu
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=9.0.1,<10.0.0)
Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
Requires-Dist: numpy (>=1.22.2,<2.0.0)
Requires-Dist: openpyxl (>=3.0.9,<4.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: python-highcharts (>=0.4.2,<0.5.0)
Requires-Dist: scikit-learn (>=1.0.2,<2.0.0)
Description-Content-Type: text/markdown

# risk_model_tool

This is a package help analyzing, preprocessing, and modeling in credit default projects.

## Installation

```bash
$ pip install risk_model_tool
```

## Usage

The whole package is consisted of 4 parts: `analysis`, `preprocess`, `model`, `utils`.

  - `analysis`: 
  - `preprocess`:
  - `model`: 
  - `utils`: [Doc of Utils](https://github.com/PANDASANG1231/risk_model_tool/blob/master/docs/example.ipynb)

## 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

`risk_model_tool` was created by Wenjia Zhu, Jianhong Jiang, Jingcheng Qiu. It is licensed under the terms of the MIT license.

## Credits

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

