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
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,21 @@
1
1
# Visualize and analyze San Francisco traffic accidents using a Jupyter Notebook, PixieDust, and PixieApps
2
2
3
-
In this Code Pattern we will use PixieDust running on IBM Data Science Experience (DSX) to analyze traffic data from the City of San Francisco. DSX is an interactive, collaborative, cloud-based environment where data scientists, developers, and others interested in data science can use tools (e.g., RStudio, Jupyter Notebooks, Spark, etc.) to collaborate, share, and gather insight from their data.
3
+
> Data Science Experience is now Watson Studio. Although some images in this code pattern may show the service as Data Science Experience, the steps and processes will still work.
4
+
5
+
In this Code Pattern we will use PixieDust running on IBM Watson Studio to analyze traffic data from the City of San Francisco. Watson Studio is an interactive, collaborative, cloud-based environment where data scientists, developers, and others interested in data science can use tools (e.g., RStudio, Jupyter Notebooks, Spark, etc.) to collaborate, share, and gather insight from their data.
4
6
5
7
When the reader has completed this Code Pattern, they will understand how to:
6
8
7
9
* Use [Jupyter Notebooks](http://jupyter.org/) to load, visualize, and analyze data
8
-
* Run Notebooks in [IBM Data Science Experience](https://datascience.ibm.com/)
10
+
* Run Notebooks in [IBM Watson Studio](https://dataplatform.ibm.com/)
9
11
* Leverage [PixieDust](https://github.com/ibm-cds-labs/pixiedust) as a python notebook helper
10
12
* Build a dashboard using [PixieApps](https://ibm-watson-data-lab.github.io/pixiedust/pixieapps.html)
11
13
* Fetch data from [City of San Francisco Open Data](https://datasf.org/opendata/)
12
14
* Create an interactive map with [Mapbox GL](https://www.mapbox.com/mapbox-gl-js/api/)
13
15
14
16
The intended audience for this Code Pattern is application developers and other stakeholders who wish to utilize the power of Data Science quickly and effectively.
@@ -24,7 +26,7 @@ The intended audience for this Code Pattern is application developers and other
24
26
25
27
# Included Components
26
28
27
-
*[IBM Data Science Experience](https://www.ibm.com/bs-en/marketplace/data-science-experience): Analyze data using RStudio, Jupyter, and Python in a configured, collaborative environment that includes IBM value-adds, such as managed Spark.
29
+
*[IBM Watson Studio](https://www.ibm.com/bs-en/marketplace/data-science-experience): Analyze data using RStudio, Jupyter, and Python in a configured, collaborative environment that includes IBM value-adds, such as managed Spark.
28
30
29
31
## Featured technologies
30
32
@@ -45,29 +47,29 @@ The intended audience for this Code Pattern is application developers and other
45
47
Follow these steps to setup and run this Code Pattern. The steps are
46
48
described in detail below.
47
49
48
-
1.[Sign up for the Data Science Experience](#1-sign-up-for-the-data-science-experience)
50
+
1.[Sign up for the Watson Studio](#1-sign-up-for-watson-studio)
49
51
2.[Create the notebook](#2-create-the-notebook)
50
52
3.[Run the notebook](#3-run-the-notebook)
51
53
4.[Analyze the results](#4-analyze-the-results)
52
54
5.[Save and Share](#5-save-and-share)
53
55
54
-
## 1. Sign up for the Data Science Experience
56
+
## 1. Sign up for Watson Studio
55
57
56
-
Sign up for IBM's [Data Science Experience](http://datascience.ibm.com/). By signing up for the Data Science Experience, two services:``DSX-Spark`` and ``DSX-ObjectStore``will be created in your IBM Cloud account.
58
+
Sign up for IBM's [Watson Studio](https://dataplatform.ibm.com). By creating a project in Watson Studio a free tier``Object Storage`` service will be created in your IBM Cloud account. Take note of your service names as you will need to select them in the following steps.
57
59
58
-
## 2. Create the notebook
60
+
> Note: When creating your Object Storage service, select the ``Free`` storage type in order to avoid having to pay an upgrade fee.
59
61
60
-
Create the Project:
61
-
* From the [IBM Data Science Experience page](https://apsportal.ibm.com/analytics) either click the ``Get Started`` tab at the top or scroll down to ``Recently updated projects``.
62
-
* Click on ``+ Create Project`` or ``+ New Project`` under Recently updated projects.
63
-
* Choose a ``Name`` and, optionally, a ``Description``. Accept the default ``DSX-Spark`` for Spark Service, ``Object Storage `` for Storage Type, and ``DSX-ObjectStorage`` for Target Object Storage Instance.
64
-
* Click ``Create``.
62
+
## 2. Create the notebook
65
63
66
-
Create the Notebook:
67
-
* In you project, click ``+ add to project`` -> ``notebook``.
68
-
* Click the tab for ``From URL`` and enter a ``Name`` and optional ``Description``.
69
-
* In the ``Notebook URL`` box put: https://github.com/IBM/pixiedust-traffic-analysis/blob/master/notebooks/pixiedust-traffic-analysis.ipynb
70
-
* Accept the default ``DSX-Spark`` for Spark Service and click ``Create Notebook``.
64
+
* In [Watson Studio](https://dataplatform.ibm.com), click on `Create notebook` to create a notebook.
65
+
* Create a project if necessary, provisioning an object storage service if required.
66
+
* In the `Assets` tab, select the `Create notebook` option.
67
+
* Select the `From URL` tab.
68
+
* Enter a name for the notebook.
69
+
* Optionally, enter a description for the notebook.
70
+
* Enter this Notebook URL: https://github.com/IBM/pixiedust-traffic-analysis/blob/master/notebooks/pixiedust-traffic-analysis.ipynb
71
+
* Select the free Anaconda runtime.
72
+
* Click the `Create` button.
71
73
72
74

73
75
@@ -303,7 +305,7 @@ There is a sample of the output in [data/examples/pixiedust-traffic-analysis.htm
303
305
***Data Analytics Code Patterns**: Enjoyed this Code Pattern? Check out our other [Data Analytics Code Patterns](https://developer.ibm.com/code/technologies/data-science/)
304
306
***AI and Data Code Pattern Playlist**: Bookmark our [playlist](https://www.youtube.com/playlist?list=PLzUbsvIyrNfknNewObx5N7uGZ5FKH0Fde) with all of our Code Pattern videos
305
307
***With Watson**: Want to take your Watson app to the next level? Looking to utilize Watson Brand assets? [Join the With Watson program](https://www.ibm.com/watson/with-watson/) to leverage exclusive brand, marketing, and tech resources to amplify and accelerate your Watson embedded commercial solution.
306
-
***Data Science Experience**: Master the art of data science with IBM's [Data Science Experience](https://datascience.ibm.com/)
308
+
***Watson Studio**: Master the art of data science with IBM's [Watson Studio](https://dataplatform.ibm.com/)
0 commit comments