-
Re: More detailed instructions deep learning
Hi, The procedure to install it is in the page you linked: You will need access to a code environment with the necessary libraries. When creating a code environment, you can add sets of packages on t…2 · -
Re: Append instead of Overwrite dataset - API
Hi, You can try using partitioning on that dataset, to write to a new partition at every new session.1 · -
Re: CSV with multiple character separator
This is indeed not supported, only a single separating character can be used, either by directly specifying the character, or by specifying a unicode code point. As a workaround, you can either * Def…1 · -
Re: Dataiku 5.1.2 Upgrade leads to conda: command not found
conda needs to be in your PATH. Supposedly, when you created conda code envs, you put it in your PATH in DATA_DIR/bin/env-site.sh. Add conda to your PATH before executing the upgrade and it should wo…2 · -
Re: Which Recipe Types are Available in the Engines & Connections settings?
Built-in recipe types: * clustering_cluster * clustering_scoring * clustering_training * distinct * download * evaluation * export * grouping * hive * impala * join * pig * pivot * prediction_scoring…1 ·