Metadata-Version: 2.0
Name: CHAID
Version: 5.3.0
Summary: A CHAID tree building algorithm
Home-page: https://github.com/Rambatino/CHAID
Author: Mark Ramotowski, Richard Fitzgerald
Author-email: mark.tint.ramotowski@gmail.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Keywords: CHAID pandas numpy scipy statistics statistical analysis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: colorlover
Requires-Dist: cython
Requires-Dist: graphviz
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: pytest
Requires-Dist: savReaderWriter
Requires-Dist: scipy
Requires-Dist: treelib
Requires-Dist: enum34; python_version == "2.7"
Provides-Extra: test
Requires-Dist: codecov; extra == 'test'
Requires-Dist: detox; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: tox; extra == 'test'
Requires-Dist: tox-pyenv; extra == 'test'

This package provides a python implementation of the Chi-Squared Automatic Inference Detection (CHAID) decision tree


