SoftwareAG / nyoka

Nyoka is a Python library that helps to export ML models into PMML (PMML 4.4.1 Standard).
Apache License 2.0
184 stars 43 forks source link

Does the xgboost implementation support categorical features? #55

Closed zigs824 closed 1 year ago

zigs824 commented 2 years ago

The previous issue mentioned lgbm does not, I haven't seen any xgboost examples using categorical transformers. I am trying to use onehotencoder for my project because I saw it was listed as supported. Thanks!

Nirmal-Neel commented 2 years ago

Hi @zigs824, we handle each transformer/estimator in a pipeline independently. OneHotEncoder is a transformer which our tool supports and similarly xgboost. Does this answer your question?

mohammedfazil003 commented 1 year ago

Hello @zigs824 , Does it address your query regarding Xgboost, if so can we close the ticket. Thanks.

zigs824 commented 1 year ago

Hi @mohammedfazil003 , yes please close it. Thanks!