-
Re: Python recipe removing null records
Hi, Unfortunately, this is the expected behavior in the specific case of datasets with a single column. This is related to how the data is serialized internally: it uses CSV. For the case of single-c…1 · -
Re: DSS visual recipes defaulting to max column length with Redshift tables
Hi, When creating datasets from input Redshift (or other SQL databases), DSS will automatically fetch the column lengths from the Redshift table. However, when creating a new Redshift dataset from co…2 · -
Re: what is the advantage of using Decision Tree Machine Learning Algorithm
Hi, Decision Trees are not usually extremely performant Machine Learning algorithms. However, they have one big advantage when it comes to transparency: their decisions are easy to understand and exp…1 · -
Re: How to resize a column in dataset
Hi, DSS does not have this option. You can use Shift+V while hovering the cell to get the full value in a display popup1 · -
Re: How to access DATA_DIR to add MySQL drivers
Hi, "DATA_DIR" is a placeholder that needs to be replaced by the path where Dataiku is installed. You will be able to find this path by going to Administration > Maintenance > System …1 ·
