-
Re: Prevent Score recipe from resampling in time-series forecasting
Hi, Unfortunately, the resampling step always happens but it won't change the data if all the time steps are already regular and equi-spaced. Removing columns that are not used by the model migh…1 · -
Re: Time Series Forecasting using external features
Hi, During training, models train on all the dataset provided and only make backtest forecasts (and not future forecasts), so you shouldn't provide future values of external features in the trai…1 · -
Re: Date Duplication in time series forecasting
Hi, In the time series forecasting page, there is a Duplicate timestamps handling parameter that allows you to drop these duplicated timestamps or take their average value. This happens during the re…1 · -
Re: Time Series Forecasting Using LightGBM
Hi, I'm not sure to fully understand your question, but I think you could solve your problem, for instance point 3. using the Visual ML forecasting feature to forecast data C and use data A and …1 · -
Re: How to connect to Neo4j database other than default from Neo4j plugin?
Hi, We have added connections to multiple databases in the 1.3.2 release (https://github.com/dataiku/dss-plugin-neo4j/blob/master/CHANGELOG.md). You can now add the name of the neo4j database in the …1 ·