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

Mark unsigned integer types as supported #109

Closed vruusmann closed 5 years ago

vruusmann commented 5 years ago

See https://github.com/jpmml/sklearn2pmml/issues/164#issuecomment-509540777

The Numpy array parser can handle unsigned integer values for quite some time already. However, there appears to be some "gatekeeper code" that is not yet informed about this new development.

vruusmann commented 5 years ago

Also, see https://github.com/jpmml/sklearn2pmml/issues/164#issuecomment-509564787