Viewing a single comment thread. View all comments

Subject-Resort5893 t1_iznkd7x wrote

Can you do machine learning in SQL? Or do you have to have python/R?

1

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.

2

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.

2