1 min readfrom Data Science

Best way to translate machine learning model in Python to SQL script?

After building an ensemble machine learning model in Python I'd like to translate the model into SQL script so we can score new data in MS SQL Server Management Studio.

After some googling the m2cgen module looked promising, unfortunately it does not support Python to sql translation (despite the Google AI summary saying otherwise).

Are there any other options? I see it's possible to run Python code within MS SQL Server Management Studio. It requires installing SQL Server Machine Learning Services which doesn't look like a simple process (will have to involve IT).

submitted by /u/RobertWF_47
[link] [comments]

Want to read more?

Check out the full article on the original site

View original article