-
Re: Product Recency Categorization
Hi, This is a great use case to use the window recipe: https://academy.dataiku.com/latest/tutorial/visual-recipes/window.html You can use partition by USER_ID and PRODUCT_ID, order by ORDER_DATE, and…2 · -
Re: Plugin Development in Jupyter
[EDITED FOR COMPLETENESS] Hi, When developing a plugin, I recommend 2 types of work methodologies: 1. Develop the backend of the plugin in a Jupyter notebook without the plugin-specific interface. Th…2 · -
Re: Is there dataiku has a UI for business rules creations
Hi there, Random Forest and Decision trees are included among many other models in our Visual Machine Learning features. You can find out more on our great tutorial: https://academy.dataiku.com/lates…1 · -
Re: com.dataiku.common.server.APIError.APIErrorException : NumberFormatException: empty String
Hi, Could you please attach a diagnostic of the DSS instance (Administration > Maintenance > Diagnostic tool) and send us the resulting file? If the resulting file is too large for the communit…2 · -
Re: How to enable auto-completion in Jupyter Notebook ?
Hi, Yes you have auto-complete built-in Jupyter, like you have in any other Jupyter environment. Simply hit the "Tab" key while writing code. This will open a menu with suggestions. Hit &qu…2 ·