-
Model deploy
For deploying a model from DSS, is it currently mandatory to go via the Lab feature? As in, do we have to train a model from inside the Lab?
-
Job failed: Error in python process: At line 16: Python process is running remotely
Dear Experts, currently using Dataiku online. I am trying to read the cleaned dataset , train it and get the model stored in the folder I am new in using Dataiku api, would like to take help here . Then use it in dataiku to test and create api. #…
-
Diffusion modeling starting with time series data
Hi all, Is there anyone out there that is doing diffusion modeling (uptake, innovation) modeling in Dataiku starting with time series data of similar products. Use case I working with perishable products that have an expectation date. Once the date is past that particular product or service is no longer available. Others…
-
Getting error while writitng my data from dataframe to SAP HANA table using python script.
I am getting this error while writitng my data from dataframe to SAP HANA table using python script. Exception: An error occurred during dataset write (mdbQeu4jjA): JDBCDriverException: SAP DBTech JDBC: [288] (at 22): cannot use duplicate table name df = dataiku.Dataset("data") df.spec_item["appendMode"] = True with…
-
edit image labels after validation
Hi my case is very simple. I label images using image labeling, then I validate them. If I made a mistake during validation and I need to relabel some samples or edit their labels how can I do it?
-
display image metadata when annotating images
Hi, How can I display image metadata when I annotate the image? In the image labeling tool -> Settings -> Data I can easily click on image and see its metadata. But I need to show them during the annotation process. Thanks
-
Binning Strategy for Subpopulation Analysis?
I am doing an analysis on the US Census ML dataset, and I've built a model. When I evaluate that model in the Subpopulation Analysis tab, I am choosing "age" as my variable. At the top, I can see it has created 10 bins to put the data in, and they are all roughly the same (between 8 and 12%) modality. However, the spreads…
-
Track Deleted Recipe
Hi Team, Someone deleted a SQL recipe from the Dataiku flow and i am not able to track the individual who deleted that from the flow. I checked the Project Summary section but it showing limited activities. Could you please let me know how can i track? Thanks in Advance Shubham
-
Normalization
I want to implement this function df['spend_normalized']=(df['spend_normalized']-df['spend_normalized'].min())/(df['spend_normalized'].max()-df['spend_normalized'].min()) I am trying to use visual recipes I went for using normalization but doesn't know how it is implemented
-
I have two tables -Source and Target,in Target I want to update values for one column randomly
I have two tables -Source and Target,in Target I want to update values for one column randomly from source table