-
Re: Using a dataset column as a custom metric
Hi, Thanks for the description of this interesting use case. There is no built-in code sample to do this, but the idea is fairly simple to implement: 1. Use y_valid and y_pred to detect winning/losin…1 · -
Re: Design the API node for running a pipeline
In this setup, no need for API nodes. But to separate development and production environment, you may need an Automation node. So in short: you prototype your project in the Design node (with the sce…1 · -
Re: Design the API node for running a pipeline
Hi, This type of "semi real-time" requirement is not typically answered by the API node. Instead, I would recommend to keep it in the DSS Design node. Allow me to develop You can develop a …1 · -
Re: Design the API node for running a pipeline
The Dataiku API can be used from outside, using the Python client (if Python is available in your "other platform"). You can follow the documentation on https://doc.dataiku.com/dss/latest/p…1 · -
Re: Dynamic Number of Output Roles
Hi, Gotcha. In that case, indeed the macro is the best way to go. Given your use case is about syncing data to different connections, I recommend to: 1. Create datasets dynamically using https://doc.…1 ·