-
Re: How to connect to Neo4j database other than default from Neo4j plugin?
Hi, For now the plugin can only connect to the default neo4j database, however you can set the default database on the Neo4j instance settings. This capability of connecting to a specific neo4j datab…1 · -
Re: Forecast Pluging:Forecasting multiple time series
Hi, The multiple time series can have different history lengths but the forecasting horizon is the same for all time series, starting after the last day of each time series (in your example, if the f…1 · -
Re: Automation of the cross validation with several recipes to be executed
Hi Maxence, You can define project variables (for your seed and number of splits in your case) and retrieve these variables in the python recipe using: dataiku.api_client().get_project(dataiku.defaul…1 · -
Re: Create a new Date column
Hi, If you have a column with values corresponding to the number of month after your start date, you can create a date column in a prepare recipe with the Formula processor using the formula inc(&quo…1 · -
Re: Forecast plugin: Losing columns
Hi, If I understand well, you have a column with a constant value that you want to retrieve after the forecast. To do so, you can select long format in the train and evaluate recipe and make this con…1 ·