Machine Learning Services on Linux
Machine Learning is a service, but it's accessible from a SQL Server 2019 on a Linux virtual machine or on-premises Linux host. Data Scientists can connect to and create new data models in Azure Notebooks or the well-known Jupyter Notebooks, using Python and/or R to choose pipelines or run pipelines to perform machine learning. Â
Supported Linux distributions and installation formats include:
- Redhat Enterprise Server
- Ubuntu (apt)
- SUSE (zypper)
- Redhat, SUSE, and CentOS (RPM)
Following the installation and configuration of SQL Server 2019 on Linux, a subsequent installation of the mssql-mlservices
package must be performed in the same repository as the existing SQL Server. The process of installing this is dependent upon the Linux distribution (yum
for RedHat, apt-get
for Ubuntu, and so on), but there are steps that need to be performed afterward in order to complete it successfully:
- Add the MSSQL...