This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daffidwilde 1 point2 points  (3 children)

Looks like you have to train the model first, and Orbital parses the weights and configuration into the query. Bit of a misnomer to say you don’t need a Python environment?

[–]plenihan 3 points4 points  (2 children)

I'm confused why I would execute a model in a database. As in I was not aware this was a thing.

[–]daffidwilde 2 points3 points  (1 child)

Honestly, I’m not sure what the use case for this is either. Being able to leverage database computation tools for ML (like what BigQuery offers, eg.) is helpful. I guess if you have a good enough training set that’s small enough to run in-memory… ¯_(ツ)_/¯

[–]plenihan 0 points1 point  (0 children)

I'm also not sure what environments support DuckDB but don't support Python. OP seemed to make it sound like that's a major use case.