Metadata-Version: 2.1
Name: CHAID
Version: 5.4.2
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
Keywords: CHAID pandas numpy scipy statistics statistical analysis
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE.txt
Requires-Dist: cython
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: treelib
Requires-Dist: scipy
Requires-Dist: enum34 ; python_version == "2.7"
Provides-Extra: graph
Requires-Dist: graphviz ; extra == 'graph'
Requires-Dist: plotly ; extra == 'graph'
Requires-Dist: colorlover ; extra == 'graph'
Requires-Dist: kaleido ; extra == 'graph'
Provides-Extra: spss
Requires-Dist: savReaderWriter ; extra == 'spss'
Provides-Extra: test
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: tox-pyenv ; extra == 'test'
Requires-Dist: detox ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: psutil ; extra == 'test'

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