Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 938 Bytes

README.rst

File metadata and controls

54 lines (31 loc) · 938 Bytes

TOAD

Latest version on PyPi Supported Python versions Travis-CI build status

ESC Team's scorecard tools

Install

via pip

pip install toad

via source code

python setup.py install

Usage

import toad


data = pd.read_csv('test.csv')

toad.detect(data)

toad.quality(data, target = 'TARGET', iv_only = True)

toad.IV(feature, target, method = 'dt', min_samples = 0.1)

Documents

A simple API docs