markdown stringlengths 44 160k | filename stringlengths 3 39 |
|---|---|
---
title: Profile settings
description: How to edit your DataRobot profile settings, including account information, security settings, system settings, and notifications.
---
# Profile settings {: #profile-settings }
!!! info "Availability information"
If your organization uses LDAP as an external account manage... | profile-settings |
---
title: Manage account settings
description: How to access your DataRobot account settings, change your password, update your profile, find your API key, update your display language, and more.
---
# Manage account settings {: #manage-account-settings }
To access profile information, [two-factor authentication](2... | index |
---
title: Developer tools
description: How to use DataRobot's developer tools, including API key management, MLOps agent tarball, Portable Prediction Server Docker image.
---
# Developer tools {: #developer-tools }
DataRobot provides multiple developer tools for you to use when making prediction requests or engagin... | api-key-mgmt |
---
title: Membership assignments
description: How to see which organization and groups your system administrator has assigned you to.
---
# Membership assignments {: #membership-assignments }
From the **Membership** page, you can see which organization and groups your system administrator has assigned you to and jo... | view-memberships |
---
title: Monitor resource usage
description: How to monitor allocation and availability of modeling workers (compute resources), in a SAAS or standalone cluster environment.
platform: self-managed-only
---
# Monitor resources {: #monitor-resources }
!!! info "Availability information"
**Required permission:** E... | resource-monitor |
---
title: Apply a DataRobot license
description: Learn how to apply a DataRobot license using either the user interface of DataRobot's API.
platform: self-managed-only
---
# Apply a DataRobot license {: #apply-a-datarobot-license }
This page explains how to apply a DataRobot license using either the application int... | license |
---
title: Delete and restore projects
description: For administrators, how to permanently delete a project, or restore a project temporarily deleted by a user.
platform: self-managed-only
---
# Delete/restore projects {: #deleterestore-projects }
!!! info "Availability information"
**Required permission:** Can ... | delete-restore |
---
title: Manage access and licenses
description: How to manage access to DataRobot, including setting up a DataRobot license or a custom user agreement, and configuring SSO SAML for users.
platform: self-managed-only
---
# Manage access {: #manage-access }
To manage access to DataRobot, you may need to:
* Manage y... | manage-access |
---
title: Manage the cluster
description: Summarizes the admin tasks for managing a deployed cluster, such as connecting to external systems, and monitoring resources, activity, access, and licenses.
platform: self-managed-only
---
# Manage the cluster {: #manage-the-cluster }
!!! info "Availability information"
... | index |
---
title: Configure external systems
description: How to configure external LDAP and SMTP systems easily, by using DataRobot's configuration management interface.
platform: self-managed-only
---
# Configure external systems {: #configure-external-systems }
!!! info "Availability information"
**Required permissio... | sys-config |
---
title: Manage JDBC drivers
description: How to create predefined JDBC driver configurations, upload, modify, and delete drivers, and restrict access to JDBC data stores.
platform: self-managed-only
---
# Manage JDBC drivers {: #manage-jdbc-drivers }
You manage Java Database Connectivity (JDBC) drivers by:
* Work... | manage-drivers |
---
title: Notification channels and policies
description: Admins with permission can create, edit, and delete notification channels, view logs, and create, edit, enable, disable, or delete notification policies.
---
# Notification channels and policies {: #notification-channels-and-policies }
Although notifications... | web-notify |
---
title: Notification service
description: How to use the Notification service to integrate flexible, centralized notifications into your organization's processes as webhooks, emails, and Slack messages.
---
# Notification service {: #notification-service }
The Notification service allows you to integrate flexible... | index |
---
title: Webhook event payloads
description: Admins can configure notification channels to subscribe to some or all DataRobot event notifications, delivered by webhooks. Includes code samples.
---
# Webhook event payloads {: #webhook-event-payloads }
Events generate notifications delivered by webhooks. When you co... | web-events |
---
title: Mute deployment notifications
description: Learn how to mute notifications for a specific deployment, to stop receiving notifications for events tied to a configured notification policy.
---
# Mute deployment notifications {: #mute-deployment-notifications }
You can mute notifications for a specific deplo... | web-mute |
---
title: Maintenance notifications
description: Learn how you as an administrator can configure notifications that communicate service interruptions to users.
---
# Maintenance notifications {: #maintenance-notifications }
Administrators can configure notifications that communicate service interruption to users. A... | maintenance-notes |
---
title: Role-based access control
description: Admins can control access to the DataRobot application by assigning users roles with designated privileges.
---
# Role-based access control {: #role-based-access-control }
<a target="_blank" href="https://en.wikipedia.org/wiki/Role-based_access_control">Role-based ac... | rbac-ref |
---
title: Reference
---
# Reference {: #reference }
The information in this section provides reference information for managing your DataRobot account.
Topic | Describes...
----- | ------------
[Role-based access control (RBAC)](rbac-ref) | View descriptions of each role in RBAC.
[Custom RBAC roles](custom-roles)... | index |
---
title: Custom RBAC roles
description: Custom role-based access control (RBAC) roles are a solution for organizations with use cases that are not addressed by default roles in DataRobot.
section_name: Administrator
platform: cloud-only
---
# Custom RBAC roles {: #custom-rbac-roles }
Custom role-based access contr... | custom-roles |
---
title: User Activity Monitor reference
description: Use the User Activity Monitor to preview or download the Admin Usage and Prediction Usage reports. You can filter, hide sensitive fields, export CSV, and more.
---
# User Activity Monitor reference {: #user-activity-monitor-reference }
The following sections ... | uam-ref |
{% if section(page, "dr-notebooks") %}
You can create and run code, text, and chart cells within your notebook. Before proceeding, be sure to review the guidelines for [configuring and initializing a notebook environment](dr-env-nb).
{% else %}
You can create and run code, text, and chart cells within your notebook.... | cell-nb |
### Access to notebooks {: #access-to-notebooks }
Notebooks offer an in-browser editor to create and execute code for data science analysis and modeling. They also display computation results in various formats, including text, images, graphs, plots, tables, and more. You can customize output display by using open-sou... | nb-index-main |
!!! info "Availability information"
The OpenAI integration is off by default. Contact your DataRobot representative or administrator for information on enabling this feature.
<b>Feature flag:</b> Enable Notebooks OpenAI Integration
You can now power your code development workflows in DataRobot Notebooks by ap... | openai-nb |
{% if section(page, "dr-notebooks") %}
These pages outline the coding experience when using DataRobot notebooks. Learn about common cell actions, keyboard shortcuts, and how to run notebooks.
Topic | Describes...
----- | ------
[Environment management](dr-env-nb) | How to configure and start the notebook environment.... | code-index |
This page outlines how to configure and start the notebook environment.
## Manage the notebook environment {: #manage-the-notebook-environment }
Before you create and execute code, click the environment icon to configure the notebook's environment. The [environment image](#built-in-environment-images) determines the ... | env-nb |
DataRobot notebooks support integrated terminal windows. When you have a notebook session running, you can open one or more integrated terminals to execute terminal commands such as running .py scripts or installing packages. Terminal integration also allows you to have full support for a system shell (bash) so you can... | terminal-nb |
# Notebook reference {: #notebook-reference }
## FAQ {: #faq }
??? faq "Are DataRobot Notebooks available in Classic and Workbench?"
Yes, DataRobot Notebooks are available in both Workbench and DataRobot Classic.
??? faq "Why should I use DataRobot Notebooks?"
DataRobot Notebooks offer you the flexibility to devel... | notebook-ref |
Select the settings wheel to configure notebook settings.
{% if section(page, "dr-notebooks") %}

{% else %}

{% endif %}
These settings allow you to control the display of:
* Line numbers in code blocks.
* Cell titles and outputs.
* Cell output scrolling.
Select th... | settings-nb |
{% if section(page, "dr-notebooks") %}
This section outlines the management capabilities available for DataRobot Notebooks. Access the dashboard that hosts the currently available notebooks and all functionality from the top-level **Notebooks** tab.

Topic | Describes...
----- | ------
[Add note... | manage-index |
You can snapshot iterations of a notebook, allowing you to maintain older versions that you can revert back to in the future. These snapshots are called revisions (also known as checkpoints). Each saved revision contains the notebook's cells and their output in their state at the time of the snapshot.
### Revision typ... | revise-nb |
This page describes the coding intelligence features included in the code cells of DataRobot Notebooks.
### Code snippets {: #code-snippets }
DataRobot provides a set of pre-defined code snippets, inserted as cells in a notebook, for commonly used methods in the DataRobot API as well as other data science tasks. Thes... | code-int |
{% if section(page, "dr-notebooks") %}
To add notebooks to DataRobot, navigate to the **Notebooks** page. This brings you the notebook dashboard, which hosts all notebooks currently available.

### Create notebooks {: #create-notebooks }
You can create and manage notebooks across DataRobot. To ... | create-nb |
You can perform a variety of actions with each cell in a notebook, including most of the cell actions supported in classic Jupyter notebooks. To see the set of available cell actions in the notebook editor, click on the menu icon in the upper right corner of the cell.
{% if section(page, "dr-notebooks") %}
.
---
# Self-Managed AI Platform releases {: #self-managed-ai-platform-releases }
View details, by release version, of AutoML, time series, MLOps, and D... | index |
---
title: Public preview features
description: Read preliminary documentation for data, modeling, time series, and MLOps features currently in the DataRobot public preview pipeline.
---
# Public preview features {: #public-preview-features }
{% include 'includes/pub-preview-notice-include.md' %}
## Available public... | index |
---
title: February 2023
description: Read release note announcements for DataRobot's generally available and public preview features released in February, 2023.
---
# February 2023 {: #february-2023 }
_February 22, 2023_
This page provides announcements of newly released features available in DataRobot's SaaS sin... | february2023-announce |
---
title: May 2023
description: Read release announcements for DataRobot's generally available and public preview features released in May, 2023.
---
# May 2023 {: #may-2023 }
_May 24, 2023_
With the latest deployment, DataRobot's AI Platform delivered the new GA and Public Preview features listed below. From the ... | may2023-announce |
---
title: April 2023
description: Read release note announcements for DataRobot's generally available and public preview features released in April, 2023.
---
# April 2023 {: #april-2023 }
_April 22, 2023_
With the latest deployment, DataRobot's AI Platform delivered the following new GA and Public Preview feature... | april2023-announce |
---
title: October 2022
description: Read about DataRobot's new public preview and generally available features released in October, 2022.
---
## October 2022 {: #october-2022 }
_October 26, 2022_
DataRobot's managed AI Platform deployment for October delivered the following new GA and Public Preview features. See ... | october2022-announce |
---
title: November 2022
description: Read about DataRobot's new public preview and generally available features released in November, 2022.
---
## November 2022 {: #november-2022 }
_November 22, 2022_
With the latest deployment, DataRobot's managed AI Platform deployment delivered the following new GA and Public P... | november2022-announce |
---
title: August 2022
description: Read about DataRobot's new public preview and generally available features released in August, 2022.
---
# August 2022 {: #august-2022 }
_August 24, 2022_
With the latest deployment, DataRobot's managed AI Platform deployment delivered the following new GA and Public Preview feat... | august2022-announce |
---
title: July 2022
description: Read about DataRobot's new public preview and generally available features released in July, 2022.
---
# July 2022 {: #july-2022 }
_July 27, 2022_
With the latest deployment, DataRobot's managed AI Platform deployment delivered the following new GA and Public Preview features. See ... | july2022-announce |
---
title: January 2023
description: Read release note announcements for DataRobot's generally available and public preview features released in January, 2023.
---
# January 2023 {: #january-2023 }
_January 25, 2023_
This page provides announcements of newly released features available in the managed AI Platform, w... | january2023-announce |
---
title: AI Platform releases
description: A monthly record of the new Public Preview and GA features announced for DataRobot's managed AI Platform.
---
# AI Platform releases {: #ai-platform-releases }
A monthly record of the new Public Preview and GA features announced for DataRobot's managed AI Platform. Deprec... | index |
---
title: May 2022
description: Read about DataRobot's new public preview and generally available features released in May, 2022.
---
# May 2022 {: #may-2022 }
_May 24, 2022_
With the latest deployment, DataRobot's managed AI Platform deployment delivered the following new GA and Public Preview features. See the [... | may2022-announce |
---
title: June 2022
description: Read about DataRobot's new public preview and generally available features released in June, 2022.
---
# June 2022 {: #june-2022 }
_June 28, 2022_
With the latest deployment, DataRobot's managed AI Platform deployment delivered the following new GA and Public Preview features. See ... | june2022-announce |
---
title: March 2023
description: Read release note announcements for DataRobot's generally available and public preview features released in March, 2023.
---
# March 2023 {: #march-2023 }
_March 22, 2023_
This page provides announcements of newly released features available in DataRobot's SaaS single- and multi-... | march2023-announce |
---
title: September 2022
description: Read about DataRobot's new public preview and generally available features released in September, 2022.
---
# September 2022 {: #september-2022 }
_September 27, 2022_
DataRobot's managed AI Platform deployment for September delivered the following new GA and Public Preview fea... | sept2022-announce |
* Frozen thresholds are not supported.
* Blenders that contain monotonic models do not display the MONO label on the Leaderboard for OTV projects.
* When previewing predictions over time, the interval only displays for models that haven’t been retrained (for example, it won’t show up for models with the **Recommended... | dt-consider |
# Feature considerations {: #feature-considerations }
The following sections describe considerations to be aware of when working with DataRobot features:
* [Anomaly detection](anomaly-detection#feature-considerations)
* [Clustering](clustering#feature-considerations)
* [Composable ML](cml-consider)
* [Custom models](... | index |
---
title: Batch Scoring Script
description: The Python batch scoring script is designed to efficiently score large files using the Prediction API. It has been replaced with the Batch Prediction Scripts.
---
# Batch Scoring Script {: #batch-scoring-script }
!!! warning
The Python batch scoring script has been d... | python-batch-scoring |
---
title: Python 2 deprecation / migration to Python 3
description: Explains the deprecation of Python 2 support within the DataRobot platform and how to migrate to Python 3.
---
# Python 2 deprecation / migration to Python 3 {: #python-2-deprecation-migration-to-python-3 }
DataRobot is deprecating and removing Pyt... | python2 |
---
title: Deprecations and migrations
description: Documentation related to deprecated functionality and guides on how to migrate your workflows.
---
# Deprecations and migrations {: #deprecation-migration-guides }
Deprecation _notices_ are included within the Cloud announcement pages. The pages within _this_ secti... | index |
---
title: Open source and User models
description: Explains the deprecation of Open Source and User models.
---
# Open source and User models {: #open-source-and-user-models }
As of November 2022, DataRobot disabled all models containing User/Open source (“user”) tasks. See the [release announcement](june2022-annou... | oss-user-models |
---
title: AutoML (V8.0)
description: DataRobot Release 8.0 AutoML release notes
---
# AutoML (V8.0) {: #automl-v80 }
_March 14, 2022_
The DataRobot v8.0.0 release includes many new AutoML features and enhancements described in this section. See also the new features described in the [time series (AutoTS)](v8.0.0-at... | v8.0.0-aml |
---
title: Time series (V8.0)
description: DataRobot Release 8.0 time series release notes
---
# Time series (V8.0) {: #time-series-v80 }
_March 14, 2022_
The DataRobot v8.0.0 release includes new [time series](#new-time-series-features) features, described below. See also details of Release 8.0.0 in the [AutoML](v8... | v8.0.0-ats |
---
title: MLOps (V8.0)
description: DataRobot Release 8.0 MLOps release notes
---
# MLOps (V8.0) {: #mlops-v80}
_March 14, 2022_
The DataRobot MLOps v8.0 release includes many new features and capabilities, described below. See also details of Release 8.0 in the [AutoML](v8.0.0-aml) and [time series (AutoTS)](v8.0... | v8.0-mlops |
---
title: Version 8.0.x
description: DataRobot Release 8.0 release announcements index page.
---
# Version 8.0.x {: #version-80x }
Following are the AutoML, time series, and MLOps announcements for the features that make up DataRobot's 8.0.x Self-Managed AI Platform releases, first released _March 14, 2022_.
* [v8.... | index |
---
title: MLOps (V7.2)
description: DataRobot Release 7.2 MLOps release notes
---
# MLOps (V7.2) {: #mlops-v72}
_September 13, 2021_
The DataRobot MLOps v7.2 release includes many new features and capabilities, described below.
Release v7.2 provides updated UI string translations for the following languages:
* J... | v7.2-mlops |
---
title: Version 7.2.x
description: DataRobot Release 7.2 release announcements index page.
---
# Version 7.2.x {: #version-72x }
Following are the AutoML, time series, and MLOps announcements for the features that make up DataRobot's 7.2.x releases, first released _September 13, 2021_.
* [v7.2.x AutoML](v7.2.0-a... | index |
---
title: AutoML (V7.2)
description: DataRobot Release 7.2 AutoML release notes
---
# AutoML (V7.2) {: #automl-v72 }
_September 13, 2021_
The DataRobot v7.2.0 release includes many new AutoML features and enhancements described in this section. See also the new features described in the [time series (AutoTS)](v7.2.... | v7.2.0-aml |
---
title: Time series (V7.2)
description: DataRobot Release 7.2 time series release notes
---
# Time series (V7.2) {: #time-series-v72 }
_September 13, 2021_
The DataRobot v7.2.0 release includes many new [time series](#new-time-series-features) features, described below. See also details of Release 7.2.0 in the [A... | v7.2.0-ats |
---
title: MLOps (V7.3)
description: DataRobot Release 7.3 MLOps release notes
---
# MLOps (V7.3) {: #mlops-v73}
_December 13, 2021_
The DataRobot MLOps v7.3 release includes many new features and capabilities, described below.
Release v7.3 provides updated UI string translations for the following languages:
* Ja... | v7.3-mlops |
---
title: Version 7.3.x
description: DataRobot Release 7.3 release announcements index page.
---
# Version 7.3.x {: #version-73x }
Following are the AutoML, time series, and MLOps announcements for the features that make up DataRobot's 7.3.x releases, first released _December 13, 2021_.
* [v7.3.x AutoML](v7.3.0-aml... | index |
---
title: AutoML (V7.3)
description: DataRobot Release 7.3 AutoML release notes
---
# AutoML (V7.3) {: #automl-v73 }
_December 13, 2021_
The DataRobot v7.3.0 release includes many new AutoML features and enhancements described in this section. See also the new features described in the [time series (AutoTS)](v7.3.0... | v7.3.0-aml |
---
title: Time series (V7.3)
description: DataRobot Release 7.3 time series release notes
---
# Time series (V7.3) {: #time-series-v73 }
_December 13, 2021_
The DataRobot v7.3.0 release includes many new [time series](#new-time-series-features) features, described below. See also details of Release 7.3.0 in the [Au... | v7.3.0-ats |
---
title: MLOps (V7.1)
description: DataRobot Release 7.1 MLOps release notes
---
# MLOps (V7.1) {: #mlops-v71}
_June 14, 2021_
The DataRobot MLOps v7.1 release includes many new features and capabilities, described below.
Release v7.1 provides updated UI string translations for the following languages:
* Japane... | v7.1-mlops |
---
title: Time series (V7.1)
description: DataRobot Release 7.1 time series release notes
---
# Time series (V7.1) {: #time-series-v71 }
_June 14, 2021_
The DataRobot v7.1.0 release includes many new [time series](#new-time-series-features) features, described below. See also details on other [AutoML new features](... | v7.1.0-ats |
---
title: AutoML (V7.1)
description: DataRobot Release 7.1 AutoML release notes
---
# AutoML (V7.1) {: #automl-v71 }
_June 14, 2021_
The DataRobot v7.1.0 release includes many [new UI](#other-new-features) and [API](#api-enhancements) capabilities, described below. See also details on [time series new features](v7.... | v7.1.0-aml |
---
title: Version 7.1.x
description: DataRobot Release 7.1 release announcements index page.
---
# Version 7.1.x {: #version-71x }
Following are the AutoML, time series, and MLOps announcements for the features that make up DataRobot's 7.1.x releases, first released _June 14, 2021_.
* [v7.1.x AutoML](v7.1.0-aml)
*... | index |
---
title: MLOps (V9.0)
description: DataRobot Release 9.0 MLOps release announcements.
---
# MLOps (V9.0) {: #mlops-v90}
The following table lists each new feature.
{% if 'enterprise' in tags %}
Name | GA | Public Preview
---- | --- | --------------
[Create custom metrics](#create-custom-metrics) | ✔ | |
[Expor... | 90-mlops |
---
title: Version 9.0.x
description: DataRobot Release 9.0 release announcements index page.
---
# Version 9.0.x {: #version-90x }
_March 29, 2023_
View feature announcements for data, AutoML and time series (AutoTS) modeling, MLOps, and platform changes and enhancements for version 9.0.x of DataRobot's Self-Manag... | index |
---
title: Platform (V9.0)
description: DataRobot Release 9.0 Platform release announcements.
---
# Platform (V9.0) {: #platform-v90 }
The following table lists each new feature.
Name | GA | Public Preview
---------- | ---- | ---
[**Platform enhancements**](#platform-enhancements) | :~~: | :~~:
[DataRo... | 90-platform |
---
title: Modeling (V9.0)
description: DataRobot Release 9.0 modeling release announcements.
---
# Modeling (V9.0) {: #modeling-v90 }
The following table lists each new feature. See also the [deprecation and end-of-life announcements])#deprecation-announcements).
Name | GA | Public Preview
---------- | ----... | 90-modeling |
---
title: Time series (V9.0)
description: DataRobot Release 9.0 time series release announcements.
---
# Time series (V9.0) {: #time-series-v90 }
The following table lists each new feature.
Name | GA | Public Preview
---------- | ---- | ---
[Quick Autopilot improvements now available for time series](#quic... | 90-autots |
---
title: Data (V9.0)
description: DataRobot Release 9.0 data release announcements.
---
# Data V9.0 {: #data-v90 }
The following table lists each new feature.
Name | GA | Public Preview
---------- | ---- | ---
[Bulk action capabilities added to the AI Catalog](#bulk-action-capabilities-added-to-the-ai-cata... | 90-data |
---
title: MLOps (V7.0)
description: DataRobot Release 7.0 MLOps release notes
---
# MLOps (V7.0) {: #mlops-v70}
_March 15, 2021_
The DataRobot MLOps v7.0 release includes many new features and capabilities, described below.
Release v7.0 provides updated UI string translations for the following languages:
* Japan... | v7.0-mlops |
---
title: Time series (V7.0)
description: DataRobot Release 7.0 time series release notes
---
# Time series (V7.0) {: #time-series-v70 }
_March 15, 2021_
The DataRobot v7.0.0 release includes many new [time series](#new-time-series-features) features, described below. See also details on other [AutoML new features]... | v7.0.0-ats |
---
title: AutoML (V7.0)
description: DataRobot Release 7.0 AutoML release notes
---
# AutoML (V7.0) {: #automl-v70 }
_March 15, 2021_
The DataRobot v7.0.0 release includes many [new UI](#other-new-features) and [API](#api-enhancements) capabilities, described below. See also details on [time series new features](v7... | v7.0.0-aml |
---
title: Version 7.0.x
description: DataRobot Release 7.0 release announcements index page.
---
# Version 7.0.x {: #version-70x }
Following are the AutoML, time series, and MLOps announcements for the features that make up DataRobot's 7.0.x releases, first released _March 15, 2021_.
* [v7.0.x AutoML](v7.0.0-aml)
*... | index |
# Version 8.0.10 {: #version-8010 }
_December 19, 2022_
The DataRobot v8.0.10 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several out... | v8.0.10-aml |
# Version 8.0.2 {: #version-802 }
_April 30, 2022_
The DataRobot v8.0.2 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
## Issues fixed in v8.0.2 {: #issues-fixed-in-v802 }
The following issues ha... | v8.0.2-aml |
# Version 8.0.12 {: #version-8012 }
_February 27, 2023_
The DataRobot v8.0.12 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several out... | v8.0.12-aml |
# Version 8.0.16 {: #version-8016 }
_June 26, 2023_
The DataRobot v8.0.16 release includes some fixed issues in the DataRobot Self-Managed AI Platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outstanding secu... | v8.0.16-aml |
# Version 8.0.6 {: #version-806 }
_August 29, 2022_
The DataRobot v8.0.6 release includes a [new public preview feature](#project-duplication-with-settings-for-time-series-projects) as well as fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in... | v8.0.6-aml |
# Version 8.0.4 {: #version-804 }
_June 29, 2022_
The DataRobot v8.0.4 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
## Issues fixed in v8.0.4 {: #issues-fixed-in-v804 }
The following issues hav... | v8.0.4-aml |
# Version 8.0.14 {: #version-8014 }
_April 24, 2023_
The DataRobot v8.0.14 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outsta... | v8.0.14-aml |
# Version 8.0.8 {: #version-808 }
_November 7, 2022_
The DataRobot v8.0.8 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outstan... | v8.0.8-aml |
# Version 8.0.11 {: #version-8011 }
_January 23, 2023_
The DataRobot v8.0.11 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outs... | v8.0.11-aml |
# Version 8.0.1 {: #version-801 }
_March 30, 2022_
The DataRobot v8.0.1 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
## Issues fixed in v8.0.1 {: #issues-fixed-in-v801 }
The following issues hav... | v8.0.1-aml |
---
title: V8.0.x maintenance releases
description: Maintenance releases for the DataRobot Release 8.0 major release.
---
# V8.0.x maintenance releases {: #v80x-maintenance-releases }
The following maintenance release notes include some fixed issues in the DataRobot Self-Managed AI Platform platform. See also the [fe... | index |
# Version 8.0.3 {: #version-803 }
_May 19, 2022_
The DataRobot v8.0.3 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
## Issues fixed in v8.0.3 {: #issues-fixed-in-v803 }
The following issues have... | v8.0.3-aml |
# Version 8.0.13 {: #version-8013 }
_March 27, 2023_
The DataRobot v8.0.13 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outsta... | v8.0.13-aml |
# Version 8.0.7 {: #version-807 }
_September 30, 2022_
The DataRobot v8.0.7 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outst... | v8.0.7-aml |
# Version 8.0.5 {: #version-805 }
_July 29, 2022_
The DataRobot v8.0.5 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outstandin... | v8.0.5-aml |
# Version 8.0.9 {: #version-809 }
_November 14, 2022_
The DataRobot v8.0.9 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outsta... | v8.0.9-aml |
# Version 8.0.15 {: #version-8015 }
_May 22, 2023_
The DataRobot v8.0.15 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v8.0.0 release notes for:
* [Features introduced in v8.0.0](v8.0.0-aml)
In addition to the issues listed below, DataRobot addressed several outstand... | v8.0.15-aml |
# Version 7.2.5 {: #version-725 }
_November 9, 2021_
The DataRobot v7.2.5 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v7.2.0 release notes for:
* [Features introduced in v7.2.0](v7.2.0-aml)
## Issues fixed in v7.2.5 {: #issues-fixed-in-v725 }
The following issues ... | v7.2.5-aml |
# Version 7.2.7 {: #version-727 }
_December 21, 2021_
The DataRobot v7.2.7 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v7.2.0 release notes for:
* [Features introduced in v7.2.0](v7.2.0-aml)
## Issues fixed in v7.2.7 {: #issues-fixed-in-v727 }
The following issues... | v7.2.7-aml |
# Version 7.2.3 {: #version-723 }
_October 13, 2021_
The DataRobot v7.2.3 release includes some fixed issues in the DataRobot Self-Managed AI Platform platform. See the v7.2.0 release notes for:
* [Features introduced in v7.2.0](v7.2.0-aml)
## Issues fixed in v7.2.3 {: #issues-fixed-in-v723 }
The following issues ... | v7.2.3-aml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.