Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

updated CP4D #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ In this code pattern, we will learn about how users and developers interested in

Netezza has in-database Analytics packages for mining the spectrum of data set sizes. IBM Netezza In-Database Analytics is a data mining application that includes many of the key techniques and popular real-world algorithms used with data sets.

In this code pattern, we will load Jupyter notebook using IBM Cloud Pak for Data (CP4D) platform. The notebook has steps to connect to Netezza and use In-Database analytic functions to analyze the data and also run machine learning algorithms which allows you to predict and forecast data. In order to access analytical functions of Netezza, you should install `INZA` module into the Netezza server. All of the analytical functions are under `INZA` schema AND `NZA` database.
In this code pattern, we will load Jupyter notebook using IBM Cloud Pak for Data platform. The notebook has steps to connect to Netezza and use In-Database analytic functions to analyze the data and also run machine learning algorithms which allows you to predict and forecast data. In order to access analytical functions of Netezza, you should install `INZA` module into the Netezza server. All of the analytical functions are under `INZA` schema AND `NZA` database.

In this code pattern, we will be using energy price dataset and analyze the data using Jupyter Notebook using IBM Cloud Pak for Data (CP4D) platform. We will walk you through step by step on:
In this code pattern, we will be using energy price dataset and analyze the data using Jupyter Notebook using IBM Cloud Pak for Data platform. We will walk you through step by step on:

1. Analyzing data using Netezza In-Database analytic functions.
1. Creating machine learning models using Netezza In-Database machine learning algorithms.
Expand All @@ -30,7 +30,7 @@ In this code pattern, we will be using energy price dataset and analyze the data

## Steps
1. [Clone the repo](#1-clone-the-repo)
1. [Create a new project in CP4D](#2-create-a-new-project-in-cp4d)
1. [Create a new project in Cloud Pak for Data](#2-create-a-new-project-in-cloud-pak-for-data)
1. [Add connection to Netezza server](#3-add-connection-to-netezza-server)
1. [Upload data assets](#4-upload-data-assets)
1. [Load notebook to your project](#5-load-notebook-to-your-project)
Expand All @@ -48,7 +48,7 @@ git clone https://github.com/IBM/prediction-using-netezza-in-database-analytics-

```

### 2. Create a new project in CP4D
### 2. Create a new project in Cloud Pak for Data

* Log into IBM Cloud Pak for Data and create a new project, by selecting `Projects` from hamburger menu and clicking `New Project +`.

Expand Down Expand Up @@ -257,4 +257,4 @@ The NZA_META_<model_name>_FORECAST table holds forecast values. The table contai

This code pattern is licensed under the Apache Software License, Version 2. Separate third party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1 (DCO)](https://developercertificate.org/) and the [Apache Software License, Version 2](https://www.apache.org/licenses/LICENSE-2.0.txt).

[Apache Software License (ASL) FAQ](https://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN)
[Apache Software License (ASL) FAQ](https://www.apache.org/foundation/license-faq.html#WhatDoesItMEAN)