Closed ilugid closed 1 year ago
@ilugid please could you provide an extract of the data? that would be very helpful for debugging this kind of error
Please find attached a hashed out file. Please let me know if it works for you.
@ilugid Thanks! Any chance you can share with us the output of DESCRIBE mindsdb.named_model.jsonai
?
Please find attached the JSON output in CSV format.
@ilugid can you double check the above belongs to the faulty model? There are no set columns for ORDER BY
or GROUP BY
in this JsonAI so it looks like a different model.
Hi sorry about that. Attached is the one with group by and window.
Your Environment
Describe your issue
Creating a model for timeseries data (order by and window clause) throws below error.
TypeError: unhashable type: 'numpy.ndarray', raised at: /srv/mindsdb/lib/python3.8/site-packages/mindsdb/integrations/libs/ml_exec_base.py#135
How can we replicate it?
We used a data set (csv file) with about 4K entries similar to below.
Create Model query
Strack Trace