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
- Host: GitHub
- URL: https://github.com/yandexdataschool/quantiletransformertf
- Owner: yandexdataschool
- License: apache-2.0
- Created: 2018-11-06T10:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T15:27:02.000Z (over 6 years ago)
- Last Synced: 2024-11-01T14:40:11.580Z (8 months ago)
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 7
- Watchers: 14
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/yandexdataschool/QuantileTransformerTF)
[](https://coveralls.io/github/yandexdataschool/QuantileTransformerTF?branch=master)
[](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 [](https://zenodo.org/badge/latestdoi/156366202)