-
Re: Bug in Send Message template times?
Hi, This is a known issue when sending a message during a scenario run. This issue is in our backlog for a fix in a future release2 · -
Re: Set a project level variable from a python recipe
Hi, You need to use the public API Python client dataiku.api_client().get_project().get_variables() ... then set_variables()3 · -
Re: Does DSS have a recipe for imbalanced sample? Like SMOTE?
Hi, DSS doesn't have this. Note that when doing a prediction with DSS visual ML, in most algorithms, DSS will use scikit-learn's capabilities for rebalancing by setting appropriate instance weights.1 · -
Re: MS SQL server Driver issue
Hi, You need to download and instal the JDBC driver as explained here: https://doc.dataiku.com/dss/latest/troubleshooting/errors/ERR_SQL_CANNOT_LOAD_DRIVER.html1 · -
Re: How to execute a custom recipe from another (custom recipe) inside a plugin
Hi, You can't really "call a recipe from another". When you develop a custom recipe in a plugin, you are actually developing a new "type" of recipe. Whereas the only thing that co…1 ·
