Metadata-Version: 1.2
Name: rfcde
Version: 0.1.1
Summary: Fits random forest conditional density estimate using conditional density loss for splits.
Home-page: https://github.com/tpospisi/rfcde/python
Author: Taylor Pospisil
Author-email: tpospisi@andrew.cmu.edu
Maintainer: tpospisi@andrew.cmu.edu
License: MIT
Description: =====
        RFCDE
        =====
        
        
        The ``RFCDE`` package implements random forests for conditional density
        estimation.
        
        Installation
        ------------
        
        RFCDE is availabile from PyPI; to install use \`pip\`
        
        .. code:: shell
        
            pip install rfcde
        
        Currently only Python 2.7 is supported due to compilation errors
        with Cython in Python 3.6.
        
Keywords: conditional density estimation,random forests
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C++
Requires-Python: >=2.7
