-
Would like to forecast future record(s) of CSV with Tangram based on existing data or a subset of existing data that is close to the current time (https://www.tensorflow.org/tutorials/structured_data/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When making bulk timeseries predictions (e.g. the below), I would expect there to be HORIZON …
-
### Short description and motivation for the proposed feature
Noticed that minddb devcontainer does not have git installed. It'd be very useful to have for developers who want to open-up and work on …
-
### Short description of current behavior
This applies to both StatsForecast and TimeGPT models:
Created models and trained them with the historical_expenditures data. Then, wanted to make predict…
-
Random links I have visited:
https://towardsdatascience.com/the-mostly-complete-chart-of-neural-networks-explained-3fb6f2367464
https://medium.com/@andrewtch/diy-ai-the-series-597e82131cb2
-
### Short description of current behavior
I have huggingface sentiment analyzer and sentiment explain comes as text in next format:
```
{'Neutral': 0.6581241488456726, 'Bullish': 0.3416257798671722…
-
e.g
```sql
CREATE JOB ani_writer_slack as (
INSERT INTO mindsdb_slack.channels(channel, response)
SELECT
t.channel as channel,
t.text,
r.answer as response
FROM mindsd…
-
Hello,
I have cloned this repository and started the docs by running `yarn start` without making any modifications to the code.
I noticed that the Petsore API docs are present in the `Petstore API…
-
### Short description and motivation for the proposed feature
In MySQL, SQL statements timeout is the value of [max_execution_time](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.htm…
-
### Short description of what should be added or improved
I followed the MindsDB JavaScript SDK documentation to connect my Node.js app to a locally installed MindsDB instance using Docker. I encount…