-
Problem in Sign up (Local Free Edition)
Hello When I try to sign up using the free edition of local dataiku Launcher not the Enterprise 14 days trail I used the other one Free Edition I fill the info and when i hit NEXT I got this error : Network error An attempt to communicate with DSS failed. Please check your network connectivity. Network error: ( My internet…
-
install-graphics-export air-gapped
I want to install install-graphics-export so I can export my flow or a dashboard to PDF. I’m in an air-gapped environment. When I start the installation, I get the following error message: ./dssadmin install-graphics-export [+] Saving installation log to /data/dataiku/data/run/install.log [+] Checking dependencies +…
-
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connec
In my Dataiku UI, I created two Python environments under Code Envs: One for Python 3.12 One for Python 3.9 Each environment installs the Python libraries listed in “packages to install” by retrieving them from repositories hosted on an Artifactory. I imported the Artifactory certificate into the keystore of my Dataiku VM…
-
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:…
-
Parquet format table redetected as CSV
Hey, I've been running into an issue where after creating a dataset which is stored in parquet, while using a pyspark recipe, the dataset is redected as csv, without a very different schema. Here's the dataset before pressing redetect format: And after pressing redetect format, It goes from 18 to 75 columns: And the new…
-
Evaluation recipe for custom model
* Can we use evaluation recipe for data drift analysis for any custom model we have build using python recipe instead of using AutoML ? Operating system used: Windows
-
Suggest tips to create a voice cloning AI with accent integration
I want to create a voice cloning AI with accent integration just like the voice cloning software I've been using since the past 7 months. I want to create a similar one with a unique accent cloning feature for my personal use for now. I've been itching to create an AI model which is unlike the ones available online as it…
-
Optimize Data read in time of the recipe in the Flow
Hi, I have a recipe flow which reads data from s3 and does some filtration, calculation on the input data and produces the final output. If the input dataset is huge, the DSS recipe takes a lot of time to read it, is there any parallel processing methodologies to read the data at higher speed?
-
Dataiku and Intel Core i7 Laptop: Optimal Performance and User Experiences
Hello Data Science Enthusiasts, As a data science enthusiast and proud owner of an Intel Core i7 laptop, I recently came across Dataiku.com, a powerful platform designed to facilitate data science and machine learning projects. I'm excited about exploring its features and functionalities, but I wanted to reach out to the…
-
SQLexecutor2
Hi, I have recently encountered a problem with SQLExecutor2. When running a query using SQLExecutor2 in a jupyter notebook if I manually interrupt the kernel or something else interrupts the kernel before the query finishes, SQLExecutor2 seems to never close the connection to the database. After this happens, any new query…