Driverless AI FAQ
MLI will by default perform sampling if your dataset has more than 100K rows. You can disable this or set the sampling limit to a higher number through expe...
Wed, 18 Nov, 2020 at 6:36 AM
1. Put your license key in a file called license.sig. 2. Convert the license.sig file to a jar: jar cvf license.jar license.sig 3. Use the cluster...
Wed, 24 Mar, 2021 at 10:21 AM
This article will describe how to set up a Databricks cluster and provide code examples for running a c++ mojo created by the Driverless AI pipeline buildin...
Tue, 22 Jun, 2021 at 7:55 AM
Text Binary Count Transformer Recipe This recipe creates simple text features and flags records when a specific token exists in the text. The ...
Tue, 17 Aug, 2021 at 8:33 AM
Goal The goal of this document is to provide more information about why columns are dropped in Driverless AI. This document is meant for an internal audie...
Wed, 20 Apr, 2022 at 7:29 AM
Goal The goal of this document is to show how to get an Individual Recipe from an experiment and why you would want to use it. Overview Since Drive...
Tue, 5 Apr, 2022 at 12:52 PM
Controlling Hyper-parameter Tuning Using Expert TOML Configuration Settings Goal The goal of this document is to show how to use the expert TOML ...
Wed, 6 Apr, 2022 at 9:42 AM
Model Insights Question: How can we get more insights (as in the “Insights” menu in the experiment as documented here), specifically Grad-CAM visualiza...
Wed, 13 Apr, 2022 at 9:49 AM
Goal The goal of this document is to discuss the limitations of Transforming a Dataset in Driverless AI. This document is for internal guidance. The Tran...
Sun, 29 May, 2022 at 1:56 PM
Goal The goal of this document is to show what Imbalanced support Driverless AI provides and how to enable it. Overview Driverless AI offers imba...
Wed, 22 Jun, 2022 at 11:46 AM