Prem George

Results 27 issues of Prem George

Hi, Using versions tensorflow 2.3.0, keras2onnx 1.7.0 keras 2.4.3 ``` from tensorflow.keras.wrappers.scikit_learn import KerasClassifier from tensorflow.keras.models import Sequential #initialise NN as sequence of layers from tensorflow.keras.layers import Dense, Dropout #build...

Hi, I am upgrading my python to 3.10.0, currently using 3.9.5 where onnxmltools==1.7.0 working good. I installed 1.10.0 in py3.10.0, I am getting following error while installing May I have...

Is it possible to get converter and shape calculator for pyod feature bagging? https://pyod.readthedocs.io/en/latest/_modules/pyod/models/feature_bagging.html ``` import pandas as pd from pyod.models.feature_bagging import FeatureBagging from sklearn.preprocessing import MinMaxScaler from onnxmltools.convert.common.data_types import...

pending user response

I'm pulling data from elastic search using python client scroll id and appending in a dataframe as follows ``` import pandas as pd from elasticsearch import Elasticsearch es = Elasticsearch([{'host':...

Is it possible to inverse the plot eg: ![image](https://user-images.githubusercontent.com/30790120/131931485-1c450969-652e-4d18-8eff-f31b862943b0.png) Above is plotted by Target Field and each predictors on same line, if there are many features the plot looks too...

May I have some help here please Getting this error all of a sudden ``` """Exception occured: OSError : [Errno 22] Invalid argument ( File "C:\Python\Lib\site-packages\joblib\externals\loky\backend\resource_tracker.py", line 209, in _send...

I'm using elastic 7.16.3, from python when I do a bulk upload like ``` try: es.bulk(rec_to_actions(df, elastic_index)) except Exception as e: raise ElasticUpdateError("Transport Error: Can't Push data Artifacts to elastic...

Hi, I am getting the error which I can see the different issues for the same in discussions dating back from 2016, ``` som_clu.train() Traceback (most recent call last): File...

While fitting traind_data, getting PicklingError, can you help on this, Thanks ``` fit_dl_pipeline = dl_pipeline.fit(train_data) /usr/lib/python3.7/pickle.py in save_tuple(self, obj) 785 for element in obj: --> 786 save(element) 787 /usr/lib/python3.7/pickle.py in...

Problem: Trying to save non symmetric trees in "ONNX" format but getting error as can save only in cbm, Json, or Pmml format, Is there a work around please? catboost...