-
Re: Connect to Dataiku flow csv file in API
Hi, You would want either a fully custom "Python function" kind of API endpoint, or if your system remains close in spirit to a regular classifier, a "Custom Python prediction" en…3 · -
Re: S3 output file name
Hi, It is *sometimes* possible (it depends on the exact recipe kind): Go to the output dataset settings > Advanced, enable "Force single output file" and select "Output file name&qu…1 · -
Re: [CDH Cluster] Unable to start HiveServer2 Connection
Hi, It looks like you have added a "Connection property" in the Hive connection settings (in Administration > Settings > Hadoop) but didn't fill anything in the key. You will need to …1 · -
Re: How can I replace a dataset created from a csv?
Hi, If you create a dataset, you then need to open the recipe and go to the "Inputs/Outputs" tab of the recipe in order to reattach it to the new dataset. You can also go in the Settings of…2 · -
Re: How to save a keras model from a python recipe in a folder ?
Hi, Keras can only save H5 files to a regular filesystem, not to arbitrary storage locations. You can either (recommended) switch your managed folder to a local folder, or: * Save weights to a local …1 ·
