-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve the univariate statsforecast function in EvaDB #1081
Comments
I believe we can simply do @xzdandy I'll take care of |
Thanks @americast! For time data type, it can be tricky. For example, I am using House Property Sales Time Series data set, where the saledate column is |
It is not working. 1) the change is to the aggregated_batch instead of data. This can be easily fixed. 2) The output object of the UDF is not correctly binded. So in projection, we are looking for a non-existent column. |
From the warning message, |
Addressing item3 in #1081 * [x] In `evadb/executor/create_function_executor.py`, we rename the input relationship to a [fixed schema](https://nixtla.github.io/statsforecast/docs/getting-started/getting_started_short.html) requested by statsforecast * [x] Rename the output column so it is synced with binder. A temporal fix. We will reconsider the de# #1017 * [x] Update testcases to test the column rename feature.
- Addressing ` Update documentation with all available parameters.` in #1081. - Adding documentation for * MODEL * ID * TIME * PREDICT * FREQUENCY
Address the `SELECT Forecast(12) FROM AirData;` to `SELECT Forecast(12);` in #1081 - [x] update parser, binder, optimizer, and executor to allow project without children. - [x] update forecasting test cases and documentation. - [x] add unit test and short integration test for `SELECT expr;`. - [x] add documentation that we support `SELECT expr;`.
Search before asking
Description
SELECT Forecast(12) FROM AirData;
does not make sense.Use case
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: