-
Re: Using python package librosa in dataiku
Hello, The use of the package librosa may requires to install libsndfile manually on linux system. You can check the SoundFile installation documentation for details.1 · -
Re: Dataiku Update
Hello, Your current licence should work with any versions as long as the licence is not expired from a time perspective.1 · -
Re: In transformation, I need to add a new row with and give value to it based on age
Hello, The formula step will allow you to add a column. A formula like the one below will implement the logic you are looking for : if(orders<10,"low",if (orders>100,"high",…1 · -
Re: http dataset from a rest api with basic or OAuth L2 authentication
DSS has a notion of user secrets that allows you to remove credentials from your code. Credentials are then retrieved from the user profile at execution time. This solution requires that each user wh…2 · -
Re: Automated model production
Hello, Dataiku DSS will provide lots of interesting features to complete this type of project. Let me try to provide some insights on your questions : * Many features of Dataiku are based on checking…3 ·
