-
Re: Read Dataset Schema Description
Hi, The description can be read through the Dataset.read_schema() method. While the default representation of the schema in a schema does not show the notebook, underlying it is a regular Python list…1 · -
Re: Remove old Versioned Environments and Kernels after importing bundle
Hi, Unfortunately, there is no API method for this, so you'll indeed need to do it via command-line. We'll take note of your request to inform future developments.2 · -
Re: MLOps best practices for Dataiku
Hi, A first common recommendation is to build as much as possible of your code using project libraries in DSS (https://doc.dataiku.com/dss/latest/python/reusing-code.html), and to keep the code of yo…3 · -
Re: How to force model rebuild?
Hi, You can retrain a model by clicking the model and selecting "Retrain" (which can recurse to upstream datasets if needed). If you want the model to be retrained each time you rebuild the…1 · -
Re: How to remove rows with all emptly values across all columns
Hi, There are currently some known issues with this processor in "ALL" mode. You'll need to add the columns explicitly for the moment.1 ·
