-
Re: Is it possible to send custom reports as HTML?
Hi Romain, You can use HTML formatting this way: sender = scenario.get_message_sender(channel_id="my_channel_id") sender.set_params(sender="dss@company.com", recipient="your.…1 · -
Re: How can I change the recipe engine from DSS to Hive ?
Hello, Please see demo below: https://streamable.com/e0wsa Cheers, Alex1 · -
Re: Train multiple neural networks in one Analysis?
Hello, It is not possible at the moment on the visual interface. Instead, for hyperparameter optimization on neural networks, we invite you to code your own custom Python model (in the Analysis > …1 · -
Re: filter doesn't return any row when it's suppose to do
Hello, Thanks for the diagnosis. After investigation, it seems the issue was caused by a discrepancy between lowercase and uppercase in your original Parquet file versus the Hive table. Your input da…1 · -
Re: How can I build a dataset incrementaly using a plugin?
Hello, Plugins can encompass several types of "Components" (see https://doc.dataiku.com/dss/latest/plugins/reference/plugins-components.html). In the case of a plugin with a "Connector…1 ·