May 2023¶
May 24, 2023
With the latest deployment, DataRobot's AI Platform delivered the new GA and preview features listed below. From the release center you can also access:
May release¶
The following table lists each new feature:
Features grouped by capability
GA¶
Lift Chart now available in Workbench¶
With this deployment, the Lift Chart has been added to the list of available insights in Workbench experiments.
Upgrades to Pandas libraries¶
The Pandas library has been upgraded from version 0.23.4 to 1.3.5. There are multiple updates and bug fixes since the last version, summarized below:
-
The aggregated summation logic for XEMP Prediction Explanation insights was improved in Pandas, improving calculation accuracy.
-
The floating precision change in Pandas slightly affects the precision of normalized SHAP impact values. However, the difference is minimal. For example, compare values before and after this version change:
- Version 0.23.4:
saledate (Day of Month),0.7861313684206008
- Version 1.3.5:
saledate (Day of Month),0.786131368420601
- Version 0.23.4:
-
The logic of the Pandas resample API has been improved, yielding better accuracy for the start and end dates of Feature Over Time insight previews.
Backend date/time functionality simplification¶
With this release, the mechanisms that support date/time partitioning have been simplified to provide greater flexibility by relaxing certain guardrails and streamlining the backend logic. While there are no specific user-facing changes, you may notice:
-
When the default partitioning does not have enough rows, DataRobot automatically expands the validation duration (the portion of data leading up to the beginning of the training partition that is reserved for feature derivation).
-
DataRobot automatically disables holdout when there are insufficient rows to cover both validation and holdout.
-
DataRobot includes the forecast window when reserving data for feature derivation before the start of the training partition in all cases. Previously this was only applied to multiseries or wide forecast windows.
Preview¶
Data connection browsing improvements¶
This release introduces improvements to the data connection browsing experience in Workbench:
-
If a Snowflake database is not specified during configuration, you can browse and select a databased after saving your configuration. Otherwise, you are brought directly to the schema list view.
-
DataRobot has reduced the time it takes to display results when browsing for databases, schemas, and tables in Snowflake.
Improvements to wrangling preview¶
This release includes several improvements for data wrangling in Workbench:
-
Introducing reorder operations in your wrangling recipe.
-
If the addition of an operation results in an error, use the new Undo button to revert your changes.
-
The live preview now features infinite scroll for seamless browsing for up to 1000 columns.
Date/time partitioning now available in Workbench¶
With this deployment, date/time partitioning becomes available if your experiment is eligible for time-aware modeling, as reported in the experiment summary.
Select Date/time as the partitioning method to expose the options for setting up backtests and other time-aware modeling options. As with non-time-aware, you can train on new settings to add models to your Leaderboard. Additionally, the Accuracy Over Time and Stability visualizations are available for date/time experiments.
Required feature flag: Enable Date/Time Partitioning (OTV) in Workbench
Feature Effects now supports slices¶
Sliced insights provide the option to view a subpopulation of a model's data based on feature values—either raw or derived. With this deployment, slices have been made available in the Feature Effects insight (joining options of the Lift Chart, ROC Curve, Residuals, and Feature Impact).
Required feature flag: Enable Sliced Insights
Preview documentation.
Azure OpenAI Service integration for DataRobot Notebooks¶
Now available for preview, you can power code development workflows in DataRobot Notebooks by applying OpenAI large language models for assisting with code generation. With the Azure OpenAI Service integration in DataRobot Notebooks, you can leverage state-of-the-art generative models with Azure's enterprise-grade security and compliance capabilities. By selecting Assist in a DataRobot notebook, you can provide a prompt for the Code Assistant to use to generate code in a cell.
Required feature flag: Enable Notebooks OpenAI Integration
Preview documentation.
Automate deployment and replacement of Scoring Code in AzureML¶
Now available for preview, you can create a DataRobot-managed AzureML prediction environment to deploy DataRobot Scoring Code in AzureML. With the Managed by DataRobot option enabled, the model deployed externally to AzureML has access to MLOps management, including automatic Scoring Code replacement:
Once you've created an AzureML prediction environment, you can deploy a Scoring Code-enabled model to that environment from the Model Registry:
Required feature flag: Enable the Automated Deployment and Replacement of Scoring Code in AzureML
Preview documentation.
MLOps reporting for unstructured models¶
Now available for preview, you can report MLOps statistics for Python custom inference models created in the Custom Model Workshop with an Unstructured (Regression), Unstructured (Binary), or Unstructured (Multiclass) target type:
With this feature enabled, when you assemble an unstructured custom inference model, you can use new unstructured model reporting methods in your Python code to report deployment statistics and predictions data to MLOps. For an example of an unstructured Python custom model with MLOps reporting, see the DataRobot User Models repository.
Required feature flag: Enable MLOps Reporting from Unstructured Models
Preview documentation.
API enhancements¶
Python client version 3.1.1¶
Python client version 3.1.1 is now available, and introduces the following configuration changes:
- Removed the dependency on package contextlib2 as the package is Python 3.7+.
- Updated typing-extensions to be inclusive of versions 4.3.0 to < 5.0.0.
Feature Fit removed from the API¶
Feature Fit has been removed from DataRobot's API. DataRobot recommends using Feature Effects instead, as it provides the same output.
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.