Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3bdd65c

Browse files
Merge pull request #13 from habi/link-fix
Fixed asset links in all notebook READMEs
2 parents 5b36623 + 9fbe442 commit 3bdd65c

File tree

13 files changed

+13
-13
lines changed
  • notebooks
    • Ch01_Machine_Learning_Basics
    • Ch02_The_Python_ML_Ecosystem
    • Ch03_Processing_Wrangling_and_Visualizing_Data
    • Ch04_Feature_Engineering_and_Selection
    • Ch05_Building_Tuning_and_Deploying_Models
    • Ch07_Analyzing_Movie_Reviews_Sentiment
    • Ch08_Customer_Segmentation_and_Effective_Cross_Selling
    • Ch09_Analyzing_Wine_Types_and_Quality
    • Ch11_Forecasting_Stock_and_Commodity_Prices
    • Ch12_Deep_Learning_for_Computer_Vision

13 files changed

+13
-13
lines changed

‎notebooks/Ch01_Machine_Learning_Basics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-1-machine-learning-basics"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch02_The_Python_ML_Ecosystem#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
1+
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-1-machine-learning-basics"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch02_The_Python_ML_Ecosystem#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 1: Machine Learning Basics
44

‎notebooks/Ch02_The_Python_ML_Ecosystem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch01_Machine_Learning_Basics#chapter-1-machine-learning-basics"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch03_Processing_Wrangling_and_Visualizing_Data#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
1+
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch01_Machine_Learning_Basics#chapter-1-machine-learning-basics"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch03_Processing_Wrangling_and_Visualizing_Data#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 2: The Python Machine Learning Ecosystem
44

‎notebooks/Ch03_Processing_Wrangling_and_Visualizing_Data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch02_The_Python_ML_Ecosystem#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch04_Feature_Engineering_and_Selection#chapter-4-feature-engineering-and-selection"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
1+
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch02_The_Python_ML_Ecosystem#chapter-2-the-python-machine-learning-ecosystem"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch04_Feature_Engineering_and_Selection#chapter-4-feature-engineering-and-selection"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 3: Processing, Wrangling and Visualizing Data
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-4-feature-engineering-and-selection"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch03_Processing_Wrangling_and_Visualizing_Data#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch05_Building_Tuning_and_Deploying_Models#chapter-5-building-tuning-and-deploying-models"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
1+
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-4-feature-engineering-and-selection"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch03_Processing_Wrangling_and_Visualizing_Data#chapter-3-processing-wrangling-and-visualizing-data"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch05_Building_Tuning_and_Deploying_Models#chapter-5-building-tuning-and-deploying-models"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 4: Feature Engineering and Selection
44
Upcoming book on machine learning. Will be released in Q4, 2017. Watch this space for updates!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-5-building-tuning-and-deploying-models"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch04_Feature_Engineering_and_Selection#chapter-4-feature-engineering-and-selection"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch06_Analyzing_Bike_Sharing_Trends#chapter-6-analyzing-bike-sharing-trends"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
1+
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-5-building-tuning-and-deploying-models"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch04_Feature_Engineering_and_Selection#chapter-4-feature-engineering-and-selection"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch06_Analyzing_Bike_Sharing_Trends#chapter-6-analyzing-bike-sharing-trends"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 5: Building, Tuning and Deploying Models
44
Upcoming book on machine learning. Will be released in Q4, 2017. Watch this space for updates!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-6-analyzing-bike-sharing-trends"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch05_Building_Tuning_and_Deploying_Models#chapter-5-building-tuning-and-deploying-models"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch07_Analyzing_Movie_Reviews_Sentiment#chapter-7-analyzing-movie-reviews-sentiment"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
1+
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-6-analyzing-bike-sharing-trends"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch05_Building_Tuning_and_Deploying_Models#chapter-5-building-tuning-and-deploying-models"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch07_Analyzing_Movie_Reviews_Sentiment#chapter-7-analyzing-movie-reviews-sentiment"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 6: Analyzing Bike Sharing Trends
44
Upcoming book on machine learning. Will be released in Q4, 2017. Watch this space for updates!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-7-analyzing-movie-reviews-sentiment"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch06_Analyzing_Bike_Sharing_Trends#chapter-6-analyzing-bike-sharing-trends"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch08_Customer_Segmentation_and_Effective_Cross_Selling#chapter-8-customer-segmentation-and-effective-cross-selling"><img height="50px" src="https://media.githubusercontent.com/media/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
1+
<p align="right"><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python#contents"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/home_page.png" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks#chapter-7-analyzing-movie-reviews-sentiment"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/contents_page.jpg" /></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch06_Analyzing_Bike_Sharing_Trends#chapter-6-analyzing-bike-sharing-trends"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/back_page.png" /></a></a><a target="_blank" href="https://github.com/dipanjanS/practical-machine-learning-with-python/tree/master/notebooks/Ch08_Customer_Segmentation_and_Effective_Cross_Selling#chapter-8-customer-segmentation-and-effective-cross-selling"><img height="50px" src="https://raw.githubusercontent.com/dipanjanS/practical-machine-learning-with-python/master/media/assets/next_page.png" /></a></p>
22

33
# Chapter 7: Analyzing Movie Reviews Sentiment
44
Upcoming book on machine learning. Will be released in Q4, 2017. Watch this space for updates!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /