Skip to content

Commit

Permalink
Update scoring pipeline deployment in c++ runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
5675sp committed Dec 7, 2020
1 parent 761de9b commit 0ba3b97
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ By the end of this tutorial, you will predict the **cooling condition** for a **
- Linux OS (x86 or IBM Power PC) or Mac OS X (10.9 or newer)
- Anaconda or Miniconda
- Basic knowledge of Driverless AI or completion of the following tutorials:
- [Tutorial 1A: Automatic Machine Learning Introduction with Driverless AI Test Drive](https://training.h2o.ai/products/tutorial-1a-automatic-machine-learning-introduction-with-driverless-ai)
- [Tutorial 1A: Automatic Machine Learning Introduction with Driverless AI](https://training.h2o.ai/products/tutorial-1a-automatic-machine-learning-introduction-with-driverless-ai)
- [Tutorial 4A: Scoring Pipeline Deployment Introduction](https://training.h2o.ai/products/tutorial-4a-scoring-pipeline-deployment-introduction#tab-product_tab_contents__12)
- [Tutorial 4B: Scoring Pipeline Deployment Templates](https://training.h2o.ai/products/tutorial-4b-scoring-pipeline-deployment-templates)

Expand Down Expand Up @@ -106,7 +106,7 @@ We can download the **MOJO2 C++ Runtime Python Wrapper API and R Wrapper API** i

![download-mojo2-py-runtime-1](assets/download-mojo2-py-runtime-1.jpg)

Similar for the **MOJO2 R runtime**, click the **R** tab, then **Download the MOJO2 R Runtime** hyperlink. Select the type of download you want, depending on your OS.
Similar for the **MOJO2 R runtime**, click the **R** tab, then click the **Download the MOJO2 R Runtime** hyperlink. Select the type of download you want, depending on your OS.

![download-mojo2-r-runtime-2](assets/download-mojo2-r-runtime-2.jpg)

Expand Down Expand Up @@ -161,7 +161,7 @@ mv $HOME/Downloads/daimojo_2.4.8_ppc64le-linux.tar.gz .

### Install MOJO2 Python and R Runtime Dependencies

Create virtual environment and install Python and R packages in it
Create virtual environment and install Python and R packages in it:

```bash
# Install Python 3.6.10
Expand Down Expand Up @@ -212,7 +212,7 @@ conda install -y -c r r-data.table

Set the Driverless AI License Key as a temporary environment variable.

**Note**: If you don't have a license, you can obtain one through our [21-day trial license](https://www.h2o.ai/try-driverless-ai/) option. Through the [21-day trial license](https://www.h2o.ai/try-driverless-ai/) option, you will be able to obtain a temporary **Driverless AI License Key** necessary for this tutorial.
**Note**: If you don't have a license key, you can obtain one through our [21-day trial license](https://www.h2o.ai/try-driverless-ai/) option. Through the [21-day trial license](https://www.h2o.ai/try-driverless-ai/) option, you will be able to obtain a temporary **Driverless AI License Key** necessary for this tutorial.

```bash
# Set Driverless AI License Key
Expand Down

0 comments on commit 0ba3b97

Please sign in to comment.