You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: beginners/README.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,19 @@
2
2
3
3
## Prerequisites
4
4
5
-
You'll need an OCI free trial account (<ahref="https://signup.cloud.oracle.com/?sourceType=_ref_coc-asset-opcSignIn&language=en_US"target="_blank"title="Sign up for free trial">click here to sign up</a>). We're going to use a ready-to-go image to install the required resources, so all you need to start is a free account.
5
+
You'll need an OCI free trial account: <ahref="https://signup.cloud.oracle.com/?sourceType=_ref_coc-asset-opcSignIn&language=en_US"target="_blank"title="Sign up for free trial">click here to sign up</a> (right click and open in a new tab so you can keep these instructions open). We're going to use a ready-to-go image to install the required resources, so all you need to start is a free account.
6
6
7
7
Registered lab participants should have received $500 in credits to use for Data Science operations.
8
8
9
+
Here's [a video to help with signing up.](https://www.youtube.com/watch?v=4U-0SumNz6w)
10
+
11
+
## Lab Guide
12
+
13
+
A PDF version of the slide deck for this lab is [available here](./docs/Red-Bull-HOL.pdf) (right click to save to disk or open in a new tab).
14
+
9
15
### SSH Key
10
16
11
-
You'll also need an SSH key pair to access the OCI Stack we're going to create. For Mac/Linux systems, you can [use `ssh-keygen`](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/managingkeypairs.htm#ariaid-title4). On Windows, you'll [use PuTTY Key Generator](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/managingkeypairs.htm#ariaid-title5).
17
+
You'll also need an SSH key pair to access the OCI Stack we're going to create. For Mac/Linux systems, you can [use `ssh-keygen`](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/managingkeypairs.htm#ariaid-title4). On Windows, you'll [use PuTTY Key Generator](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/managingkeypairs.htm#ariaid-title5). Again, right click the appropriate link and open in a new tab so you don't lose this page.
12
18
13
19
To summarize Mac/Linux:
14
20
@@ -40,7 +46,7 @@ For Windows, and step-by-step instructions for Mac/Linux, please see the [Oracle
40
46
6. Once the Create Stack job has succeeded, click the hamburger menu in the upper left, select **Compute** in the sidebar, and click **Instances** in the menu.
41
47
42
48

43
-
7. On the **Instances** screen, make sure "redbullhol" is selected under *Compartment*. If "redbullhol" isn't in the dropdown menu, it may need some time to show up, so grab (another) cup of coffee/tea and check back in a few minutes.
49
+
7. On the **Instances** screen, make sure "redbullhol" is selected under *Compartment*. If "redbullhol" isn't in the dropdown menu, you may need to refresh the page for the new compartent to show up.
8. Once the "redbullhol" compartment is selected, you should see a running Instance in the list. The address you'll need to access it is in the *Public IP* column. Copy the IP address shown.
@@ -79,6 +85,10 @@ View each notebook in numeric order:
79
85
- 04.ML_Modelling.ipynb
80
86
- 05.ML_Model_Serving.ipynb
81
87
88
+
## Making Your Own Modifications
89
+
90
+
Once you've tested the notebooks as they are, you can make changes to `04.ML_Modelling.ipynb` to experiment with different inputs and see the results.
91
+
82
92
## Starting The Web Application
83
93
84
94
To see the results of the lab, you'll need to start the web server using Terminal.
@@ -87,8 +97,11 @@ To see the results of the lab, you'll need to start the web server using Termina
87
97
2. Enter the following commands, hitting return after each one (feel free to copy and paste)
88
98
89
99
cd /home/opc/redbull-analytics-hol/beginners/web
90
-
source /home/opc/redbullenv/bin/activate
91
-
python3 app.py
100
+
./launchapp.sh start
101
+
102
+
To stop the server later, if needed, use:
103
+
104
+
./launchapp.sh stop
92
105
3. Open a web browser to the public IP of your Jupyter Lab, but use port 8080 instead of port 8001:
0 commit comments