notebooks
notebooks copied to clipboard
Code examples for pyFTS
great code thanks may you clarify : will it work for multivariate time series prediction both regression and classification 1 where all values are continues values 2 or even will...
hi @petroniocandido Following my comment in #1. I have 100 series that need one step ahead forecast. for your information, I have other series that can be used as external...
Hi Petronio. Thank you for your quick response to my problem. I'm coming again to ask about predictions in real future. In you predict method you need a dataset. What...
Hi Petrônio, I am currently working on a real-world problem which is to forecast the next 24-hrs demand. However, when I try to run model.predict(input_data, steps_ahead=24), it only gives me...
Hi! What are the results of the discussion of the issue raised on 12.07.2019 by georgevarelas - the sequel did not follow. And the question is: can the duration be...
I downloaded the notebook and changed cell 9,( after section **1.4 Partitioning**) to use the local node (not use distributed setup) and I got exceptions from pyFTS.partitioners import Grid, Util...
Even when using basic chen got this error AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing...