Metadata-Version: 2.1
Name: dython
Version: 0.6.7.post1
Summary: A set of data tools in Python
Home-page: http://shakedzy.xyz/dython
Author: Shaked Zychlinski
Author-email: shakedzy@gmail.com
License: BSD (3-clause)
Download-URL: https://github.com/shakedzy/dython
Description: # Dython
        
        A set of **D**ata analysis tools in p**YTHON** 3.x.
        
        **Key features:**
        * Measures of association for categorical features
        * Plot features correlation and association for mixed data-sets (categorical and continuous features) 
        in an easy and simple way
        * Plot ROC curves with AUC scores and estimated-optimal thresholds 
        
        Dython was designed with analysis usage in mind - meaning ease-of-use, functionality and readability are the core 
        values of this library. Production-grade performance, on the other hand, were not considered.
        
        ## Resources:
        * Documentation is available at [shakedzy.xyz/dython](http://shakedzy.xyz/dython)
        * Project source is available at [https://github.com/shakedzy/dython](https://github.com/shakedzy/dython)
        
        ## Related blogposts:
        Learn more about some of the main methods of this library and their usage on 
        [these blogposts](http://shakedzy.xyz/dython/related_blogposts). 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
