Metadata-Version: 1.1
Name: quantile-transformer-tf
Version: 1.2
Summary: An implementation of QuantileTransformer in tensorflow
Home-page: https://github.com/yandexdataschool/QuantileTransformerTF
Author: Nikita Kazeev
Author-email: nikita.kazeev@cern.ch
License: Apache 2.0
Description: [![Build Status](https://travis-ci.com/yandexdataschool/QuantileTransformerTF.svg?branch=master)](https://travis-ci.com/yandexdataschool/QuantileTransformerTF) [![DOI](https://zenodo.org/badge/156366202.svg)](https://zenodo.org/badge/latestdoi/156366202)
        
        # QuantileTransformerTF
        Tensorflow implementation of `sklearn.preprocessing.QuantileTransformer`. Transform only - please use the sklearn to fit.
        
        ## Installation
        
        The releases are published on PyPi
        ```
        pip install quantile_transformer_tf
        ```
        To install from the source
        ```
        python setup.py install
        ```
        
        ## Usage
        Please see the docstrings and `test.py`
        
        Please cite as [![DOI](https://zenodo.org/badge/156366202.svg)](https://zenodo.org/badge/latestdoi/156366202)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
