Ty

Results 9 comments of Ty

Duplicate of #5134 . Gonna close this one

Works for me on Windows! `pip install -r requirements/requirements.txt` `pip install -r requirements/requirements-grpc.txt` `pip install -r requirements/requirements-telemetry.txt` Had to also `pip install python-magic-bin` for `libmagic` dependency.

@skoleli Can you please provide an update?

It's looking like the agent needs to select from `mindsdb.airline_passenger_satisfaction`, so it's an issue with how the agent is constructing the SQL query itself. Looking into how to make the...

@0xqq I'm unable to reproduce, can you please provide more information? What SQL commands did you run to get that error?

Unable to reproduce after many attempts, so assuming it's fixed. Please re-open if the issue persists.

This should be fixed with the next release

This is super old so I'm closing it. Can be used as a reference when we prioritise our test suite again

From my understanding, these are the missing REST operations: - ML Engines: create, drop, get, list, update - Projects: create, drop - Models: retrain, fine-tune, manage versions, batch predictions -...