Using the DataRobot Python client
The Python programming language is one of the most popular programming languages used by data scientists. It is flexible yet powerful. Being able to integrate the AutoML capabilities of DataRobot and utilize the flexibility of Python offers data scientists various benefits, as we mentioned earlier.
Programming in Python using the Jupyter IDE.
Now, let's explore the DataRobot Python client.
To use the DataRobot Python client, Python must be version 2.7 or 3.4+. The most up-to-date version of DataRobot must be installed. For the cloud version, the pip
command will install the most recent version of the DataRobot
package. On Python, running !pip install datarobot
should install the DataRobot
package.
Having installed the DataRobot
package, the package has been imported. The Client
method of the DataRobot
package provides the much-needed connection to the DataRobot instance. As shown in Figure 12.3, the basic format for the Client
...