From 3acd4a23cac82be7d562bccb2bf2d1d3efa92bc3 Mon Sep 17 00:00:00 2001 From: Zarif Aziz <15042003+zarifaziz@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:21:23 +1000 Subject: [PATCH] fixed Nagivation -> Navigation spelling mistake (#104) --- course-zoomcamp/02-regression/homework.md | 2 +- .../03-classification/01-churn-project.md | 2 +- .../03-classification/02-data-preparation.md | 2 +- .../03-classification/03-validation.md | 2 +- course-zoomcamp/03-classification/04-eda.md | 2 +- course-zoomcamp/03-classification/05-risk.md | 2 +- .../03-classification/06-mutual-info.md | 2 +- .../03-classification/07-correlation.md | 2 +- course-zoomcamp/03-classification/08-ohe.md | 2 +- .../09-logistic-regression.md | 2 +- .../03-classification/10-training-log-reg.md | 2 +- .../11-log-reg-interpretation.md | 2 +- .../03-classification/12-using-log-reg.md | 2 +- .../03-classification/13-summary.md | 2 +- .../03-classification/14-explore-more.md | 2 +- course-zoomcamp/03-classification/homework.md | 2 +- course-zoomcamp/04-evaluation/01-overview.md | 2 +- course-zoomcamp/04-evaluation/02-accuracy.md | 2 +- .../04-evaluation/03-confusion-table.md | 2 +- .../04-evaluation/04-precision-recall.md | 2 +- course-zoomcamp/04-evaluation/05-roc.md | 2 +- course-zoomcamp/04-evaluation/06-auc.md | 2 +- .../04-evaluation/07-cross-validation.md | 2 +- course-zoomcamp/04-evaluation/08-summary.md | 2 +- .../04-evaluation/09-explore-more.md | 2 +- course-zoomcamp/04-evaluation/homework.md | 2 +- course-zoomcamp/05-deployment/01-intro.md | 2 +- course-zoomcamp/05-deployment/02-pickle.md | 2 +- .../05-deployment/03-flask-intro.md | 2 +- .../05-deployment/04-flask-deployment.md | 2 +- course-zoomcamp/05-deployment/05-pipenv.md | 2 +- course-zoomcamp/05-deployment/06-docker.md | 2 +- course-zoomcamp/05-deployment/07-aws-eb.md | 2 +- course-zoomcamp/05-deployment/08-summary.md | 2 +- .../05-deployment/09-explore-more.md | 2 +- course-zoomcamp/05-deployment/homework.md | 2 +- course-zoomcamp/06-trees/01-credit-risk.md | 2 +- course-zoomcamp/06-trees/02-data-prep.md | 2 +- course-zoomcamp/06-trees/03-decision-trees.md | 2 +- .../06-trees/04-decision-tree-learning.md | 2 +- .../06-trees/05-decision-tree-tuning.md | 2 +- course-zoomcamp/06-trees/06-random-forest.md | 2 +- course-zoomcamp/06-trees/07-boosting.md | 2 +- course-zoomcamp/06-trees/08-xgb-tuning.md | 2 +- course-zoomcamp/06-trees/09-final-model.md | 2 +- course-zoomcamp/06-trees/10-summary.md | 2 +- course-zoomcamp/06-trees/11-explore-more.md | 2 +- course-zoomcamp/06-trees/homework.md | 2 +- .../01-fashion-classification.md | 2 +- .../08-deep-learning/02-tensorflow-keras.md | 2 +- .../08-deep-learning/03-pretrained-models.md | 2 +- .../08-deep-learning/04-conv-neural-nets.md | 2 +- .../08-deep-learning/05-transfer-learning.md | 2 +- .../08-deep-learning/06-learning-rate.md | 2 +- .../08-deep-learning/07-checkpointing.md | 2 +- .../08-deep-learning/08-more-layers.md | 2 +- .../08-deep-learning/09-dropout.md | 2 +- .../08-deep-learning/10-augmentation.md | 2 +- .../08-deep-learning/11-large-model.md | 2 +- .../08-deep-learning/12-using-model.md | 2 +- .../08-deep-learning/13-summary.md | 2 +- .../08-deep-learning/14-explore-more.md | 2 +- course-zoomcamp/08-deep-learning/homework.md | 2 +- course-zoomcamp/09-serverless/01-intro.md | 2 +- .../09-serverless/02-aws-lambda.md | 2 +- .../09-serverless/03-tensorflow-lite.md | 2 +- .../09-serverless/04-preparing-code.md | 2 +- .../09-serverless/05-docker-image.md | 2 +- .../09-serverless/06-creating-lambda.md | 2 +- .../09-serverless/07-api-gateway.md | 2 +- course-zoomcamp/09-serverless/08-summary.md | 2 +- .../09-serverless/09-explore-more.md | 2 +- course-zoomcamp/09-serverless/homework.md | 2 +- course-zoomcamp/10-kubernetes/01-overview.md | 2 +- .../10-kubernetes/02-tensorflow-serving.md | 2 +- .../10-kubernetes/03-preprocessing.md | 2 +- .../10-kubernetes/04-docker-compose.md | 2 +- .../10-kubernetes/05-kubernetes-intro.md | 2 +- .../06-kubernetes-simple-service.md | 2 +- .../10-kubernetes/07-kubernetes-tf-serving.md | 2 +- course-zoomcamp/10-kubernetes/08-eks.md | 2 +- course-zoomcamp/10-kubernetes/09-summary.md | 2 +- .../10-kubernetes/10-explore-more.md | 2 +- course-zoomcamp/10-kubernetes/homework.md | 2 +- course-zoomcamp/11-kserve/01-overview.md | 2 +- course-zoomcamp/11-kserve/02-kserve-local.md | 2 +- .../11-kserve/03-kserve-sklearn.md | 2 +- .../11-kserve/04-kserve-custom-image.md | 2 +- .../11-kserve/05-tensorflow-kserve.md | 2 +- .../11-kserve/06-kserve-transformers.md | 2 +- course-zoomcamp/11-kserve/07-kserve-eks.md | 2 +- course-zoomcamp/11-kserve/08-summary.md | 2 +- course-zoomcamp/11-kserve/09-explore-more.md | 2 +- course-zoomcamp/generate-pages.ipynb | 24 +++++++++---------- 94 files changed, 105 insertions(+), 105 deletions(-) diff --git a/course-zoomcamp/02-regression/homework.md b/course-zoomcamp/02-regression/homework.md index 04ae42482..6f3b27512 100644 --- a/course-zoomcamp/02-regression/homework.md +++ b/course-zoomcamp/02-regression/homework.md @@ -108,7 +108,7 @@ If your answer doesn't match options exactly, select the closest one. The deadline for submitting is 20 September 2021, 17:00 CET. After that, the form will be closed. -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 2: Machine Learning for Regression](./) diff --git a/course-zoomcamp/03-classification/01-churn-project.md b/course-zoomcamp/03-classification/01-churn-project.md index ae5bae1b4..304c237bc 100644 --- a/course-zoomcamp/03-classification/01-churn-project.md +++ b/course-zoomcamp/03-classification/01-churn-project.md @@ -34,7 +34,7 @@ For this project, we used a [Kaggle dataset](https://www.kaggle.com/blastchar/te -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/02-data-preparation.md b/course-zoomcamp/03-classification/02-data-preparation.md index 893259f3a..2097e503d 100644 --- a/course-zoomcamp/03-classification/02-data-preparation.md +++ b/course-zoomcamp/03-classification/02-data-preparation.md @@ -39,7 +39,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/03-validation.md b/course-zoomcamp/03-classification/03-validation.md index 171c50487..931fe179b 100644 --- a/course-zoomcamp/03-classification/03-validation.md +++ b/course-zoomcamp/03-classification/03-validation.md @@ -30,7 +30,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/04-eda.md b/course-zoomcamp/03-classification/04-eda.md index 72b488438..4820dc3e3 100644 --- a/course-zoomcamp/03-classification/04-eda.md +++ b/course-zoomcamp/03-classification/04-eda.md @@ -33,7 +33,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/05-risk.md b/course-zoomcamp/03-classification/05-risk.md index 698d95a80..80edb9de0 100644 --- a/course-zoomcamp/03-classification/05-risk.md +++ b/course-zoomcamp/03-classification/05-risk.md @@ -31,7 +31,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/06-mutual-info.md b/course-zoomcamp/03-classification/06-mutual-info.md index cc174f4b5..6186ea2ac 100644 --- a/course-zoomcamp/03-classification/06-mutual-info.md +++ b/course-zoomcamp/03-classification/06-mutual-info.md @@ -29,7 +29,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/07-correlation.md b/course-zoomcamp/03-classification/07-correlation.md index 6785ee82c..5ca18c0c6 100644 --- a/course-zoomcamp/03-classification/07-correlation.md +++ b/course-zoomcamp/03-classification/07-correlation.md @@ -27,7 +27,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/08-ohe.md b/course-zoomcamp/03-classification/08-ohe.md index 7c32b2727..756013fb1 100644 --- a/course-zoomcamp/03-classification/08-ohe.md +++ b/course-zoomcamp/03-classification/08-ohe.md @@ -29,7 +29,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/09-logistic-regression.md b/course-zoomcamp/03-classification/09-logistic-regression.md index 4a891a472..a8ebf4d94 100644 --- a/course-zoomcamp/03-classification/09-logistic-regression.md +++ b/course-zoomcamp/03-classification/09-logistic-regression.md @@ -41,7 +41,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/10-training-log-reg.md b/course-zoomcamp/03-classification/10-training-log-reg.md index 76a9ed1cf..13d551807 100644 --- a/course-zoomcamp/03-classification/10-training-log-reg.md +++ b/course-zoomcamp/03-classification/10-training-log-reg.md @@ -31,7 +31,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/11-log-reg-interpretation.md b/course-zoomcamp/03-classification/11-log-reg-interpretation.md index fdc1f9d9e..21bca1901 100644 --- a/course-zoomcamp/03-classification/11-log-reg-interpretation.md +++ b/course-zoomcamp/03-classification/11-log-reg-interpretation.md @@ -29,7 +29,7 @@ The entire code of this project is available in [this jupyter notebook](https:// -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/12-using-log-reg.md b/course-zoomcamp/03-classification/12-using-log-reg.md index 885e63ec1..b32f7d289 100644 --- a/course-zoomcamp/03-classification/12-using-log-reg.md +++ b/course-zoomcamp/03-classification/12-using-log-reg.md @@ -23,7 +23,7 @@ In this case, the predictions of validation and test were similar, which means t -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/13-summary.md b/course-zoomcamp/03-classification/13-summary.md index 14776f44a..8e9b4d5bd 100644 --- a/course-zoomcamp/03-classification/13-summary.md +++ b/course-zoomcamp/03-classification/13-summary.md @@ -21,7 +21,7 @@ In this session, we worked on a project to predict churning in customers from a -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/14-explore-more.md b/course-zoomcamp/03-classification/14-explore-more.md index da3943017..c9f60ae51 100644 --- a/course-zoomcamp/03-classification/14-explore-more.md +++ b/course-zoomcamp/03-classification/14-explore-more.md @@ -19,7 +19,7 @@ Other projects * Default prediction - https://archive.ics.uci.edu/ml/datasets/default+of+credit+card+clients -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/03-classification/homework.md b/course-zoomcamp/03-classification/homework.md index ceb3f6d91..99a4fe428 100644 --- a/course-zoomcamp/03-classification/homework.md +++ b/course-zoomcamp/03-classification/homework.md @@ -113,7 +113,7 @@ It's possible that your answers won't match exactly. If it's the case, select th The deadline for submitting is 27 September 2021, 17:00 CET. After that, the form will be closed. -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 3: Machine Learning for Classification](./) diff --git a/course-zoomcamp/04-evaluation/01-overview.md b/course-zoomcamp/04-evaluation/01-overview.md index 1dbc820d1..ea3c4ee91 100644 --- a/course-zoomcamp/04-evaluation/01-overview.md +++ b/course-zoomcamp/04-evaluation/01-overview.md @@ -26,7 +26,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/02-accuracy.md b/course-zoomcamp/04-evaluation/02-accuracy.md index 2eae05d3a..615190f74 100644 --- a/course-zoomcamp/04-evaluation/02-accuracy.md +++ b/course-zoomcamp/04-evaluation/02-accuracy.md @@ -38,7 +38,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/03-confusion-table.md b/course-zoomcamp/04-evaluation/03-confusion-table.md index b1bf3efa7..ce9cd393b 100644 --- a/course-zoomcamp/04-evaluation/03-confusion-table.md +++ b/course-zoomcamp/04-evaluation/03-confusion-table.md @@ -44,7 +44,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/04-precision-recall.md b/course-zoomcamp/04-evaluation/04-precision-recall.md index c52b66b1c..5bdc2ca86 100644 --- a/course-zoomcamp/04-evaluation/04-precision-recall.md +++ b/course-zoomcamp/04-evaluation/04-precision-recall.md @@ -34,7 +34,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/05-roc.md b/course-zoomcamp/04-evaluation/05-roc.md index 7c7f6f849..8042d9468 100644 --- a/course-zoomcamp/04-evaluation/05-roc.md +++ b/course-zoomcamp/04-evaluation/05-roc.md @@ -49,7 +49,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/06-auc.md b/course-zoomcamp/04-evaluation/06-auc.md index 43ffbcf5e..3e67ceba6 100644 --- a/course-zoomcamp/04-evaluation/06-auc.md +++ b/course-zoomcamp/04-evaluation/06-auc.md @@ -31,7 +31,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/07-cross-validation.md b/course-zoomcamp/04-evaluation/07-cross-validation.md index a0a23f1d8..3eaaa77f9 100644 --- a/course-zoomcamp/04-evaluation/07-cross-validation.md +++ b/course-zoomcamp/04-evaluation/07-cross-validation.md @@ -42,7 +42,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/08-summary.md b/course-zoomcamp/04-evaluation/08-summary.md index 095e59119..63653cf8a 100644 --- a/course-zoomcamp/04-evaluation/08-summary.md +++ b/course-zoomcamp/04-evaluation/08-summary.md @@ -32,7 +32,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/09-explore-more.md b/course-zoomcamp/04-evaluation/09-explore-more.md index 409dfe76f..c13ab11d9 100644 --- a/course-zoomcamp/04-evaluation/09-explore-more.md +++ b/course-zoomcamp/04-evaluation/09-explore-more.md @@ -11,7 +11,7 @@ * Calculate the metrics for the suggested datasets from the previous week -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/04-evaluation/homework.md b/course-zoomcamp/04-evaluation/homework.md index eca38ebaa..1ca2a4523 100644 --- a/course-zoomcamp/04-evaluation/homework.md +++ b/course-zoomcamp/04-evaluation/homework.md @@ -157,7 +157,7 @@ The deadline for submitting is 04 October 2021, 17:00 CET. After that, the form -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 4: Evaluation Metrics for Classification](./) diff --git a/course-zoomcamp/05-deployment/01-intro.md b/course-zoomcamp/05-deployment/01-intro.md index cfc59b828..4c9ee1ea9 100644 --- a/course-zoomcamp/05-deployment/01-intro.md +++ b/course-zoomcamp/05-deployment/01-intro.md @@ -30,7 +30,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/02-pickle.md b/course-zoomcamp/05-deployment/02-pickle.md index 2d6565228..9d2a6cd70 100644 --- a/course-zoomcamp/05-deployment/02-pickle.md +++ b/course-zoomcamp/05-deployment/02-pickle.md @@ -43,7 +43,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/03-flask-intro.md b/course-zoomcamp/05-deployment/03-flask-intro.md index 077066af9..163dfb541 100644 --- a/course-zoomcamp/05-deployment/03-flask-intro.md +++ b/course-zoomcamp/05-deployment/03-flask-intro.md @@ -52,7 +52,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/04-flask-deployment.md b/course-zoomcamp/05-deployment/04-flask-deployment.md index 265bd288a..442e2b38e 100644 --- a/course-zoomcamp/05-deployment/04-flask-deployment.md +++ b/course-zoomcamp/05-deployment/04-flask-deployment.md @@ -95,7 +95,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/05-pipenv.md b/course-zoomcamp/05-deployment/05-pipenv.md index 5737f1ea8..c1d118c2f 100644 --- a/course-zoomcamp/05-deployment/05-pipenv.md +++ b/course-zoomcamp/05-deployment/05-pipenv.md @@ -34,7 +34,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/06-docker.md b/course-zoomcamp/05-deployment/06-docker.md index 4c135f53d..3bcf94926 100644 --- a/course-zoomcamp/05-deployment/06-docker.md +++ b/course-zoomcamp/05-deployment/06-docker.md @@ -71,7 +71,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/07-aws-eb.md b/course-zoomcamp/05-deployment/07-aws-eb.md index a3ea548a9..db720348a 100644 --- a/course-zoomcamp/05-deployment/07-aws-eb.md +++ b/course-zoomcamp/05-deployment/07-aws-eb.md @@ -49,7 +49,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/08-summary.md b/course-zoomcamp/05-deployment/08-summary.md index 51d6e505c..6485161c1 100644 --- a/course-zoomcamp/05-deployment/08-summary.md +++ b/course-zoomcamp/05-deployment/08-summary.md @@ -29,7 +29,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/09-explore-more.md b/course-zoomcamp/05-deployment/09-explore-more.md index bb3b161fa..70bf65711 100644 --- a/course-zoomcamp/05-deployment/09-explore-more.md +++ b/course-zoomcamp/05-deployment/09-explore-more.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/05-deployment/homework.md b/course-zoomcamp/05-deployment/homework.md index 529d2879d..93ab9021a 100644 --- a/course-zoomcamp/05-deployment/homework.md +++ b/course-zoomcamp/05-deployment/homework.md @@ -184,7 +184,7 @@ docker tag zoomcamp-test:latest agrigorev/zoomcamp-model:3.8.12-slim docker push agrigorev/zoomcamp-model:3.8.12-slim ``` -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 5: Deploying Machine Learning Models](./) diff --git a/course-zoomcamp/06-trees/01-credit-risk.md b/course-zoomcamp/06-trees/01-credit-risk.md index a77125366..47412d41f 100644 --- a/course-zoomcamp/06-trees/01-credit-risk.md +++ b/course-zoomcamp/06-trees/01-credit-risk.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/02-data-prep.md b/course-zoomcamp/06-trees/02-data-prep.md index bec68dad7..96c066d14 100644 --- a/course-zoomcamp/06-trees/02-data-prep.md +++ b/course-zoomcamp/06-trees/02-data-prep.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/03-decision-trees.md b/course-zoomcamp/06-trees/03-decision-trees.md index b98b4c7b5..618c75e34 100644 --- a/course-zoomcamp/06-trees/03-decision-trees.md +++ b/course-zoomcamp/06-trees/03-decision-trees.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/04-decision-tree-learning.md b/course-zoomcamp/06-trees/04-decision-tree-learning.md index 7641805f0..2bfb474a4 100644 --- a/course-zoomcamp/06-trees/04-decision-tree-learning.md +++ b/course-zoomcamp/06-trees/04-decision-tree-learning.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/05-decision-tree-tuning.md b/course-zoomcamp/06-trees/05-decision-tree-tuning.md index 3ebc7a28d..4b8b51d80 100644 --- a/course-zoomcamp/06-trees/05-decision-tree-tuning.md +++ b/course-zoomcamp/06-trees/05-decision-tree-tuning.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/06-random-forest.md b/course-zoomcamp/06-trees/06-random-forest.md index 988af1664..1f9b4ecca 100644 --- a/course-zoomcamp/06-trees/06-random-forest.md +++ b/course-zoomcamp/06-trees/06-random-forest.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/07-boosting.md b/course-zoomcamp/06-trees/07-boosting.md index ea2242e0b..5652473ba 100644 --- a/course-zoomcamp/06-trees/07-boosting.md +++ b/course-zoomcamp/06-trees/07-boosting.md @@ -77,7 +77,7 @@ brew list --version libomp to check that everything worked, it should now state `libomp 11.1.0`, and your code should now be able to run. -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/08-xgb-tuning.md b/course-zoomcamp/06-trees/08-xgb-tuning.md index c5aa151be..5711dc6dc 100644 --- a/course-zoomcamp/06-trees/08-xgb-tuning.md +++ b/course-zoomcamp/06-trees/08-xgb-tuning.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/09-final-model.md b/course-zoomcamp/06-trees/09-final-model.md index 95aea9a32..166ea1d0c 100644 --- a/course-zoomcamp/06-trees/09-final-model.md +++ b/course-zoomcamp/06-trees/09-final-model.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/10-summary.md b/course-zoomcamp/06-trees/10-summary.md index 688b4070c..1f3223982 100644 --- a/course-zoomcamp/06-trees/10-summary.md +++ b/course-zoomcamp/06-trees/10-summary.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/11-explore-more.md b/course-zoomcamp/06-trees/11-explore-more.md index 2da1067bd..57983cbc3 100644 --- a/course-zoomcamp/06-trees/11-explore-more.md +++ b/course-zoomcamp/06-trees/11-explore-more.md @@ -25,7 +25,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/06-trees/homework.md b/course-zoomcamp/06-trees/homework.md index ea42e71f6..60cd70a39 100644 --- a/course-zoomcamp/06-trees/homework.md +++ b/course-zoomcamp/06-trees/homework.md @@ -186,7 +186,7 @@ It's possible that your answers won't match exactly. If it's the case, select th The deadline for submitting is 20 October 2021, 17:00 CET (Wednesday). After that, the form will be closed. -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 6: Decision Trees and Ensemble Learning](./) diff --git a/course-zoomcamp/08-deep-learning/01-fashion-classification.md b/course-zoomcamp/08-deep-learning/01-fashion-classification.md index c173456d6..415b1f912 100644 --- a/course-zoomcamp/08-deep-learning/01-fashion-classification.md +++ b/course-zoomcamp/08-deep-learning/01-fashion-classification.md @@ -27,7 +27,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/02-tensorflow-keras.md b/course-zoomcamp/08-deep-learning/02-tensorflow-keras.md index 25a796b13..eeb4d0606 100644 --- a/course-zoomcamp/08-deep-learning/02-tensorflow-keras.md +++ b/course-zoomcamp/08-deep-learning/02-tensorflow-keras.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/03-pretrained-models.md b/course-zoomcamp/08-deep-learning/03-pretrained-models.md index c10130d82..c6a15b186 100644 --- a/course-zoomcamp/08-deep-learning/03-pretrained-models.md +++ b/course-zoomcamp/08-deep-learning/03-pretrained-models.md @@ -28,7 +28,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/04-conv-neural-nets.md b/course-zoomcamp/08-deep-learning/04-conv-neural-nets.md index 12cf3f635..768519da2 100644 --- a/course-zoomcamp/08-deep-learning/04-conv-neural-nets.md +++ b/course-zoomcamp/08-deep-learning/04-conv-neural-nets.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/05-transfer-learning.md b/course-zoomcamp/08-deep-learning/05-transfer-learning.md index b5a4adbc7..c6c595e19 100644 --- a/course-zoomcamp/08-deep-learning/05-transfer-learning.md +++ b/course-zoomcamp/08-deep-learning/05-transfer-learning.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/06-learning-rate.md b/course-zoomcamp/08-deep-learning/06-learning-rate.md index 6e911597b..460dfc099 100644 --- a/course-zoomcamp/08-deep-learning/06-learning-rate.md +++ b/course-zoomcamp/08-deep-learning/06-learning-rate.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/07-checkpointing.md b/course-zoomcamp/08-deep-learning/07-checkpointing.md index 0c6516055..5951df9bf 100644 --- a/course-zoomcamp/08-deep-learning/07-checkpointing.md +++ b/course-zoomcamp/08-deep-learning/07-checkpointing.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/08-more-layers.md b/course-zoomcamp/08-deep-learning/08-more-layers.md index c6389f727..8b13da111 100644 --- a/course-zoomcamp/08-deep-learning/08-more-layers.md +++ b/course-zoomcamp/08-deep-learning/08-more-layers.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/09-dropout.md b/course-zoomcamp/08-deep-learning/09-dropout.md index 623e46935..0ae21c8da 100644 --- a/course-zoomcamp/08-deep-learning/09-dropout.md +++ b/course-zoomcamp/08-deep-learning/09-dropout.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/10-augmentation.md b/course-zoomcamp/08-deep-learning/10-augmentation.md index 30729d4e7..9bdc75985 100644 --- a/course-zoomcamp/08-deep-learning/10-augmentation.md +++ b/course-zoomcamp/08-deep-learning/10-augmentation.md @@ -24,7 +24,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/11-large-model.md b/course-zoomcamp/08-deep-learning/11-large-model.md index 39bfed4de..1c728fa6d 100644 --- a/course-zoomcamp/08-deep-learning/11-large-model.md +++ b/course-zoomcamp/08-deep-learning/11-large-model.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/12-using-model.md b/course-zoomcamp/08-deep-learning/12-using-model.md index eeb3f95c2..38f843e6c 100644 --- a/course-zoomcamp/08-deep-learning/12-using-model.md +++ b/course-zoomcamp/08-deep-learning/12-using-model.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/13-summary.md b/course-zoomcamp/08-deep-learning/13-summary.md index d1f14d70f..6d6a666cc 100644 --- a/course-zoomcamp/08-deep-learning/13-summary.md +++ b/course-zoomcamp/08-deep-learning/13-summary.md @@ -21,7 +21,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/14-explore-more.md b/course-zoomcamp/08-deep-learning/14-explore-more.md index 5d4af1b66..d259d64c2 100644 --- a/course-zoomcamp/08-deep-learning/14-explore-more.md +++ b/course-zoomcamp/08-deep-learning/14-explore-more.md @@ -3,7 +3,7 @@ **TODO** -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/08-deep-learning/homework.md b/course-zoomcamp/08-deep-learning/homework.md index 6adb8d58a..58fe09fcd 100644 --- a/course-zoomcamp/08-deep-learning/homework.md +++ b/course-zoomcamp/08-deep-learning/homework.md @@ -148,7 +148,7 @@ If your answer doesn't match options exactly, select the closest one. The deadline for submitting is 22 November, 17:00 CET. After that, the form will be closed. -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 8: Neural Networks and Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/01-intro.md b/course-zoomcamp/09-serverless/01-intro.md index 6c99691a1..77a71c689 100644 --- a/course-zoomcamp/09-serverless/01-intro.md +++ b/course-zoomcamp/09-serverless/01-intro.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/02-aws-lambda.md b/course-zoomcamp/09-serverless/02-aws-lambda.md index c413a3327..192751b7c 100644 --- a/course-zoomcamp/09-serverless/02-aws-lambda.md +++ b/course-zoomcamp/09-serverless/02-aws-lambda.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/03-tensorflow-lite.md b/course-zoomcamp/09-serverless/03-tensorflow-lite.md index ba24044d2..03c74cab7 100644 --- a/course-zoomcamp/09-serverless/03-tensorflow-lite.md +++ b/course-zoomcamp/09-serverless/03-tensorflow-lite.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/04-preparing-code.md b/course-zoomcamp/09-serverless/04-preparing-code.md index 620631847..f23429025 100644 --- a/course-zoomcamp/09-serverless/04-preparing-code.md +++ b/course-zoomcamp/09-serverless/04-preparing-code.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/05-docker-image.md b/course-zoomcamp/09-serverless/05-docker-image.md index 91ed0048b..f942c2607 100644 --- a/course-zoomcamp/09-serverless/05-docker-image.md +++ b/course-zoomcamp/09-serverless/05-docker-image.md @@ -62,7 +62,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/06-creating-lambda.md b/course-zoomcamp/09-serverless/06-creating-lambda.md index 7bc83bb43..d8fef863e 100644 --- a/course-zoomcamp/09-serverless/06-creating-lambda.md +++ b/course-zoomcamp/09-serverless/06-creating-lambda.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/07-api-gateway.md b/course-zoomcamp/09-serverless/07-api-gateway.md index 55ed436a7..e294a0ef5 100644 --- a/course-zoomcamp/09-serverless/07-api-gateway.md +++ b/course-zoomcamp/09-serverless/07-api-gateway.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/08-summary.md b/course-zoomcamp/09-serverless/08-summary.md index 515acad52..0aeb12dc4 100644 --- a/course-zoomcamp/09-serverless/08-summary.md +++ b/course-zoomcamp/09-serverless/08-summary.md @@ -19,7 +19,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/09-explore-more.md b/course-zoomcamp/09-serverless/09-explore-more.md index 6f013d7f7..e9df8e5ba 100644 --- a/course-zoomcamp/09-serverless/09-explore-more.md +++ b/course-zoomcamp/09-serverless/09-explore-more.md @@ -5,7 +5,7 @@ * AWS Lambda is also good for other libraries, not just Tensorflow. You can deploy Scikit-Learn and XGBoost models with it as well -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/09-serverless/homework.md b/course-zoomcamp/09-serverless/homework.md index 4e6823195..b1421961d 100644 --- a/course-zoomcamp/09-serverless/homework.md +++ b/course-zoomcamp/09-serverless/homework.md @@ -178,7 +178,7 @@ docker push agrigorev/zoomcamp-cats-dogs-lambda:v2 ``` -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 9: Serverless Deep Learning](./) diff --git a/course-zoomcamp/10-kubernetes/01-overview.md b/course-zoomcamp/10-kubernetes/01-overview.md index 2034b9c66..fa2d9fd76 100644 --- a/course-zoomcamp/10-kubernetes/01-overview.md +++ b/course-zoomcamp/10-kubernetes/01-overview.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/02-tensorflow-serving.md b/course-zoomcamp/10-kubernetes/02-tensorflow-serving.md index d50506509..0e99a7c65 100644 --- a/course-zoomcamp/10-kubernetes/02-tensorflow-serving.md +++ b/course-zoomcamp/10-kubernetes/02-tensorflow-serving.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/03-preprocessing.md b/course-zoomcamp/10-kubernetes/03-preprocessing.md index c507f16a0..590914903 100644 --- a/course-zoomcamp/10-kubernetes/03-preprocessing.md +++ b/course-zoomcamp/10-kubernetes/03-preprocessing.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/04-docker-compose.md b/course-zoomcamp/10-kubernetes/04-docker-compose.md index 4e1fb262a..16eb9671c 100644 --- a/course-zoomcamp/10-kubernetes/04-docker-compose.md +++ b/course-zoomcamp/10-kubernetes/04-docker-compose.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/05-kubernetes-intro.md b/course-zoomcamp/10-kubernetes/05-kubernetes-intro.md index 07af572ad..3da448b23 100644 --- a/course-zoomcamp/10-kubernetes/05-kubernetes-intro.md +++ b/course-zoomcamp/10-kubernetes/05-kubernetes-intro.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/06-kubernetes-simple-service.md b/course-zoomcamp/10-kubernetes/06-kubernetes-simple-service.md index e2d51bd7f..065d9acf4 100644 --- a/course-zoomcamp/10-kubernetes/06-kubernetes-simple-service.md +++ b/course-zoomcamp/10-kubernetes/06-kubernetes-simple-service.md @@ -39,7 +39,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/07-kubernetes-tf-serving.md b/course-zoomcamp/10-kubernetes/07-kubernetes-tf-serving.md index e41f6fedd..20244579b 100644 --- a/course-zoomcamp/10-kubernetes/07-kubernetes-tf-serving.md +++ b/course-zoomcamp/10-kubernetes/07-kubernetes-tf-serving.md @@ -19,7 +19,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/08-eks.md b/course-zoomcamp/10-kubernetes/08-eks.md index 8b0ee2ec6..532d424d4 100644 --- a/course-zoomcamp/10-kubernetes/08-eks.md +++ b/course-zoomcamp/10-kubernetes/08-eks.md @@ -19,7 +19,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/09-summary.md b/course-zoomcamp/10-kubernetes/09-summary.md index 53cab6255..b49c5dd54 100644 --- a/course-zoomcamp/10-kubernetes/09-summary.md +++ b/course-zoomcamp/10-kubernetes/09-summary.md @@ -19,7 +19,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/10-explore-more.md b/course-zoomcamp/10-kubernetes/10-explore-more.md index 72f7eb7f9..c71c6a845 100644 --- a/course-zoomcamp/10-kubernetes/10-explore-more.md +++ b/course-zoomcamp/10-kubernetes/10-explore-more.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/10-kubernetes/homework.md b/course-zoomcamp/10-kubernetes/homework.md index b24749a7a..38c57e2be 100644 --- a/course-zoomcamp/10-kubernetes/homework.md +++ b/course-zoomcamp/10-kubernetes/homework.md @@ -173,7 +173,7 @@ Submit your results here: https://forms.gle/bUdkQGgR2nLVFEhK8 The deadline for submitting is 10 January 2022, 17:00 CET. After that, the form will be closed. -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 10: Kubernetes and TensorFlow Serving](./) diff --git a/course-zoomcamp/11-kserve/01-overview.md b/course-zoomcamp/11-kserve/01-overview.md index 25ff1b9b9..80d719934 100644 --- a/course-zoomcamp/11-kserve/01-overview.md +++ b/course-zoomcamp/11-kserve/01-overview.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/02-kserve-local.md b/course-zoomcamp/11-kserve/02-kserve-local.md index 1be1e611e..0d18406e1 100644 --- a/course-zoomcamp/11-kserve/02-kserve-local.md +++ b/course-zoomcamp/11-kserve/02-kserve-local.md @@ -32,7 +32,7 @@ Also make sure to use the following versions - kindest/node image: 1.21.1 (via `kind create cluster --image kindest/node:v1.21.1`) - kserve=0.8 (via https://raw.githubusercontent.com/kserve/kserve/release-0.8/hack/quick_install.sh) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/03-kserve-sklearn.md b/course-zoomcamp/11-kserve/03-kserve-sklearn.md index f0b091b8e..4abb98152 100644 --- a/course-zoomcamp/11-kserve/03-kserve-sklearn.md +++ b/course-zoomcamp/11-kserve/03-kserve-sklearn.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/04-kserve-custom-image.md b/course-zoomcamp/11-kserve/04-kserve-custom-image.md index 8bc8f316e..760188978 100644 --- a/course-zoomcamp/11-kserve/04-kserve-custom-image.md +++ b/course-zoomcamp/11-kserve/04-kserve-custom-image.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/05-tensorflow-kserve.md b/course-zoomcamp/11-kserve/05-tensorflow-kserve.md index 386f858c9..63017fc27 100644 --- a/course-zoomcamp/11-kserve/05-tensorflow-kserve.md +++ b/course-zoomcamp/11-kserve/05-tensorflow-kserve.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/06-kserve-transformers.md b/course-zoomcamp/11-kserve/06-kserve-transformers.md index fe02e3d35..b147a1420 100644 --- a/course-zoomcamp/11-kserve/06-kserve-transformers.md +++ b/course-zoomcamp/11-kserve/06-kserve-transformers.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/07-kserve-eks.md b/course-zoomcamp/11-kserve/07-kserve-eks.md index 07ff7475c..97b2442d8 100644 --- a/course-zoomcamp/11-kserve/07-kserve-eks.md +++ b/course-zoomcamp/11-kserve/07-kserve-eks.md @@ -24,7 +24,7 @@ Add notes from the video (PRs are welcome) ### Updated Instructions (13 July, 2022) See [the instructions here](07-kserve-eks-upd.md) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/08-summary.md b/course-zoomcamp/11-kserve/08-summary.md index 0ab7120a8..b44c06e0d 100644 --- a/course-zoomcamp/11-kserve/08-summary.md +++ b/course-zoomcamp/11-kserve/08-summary.md @@ -20,7 +20,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/11-kserve/09-explore-more.md b/course-zoomcamp/11-kserve/09-explore-more.md index e5769ef0b..f8c709d91 100644 --- a/course-zoomcamp/11-kserve/09-explore-more.md +++ b/course-zoomcamp/11-kserve/09-explore-more.md @@ -23,7 +23,7 @@ Add notes from the video (PRs are welcome) -## Nagivation +## Navigation * [Machine Learning Zoomcamp course](../) * [Session 11: KServe](./) diff --git a/course-zoomcamp/generate-pages.ipynb b/course-zoomcamp/generate-pages.ipynb index 2200c6b88..2f1b35759 100644 --- a/course-zoomcamp/generate-pages.ipynb +++ b/course-zoomcamp/generate-pages.ipynb @@ -324,7 +324,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "{{ navigation }}\n", "\"\"\"" @@ -406,7 +406,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -441,7 +441,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -477,7 +477,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -513,7 +513,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -549,7 +549,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -585,7 +585,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -620,7 +620,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -655,7 +655,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -690,7 +690,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -725,7 +725,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n", @@ -760,7 +760,7 @@ "\n", "\n", "\n", - "## Nagivation\n", + "## Navigation\n", "\n", "* [Machine Learning Zoomcamp course](../)\n", "* [Session 10: Kubernetes and TensorFlow Serving](./)\n",