Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRIAL-737:Add visualize for ODLH pattern #11

Merged
merged 6 commits into from
Dec 9, 2024
Merged

TRIAL-737:Add visualize for ODLH pattern #11

merged 6 commits into from
Dec 9, 2024

Conversation

satyabollineni
Copy link
Collaborator

No description provided.

@@ -11,8 +11,8 @@ For our tutorial, we will use a raw airlines dataset to -
0. [Pre-reqs](00_prereqs.md) - Set up CDP user workload password and deploy the Applied Machine Learning Prototype (AMP) for `Canceled Flight Prediction`
1. [Ingest](01_ingest.md) - Build an ingestion data pipeline to enable advanced analytics and Machine Learning (ML) use cases
2. [Analyze](02_analyze.md) - Explore the ingested data and conduct an interactive analysis
3. [Predict](03_predict.md) - Predict the likelihood of a flight being canceled based on historical records
4. [Do More with Iceberg](04_iceberg.md) - Test Iceberg features such as Time Travel and Partition Evolution, and change the ML Project to train the `Canceled Flight Prediction` model using the Data Lakehouse (Iceberg) data
3. [Predict](04_predict) - Predict the likelihood of a flight being canceled based on historical records
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let us add one more line here for visualize here and add it to the list may be like
3. [Visualize](/03_visualize.md) - Create a visualization dashboard using cloudera Datawarehouse

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets rename headings in the first line of all readme like 03_predict -> 04_predict , 04_iceberg ->05_iceberg

https://github.com/cloudera/cdp-trial-patterns/pull/11/files#diff-ef7c5fa6647545ea0b54c52d1809bbc04bf41e7bf7b593bd8304225ef19f67eeR1

@@ -9,7 +9,7 @@ As part of the `Prerequisites`, we will walk through the initial setup and confi

# Cloudera Machine Learning (CML) Project

In this phase, we will be deploying an end\-to\-end machine learning project that will also be used in the [03_predict](03_predict.md) phases.
In this phase, we will be deploying an end\-to\-end machine learning project that will also be used in the [03_predict](04_predict) phases.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

04_predict.md it should be here , it is not redirecting to the related readme file as .md is missing here

@@ -320,4 +320,4 @@ The primary goal of this is to build an ingestion data pipeline.

![Describe Planes Iceberg Table](images/query.describe.planes.png)

We are now ready to [Analyze](02_analyze.md) and [Predict](03_predict.md) Data!
We are now ready to [Analyze](02_analyze.md) and [Predict](04_predict) Data!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here as well links are not redirecting to correct readme file

@@ -1,4 +1,4 @@
# 02_analyze
mn # 02_analyze
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can delete this mn right ?

@@ -109,4 +109,4 @@ ORDER BY

Now that we know we can answer many burning business questions with this data, we need to get the analytic power into the hands of our Business Users. Since they are not as familiar with writing complex SQL, we need to give them visualizations of the data so they can discover insights from the data.

We are now ready to [Predict](03_predict.md#03_predict) the likelihood of a flight being canceled.
We are now ready to [Predict](04_predict#03_predict) the likelihood of a flight being canceled.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here as well! Link is not redirecting

@@ -228,4 +228,4 @@ It is important to emphasize that there was no requirement to create a duplicate

![Stop Session](images/CML_stop_session.png)

Now we are ready to take a look at some of the interesting features Iceberg has to offer. Please visit [04_iceberg](04_iceberg.md) to explore key Iceberg features in more detail.
Now we are ready to take a look at some of the interesting features Iceberg has to offer. Please visit [04_iceberg](05_iceberg) to explore key Iceberg features in more detail.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this link is still not redirecting to correct book yet

Copy link
Collaborator

@saiabhichepuri saiabhichepuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants