nyoka
nyoka copied to clipboard
Nyoka is a Python library that helps to export ML models into PMML (PMML 4.4.1 Standard).
## The Problem I am glad, I came to this repository finding for the Keras → PMML exporter. But the new version seems not to be supporting the `Keras2pmml`. But...
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...
I'm running lightgbm classifier `lightgbm.LGBMClassifier`, including setting categorical features as `model.fit(X, y, categorical_feature = ccols)`. When I attempt exporting the resulting model using nyoka's `lgb_to_pmml`, I get the following error...
Hi, I noticed you support most of the available encoders from sklearn, but not OrdinalEncoder. Is there any plan to support it? Thanks!
With this action, whenever a new release is published, the python distribution will be built automatically and uploaded on PyPi. One thing for the maintainer if merging this PR: add...
Hi, I am using nyoka package to generate the PMML file. nyoka version '5.5.0'. use below pypmml package to load the model in my python code to do prediction. What...
I ran into an error running the package with the below: ``` ERROR - File "...virtualenvs/project-zxI9dQ-Q/lib/python3.11/site-packages/nyoka/PMML44Super.py", line 36464 if self.wordSeparatorCharacterRE != "\s+" and 'wordSeparatorCharacterRE' not in already_processed: ^^^^^ SyntaxError: invalid...
I was trying to use nyoka with a bunch of models (LR, RF, KNN, etc.). When I tried to use the skl_to_pmml function with GaussianNB, I get the error "AttributeError:...
I am researching this package for one of our use cases and wondering if any one is maintaining this repository?
Is this package actively maintained ? Any support if we run into bugs as we are looking to leverage the package for some work.