-
403 Forbidden on Jupyter notebooks after updating from 13.0.0 to 13.0.3
Hello, I'm using a custom installed dataiku, on debian 11, free license (with advanced features trial). I'm getting "403 Forbbiden" when opening jupyter notebooks after updating from 13.0.0 to 13.0.3. I've noticed that I don't get them when connecting to the Dataiku instance directly from my home network, only when doing…
-
How to manage file format restrictions like the MP3 requirement in Speakatoo’s API when creating a w
I am developing a widget and need to handle file format restrictions specified by Speakatoo’s API, such as the requirement for MP3 files. What’s the best way to manage this? Are there any recommended practices or examples for ensuring compliance with the API’s file format rules? Any help would be appreciated!
-
How Can I Integrate Speakatoo’s Text-to-Speech API with Dataiku for Audio Data Insights?
I’m looking to enhance my Dataiku workflows by integrating Speakatoo’s text-to-speech (TTS) API to turn data insights or alerts into audio. Has anyone tried using a TTS service like Speakatoo within Dataiku for this purpose? I think it could help make data monitoring or reporting more accessible. What challenges should I…
-
Clear Notebook Output before checking into Version Control
Suppose we are working with certain sensitive data and do not want the output of the cells to get stored in the version control system, how can we clear the outputs by default? When checking in the notebooks separately, we use the following library which clears the output cells. # Install librariespip install nbstripout…
-
abc
-
"Forecasting Sales with Machine Learning" sample project unavailable?
Hi, Was the "Forecasting Sales with Machine Learning" sample project and related blog posted moved? The project links now return a 404: Blog post: https://www.dataiku.com/learn/samples/forecasting-sales/ Project link: https://gallery.dataiku.com/projects/DKU_STORESALES/ I found the project's description in some old…
-
Can we use a Kubernetes cluster with the free edition of Dataiku?
Hi, Can we use a Kubernetes cluster with the free edition of Dataiku? Let's say we have a Linux VM in AWS or Azure environment where we have deployed the free edition of DSS Ver 12 or later. Is it possible to use a Kubernetes cluster in this environment to reduce model training time? Thank you. Taka Operating system used:…
-
Identify Product ICC using Attribute Values
I am new to Dataiku, how can i identify/predict ICC of a product using attribute values based on raw data using Dataiku AI/ML Capabilities
-
Co-Marketing Material
Where can I find the co-marketing materials?
-
Keyword for creating sql spark recipe via Python API
Hi Team, Could you please help me clear below doubts? The use-case here is that the output of window recipe(s3) would be input to sql-spark recipe whose query we will dynamically create in python, add and run it from python. The output will also be s3 output. builder = project.new_recipe(??) #what would be the keyword for…