-
How to run checks on the model metrics and kick off a model retrain
Hi, I have a model flow setup in Dataiku. Underlying dataset updates every month. How to check if a model metric is below a threshold (say MAPE >5%) and trigger model retraining if it is below the threshold. Even after the retaining if the model performance is below the threshold I want to rebuild the model. i.e. I want to…
-
Macro
I am not able to download macro to download pretrained model for Object Detection. Subprocess did not connect in 60000ms, it probably crashed at startup. Check the logs., caused by: SocketTimeoutException: Accept timed out -- this is the error i get.
-
Exporting documentation to wiki for Confluence
Hi all, I'm looking for a way to programmatically fill the Wiki of a project. For example, I'd like to create an article that contains the Data Catalogue and another that contains the Flow documentation. Both should be updated every week through a scenario. I know there is a native data catalogue and an export available…
-
Data Modeling
Hi All, Could you please the steps to create star schema data model using DATAIKU. The tables are Time_Dimesion,emp_Dimension,Customer_Dimension,Product_Dimension and Sales_Fact. Thank you.
-
AI code assistant in Jupyter not displaying full response
See the below image
-
How do I find the file path of images in a folder so I can extract them and put them on a pdf ?
I have the flow below where I want to use the images stored in the Photos folder? In the folder, there are two images, how can I get those images and add them into the script below that allows me to create pdf files. This part of the script is where the error is coming pdf.image('/project/XX1111/ABC12DDD/apple.jpeg')…
-
Divide a column by another one
Hi, I am supposed to get the GDP per capita. I have a column GDP and a column population. How I can divide GDP by population ?
-
Admin API
Hi, I'd asking about Jobs section in the following page "/admin/monitoring/background-tasks" , how I can getting this data using HTTP API or python API.
-
Where is the PDF output from my python script stored using fpdf?
I installed the fpdf python package in a code env. I created a python notebook and I run this code import fpdf from fpdf import FPDF # Create instance of FPDF class pdf = FPDF() # Add a page pdf.add_page() # Set font pdf.set_font("Arial", size = 15) # Add a cell pdf.cell(200, 10, txt = "Hello", ln = True, align = 'C') #…
-
Create a report template and add dynamic values to it
Hello, I must create a report template with some fixed text, dynamic values, and calculated graphs. As a simple example, I want my report to have the following info. This is the annual summary of Client A's YYYY orders. [Images of some graphs for Client A's orders ] Where Client A and YYYY values are populated dynamically…