-
Re: How can I add a Plugin to the right side panel
Hi, Yes, you can! Simply add "selectableFromDataset" key inside your recipe.json, as explained in https://doc.dataiku.com/dss/latest/plugins/reference/recipes.html#select-from-flow-view. No…1 · -
Re: copy files from bucket to bucket
Hi, The get_download_stream and upload_stream method imply data streaming in-and-out of S3 onto the DSS server. You can achieve higher efficiency by using a cloud-specific API: https://boto3.amazonaw…1 · -
Re: Forecast Plugin - error in partitioned dataset - MAE
Hi, The steps you are taking are correct. The two numbers are actually different by design. In the output of the "Forecast future values and get historical residuals" recipe, the "fore…2 · -
Re: uploading file to S3 bucket
Hi, Unfortunately, I am unable to reproduce the situation you are describing. Could you please detail the different steps by adding some screenshots of your flow and recipe settings? Cheers, Alex1 · -
Re: An optimal flow for model evaluation and retraining
Hi, The logic of the flow fits the use case you describe well. The challenge you are describing with the time to load data is linked to your specific GCS/BigQuery setup. I see that you have opened an…1 ·