-
Re: Train the model and automatically deploy the winning algorithm based on the metrics defined.
Hi, The below code uses the python API to train K-means models for different values of K, then deploys the best performing model to the flow. Then it creates a scoring recipe to generate cluster labe…1 · -
Re: prepare recipe turns number/lettercombo to numeric
Hi, The val() function evaluates the value of a column, flexibly registering the type in Java. You're correct to point out that strval() evaluates the column value only as a string. val() is more fle…1 · -
Re: Automate Credentials for DSS Export to Folder (Tableau Server Publish)
Hi, I think the best way to do this is via user secrets, scenarios, and a python API script (as a scenario step) to update the tableau export recipe with the user's credentials. Each user can add sec…1 · -
Re: Re-running all recipes in a project
Yes!2 · -
Re: Setting metrics to be computed programmatically
Hi Filip, You're on the right track! Let's start here: the DSS Dataset class is the place to start ## Your existing code ##client = dataiku.api_client()project = client.get_project('PROJECT_KEY')data…3 ·