An open API service indexing awesome lists of open source software.

https://github.com/yandexdataschool/quantiletransformertf

Tensorflow implementation of sklearn.preprocessing.QuantileTransformer
https://github.com/yandexdataschool/quantiletransformertf

Last synced: 2 months ago
JSON representation

Tensorflow implementation of sklearn.preprocessing.QuantileTransformer

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/yandexdataschool/QuantileTransformerTF.svg?branch=master)](https://travis-ci.com/yandexdataschool/QuantileTransformerTF)
[![Coverage Status](https://coveralls.io/repos/github/yandexdataschool/QuantileTransformerTF/badge.svg?branch=master)](https://coveralls.io/github/yandexdataschool/QuantileTransformerTF?branch=master)
[![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)