jpmml / jpmml-sklearn

Java library and command-line application for converting Scikit-Learn pipelines to PMML
GNU Affero General Public License v3.0
531 stars 117 forks source link

Support for QuantileTransformer #191

Closed GasCan666 closed 8 months ago

GasCan666 commented 8 months ago

Need QuantileTransformer support In python, it's from sklearn.preprocessing import QuantileTransformer This QuantileTransformer is a very import Module in data preprocessing, to improve the performance of any model

vruusmann commented 8 months ago

Noted.

But I'd like to see five likes/upvotes on this issue first (as a proof that it's worth solving any time soon).

vruusmann commented 8 months ago

Closing as exact duplicate of https://github.com/jpmml/jpmml-sklearn/issues/70