Machine Learning Server 9.4 Release Notes

Important

This content is being retired and may not be updated in the future. The support for Machine Learning Server will end on July 1, 2022. For more information, see What's happening to Machine Learning Server?

Machine Learning Server provides powerful R and Python function libraries for data science and machine learning on small-to-massive data sets, in parallel on local or distributed systems, with modern algorithms for predictive analytics, supervised learning, and data mining.

Functionality is delivered through proprietary R and Python packages, internal computational engines built on open-source R and Python, tools, solutions, and samples.

In this article, learn about the capabilities introduced in the latest packages and tools. If you develop in R, you might also want to review feature announcements from recent past releases.

Note

For updates to R Client, see What's New for Microsoft R Client. For known issues and workarounds, see Known issues in 9.4.

Announced in 9.4

9.4 updates the R and Python engines and adds support for Spark 2.4 and CDH 6.1. Also, on CDH customers can install either R or Python or both.

Announced in 9.3

New capabilities introduced in 9.3 are listed in the following table.

Feature Area Details
Administration command line interface Operationalization Refactored tooling for Machine Learning Server configuration. The new command-line interface is similar to Azure CLIs and offers full parity with the previous utility.

Use the tool to enable web service deployment, web and compute node designations, and remote execution (R only). You can also manage ports, nodes, credentials; run diagnostic reports; and test the capacity and throughput of web services you create.
Dedicated session pools Operationalization You can construct a dedicated session pool for a specific web service to provide ready-to-use connections with preloaded dependencies for fast access to production code. This capability is in addition to the generic session pools that you can establish server-wide as a shared resource for all web services. Configure in R | Configure in Python.

For R script, the mrsdeploy function library provides three new functions for managing dedicated sessions: configureServicePool, getPoolStatus, deleteServicePool.

For Python, the azureml-model-management-sdk provides the following methods in the mlserver class: create_or_update_service_pool, delete_service_pool, get_service_pool_status.
CDH 5.12 Supported platforms Version 5.12 of Cloudera distribution of Apache Hadoop (CDH) is now supported for Machine Learning Server for Hadoop.

Announced in 9.2.1

The 9.2.1 release was the first release of Machine Learning Server - based on R Server - expanded with Python libraries for developers and analysts who code in Python.

The following table summarizes the Python and R features that were introduced in the 9.2.1 release. For more information, see release announcement for Machine Learning Server 9.2.1.

Feature Language Details
revoscalepy Python The first release of this library, used for distributed computing, local compute context, remote compute context for SQL Server and Spark 2.0-2.1 over the Hadoop Distributed File System (HDFS), and high-performance algorithms for Python. This library is similar to RevoScaleR for R.
microsoftml Python The first release of this library, used for machine learning algorithms and data mining. This library is similar to MicrosoftML for R.)
Pre-trained models Python Ready-to-use machine learning models for image classification and sentiment detection articulated in Python.
azureml-model-management-sdk library Python The first release of this library, used to programmatically build web services encapsulating your Python script.
Standard web service support Python Contains Python code, models, and model assets. Accepts specific inputs and provides specific outputs for integration with other services and applications.
Real-time web service support Python A fully encapsulated web service with no inputs or outputs (operates on dataframes).
Real-time model scoring R Now supported on Linux.
Role-based access control (RBAC) Both RBAC was extended with a new explicit Reader role.
Administration utility update Both The utility simplifies registration of compute nodes with web nodes.

Python development

In Machine Learning Server, Python libraries used in script execute locally, or remotely in either Spark over Hadoop Distributed File System (HDFS) or in a SQL Server compute context. Libraries are built on Anaconda 4.2 over Python 3.5. You can run any 3.5-compatible library on a Python interpreter included in Machine Learning Server.

Note

Remote execution is not available for Python scripts. For information about to do this in R, see Remote execution in R.

R development

R function libraries are built on Microsoft R Open (MRO), Microsoft's distribution of open-source R 3.4.1.

The last several releases of R Server added substantial capability for R developers. To review recent additions to R functionality, see feature announcements for previous versions.

Previous versions

Visit Feature announcements in R Server version 9.1 and earlier, for descriptions of features added in recent past releases.

See Also