将具有 Python 和机器学习功能的机器学习服务添加到现有 SQL Server 2017

Add Machine Learning Services with Python and machine learning feature to existing SQL Server 2017

如何添加 SQL Server 2017 与机器学习服务 Python 和机器学习功能到现有 sql 服务器 2017.I 已安装 Sql Server 2017 没有添加 python 功能,现在我需要它们?我可以在不重新安装 Sql 服务器的情况下添加这些功能吗?

您不需要重新安装整个 SQL 服务器。只需使用 Add Features to an Instance of SQL Server (Setup)

New SQL Server stand-alone installation or add features to an existing installation.

和 select 所需的组件:

图片来源:https://www.sqlshack.com/wp-content/uploads/2017/06/word-image-215.png

更多信息:How to use Python in SQL Server 2017 to obtain advanced data analytics