Mohan16071996

Results 6 issues of Mohan16071996

I have data with daily format, not on hourly format. how to handle this ? Dataframe example: ![image](https://github.com/Nixtla/nixtla/assets/152303921/19259e16-a5ef-4c84-a75c-1462854ea262) Can you give sample code like this: fcst_df = nixtla_client.forecast(df, h=24, level=[80,...

Code is : ```python raw_prediction = best_tft.predict( training.filter(lambda x: (x.Ticker == "AAPL") ), mode="raw", return_x=True, ) ``` Here I get raw predictions, after getting this , i want to find...

My data set has : time_idx, Date, Ticker, Open, high, low, close, Stock split and Dividends. My Time series data set is: training = TimeSeriesDataSet( combined_data[lambda x: x.time_idx

fcst_df = nixtla_client.forecast(train, h=7, freq = 'B' , time_col = 'ds', target_col='Close', add_history=False,level=[80, 90]) If my training data has late date as of date : 2024-04-18 as I have given...

### What happened + What you expected to happen 1.the bug: We are using Informer model with neural forecast. I get the mentioned error when I predict. forecasts = nf.predict(futr_df=test_data)...

bug

My data set has : time_idx, Date, Ticker, Open, high, low, close, Stock split and Dividends. My Time series data set is: training = TimeSeriesDataSet( combined_data[lambda x: x.time_idx