-
DSS Memory Optimization tips: Backend, Python/R, Spark jobs
Sometimes, users running DSS jobs and processes can get the following error: “OutOfMemoryError: Java Heap Space” or “GC overhead limit exceeded” This happens when a Java process (like the DSS backend…1 · -
Re: Do's and Dont's for dataiku implementation
Hi Amit, Here are a few insights when considering a DSS implementation. A successful DSS deployment should cover 3 aspects: 1) Projects and Business Outcomes: it is imperative to start with identifyi…2 · -
Re: How to develop a webapp interface?
Hi, Conceptually, you have 2 ways of going about this type of task - essentially real-time scoring of user input. 1) "Lightweight" scoring You can train a model using the DSS visual modelin…1 · -
Re: Recommend Way for Comparing Metrics between Multiple Flow Datasets in a Check
Hi, To achieve this I believe you will need to create a custom check using python. You can retrieve metric values for various datasets in your project using the dataikuapi. Below is a starter code (f…1 · -
Re: Extending the DSS Python API to Handle Shaker Steps + More
Interesting thought ! To my knowledge there is no available documentation on how to achieve this1 ·