Submitted by AutoModerator t3_zcdcoo in MachineLearning
Subject-Resort5893 t1_iznkd7x wrote
Can you do machine learning in SQL? Or do you have to have python/R?
BlueSubaruCrew t1_izr01bd wrote
SQL Is mostly used to query data from databases (which is important for a lot of machine learning projects). The actual machine learning stuff is usually implemented in python/R.
Duckdog2022 t1_izvt3xa wrote
Can you do it? Probably, yes. But that'll be very ugly and inefficient if you can even make it work.
So better use something that's designed for it like Python or R.
Ok_Distance5305 t1_j07z9d3 wrote
Yes. See for example https://cloud.google.com/bigquery-ml/docs/introduction. There are other similar implementations.
I’m not suggesting it’s a good idea nor have I seen it used, but you you can try.
Viewing a single comment thread. View all comments