-
Re: Update flat file in dataiku
Hi @Jmadavi , Are you looking for a way to edit the data? If so, you can use a "push to editable" recipe: https://doc.dataiku.com/dss/latest/other_recipes/push-to-editable.html If that is n…1 · -
Re: Accessing files in a subfolder of a managed folder that is pointing to S3.
Hi, This should work to access the images directly: import dataikuimages_folder = dataiku.Folder('folder')from PIL import Imageplt.figure(figsize=(20,100))files = images_folder.list_paths_i…1 · -
Re: The forum software is missing the Dataiku Version 12
Hi @ecerulm , Thanks for pointing this out! I will forward this to the appropriate team. Best, Jordan2 · -
Re: Dataiku shows me an error when I make a query on Redshift
Hi @rafael_rosado97 , It should not be necessary to alter the jek.xmx. Please try adding the following properties in the "Advanced JDBC properties" of your Redshift connection. enableFetchR…1 · -
Re: Schema for ML prediction analysis for Recommendation system
Hi @Pranay , If we want the model to perform as we expect on new data, we need to provide the model the exact same set of features (as the train dataset), with the same names, prepared in the same ma…1 ·