Metadata-Version: 1.1
Name: CHAID
Version: 0.0.6
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: MIT
Description: .. image:: https://www.quantifiedcode.com/api/v1/project/7400e498230e4df6b7aa00d4064c5f93/badge.svg
           :target: https://www.quantifiedcode.com/app/project/7400e498230e4df6b7aa00d4064c5f93
           :alt: Code issues
        
          CHAID enables the building of decision trees using the Chi-Squared test for significance. As it is built on numpy dataframes, it works well with pandas.
Keywords: CHAID pandas numpy scipy statistics statistical analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
