Skip to content

Commit

Permalink
Merge pull request #682 from Microsoft/o16_lgbm_criteo
Browse files Browse the repository at this point in the history
O16N lgbm criteo
  • Loading branch information
miguelgfierro authored Apr 5, 2019
2 parents 8d024ee + f9ae7e7 commit 8500d06
Show file tree
Hide file tree
Showing 3 changed files with 783 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ python scripts/databricks_install.py <CLUSTER_ID>
**Note** If you are planning on running through the sample code for operationalization [here](notebooks/05_operationalize/als_movie_o16n.ipynb), you need to prepare the cluster for operationalization. You can do so by adding an additional option to the script run. <CLUSTER_ID> is the same as that mentioned above, and can be identified by running `databricks clusters list` and selecting the appropriate cluster.

```{shell}
./scripts/databricks_install.py --prepare-o16n <CLUSTER_ID>
python ./scripts/databricks_install.py --prepare-o16n <CLUSTER_ID>
```

See below for details.
Expand Down Expand Up @@ -238,7 +238,7 @@ This option utilizes the installation script to do the setup. Just run the insta
with an additional option. If you have already run the script once to upload and install the `Recommenders.egg` library, you can also add an `--overwrite` option:

```{shell}
scripts/databricks_install.py --overwrite --prepare-o16n <CLUSTER_ID>
python scripts/databricks_install.py --overwrite --prepare-o16n <CLUSTER_ID>
```

This script does all of the steps described in the *Manual setup* section below.
Expand Down
Loading

0 comments on commit 8500d06

Please sign in to comment.