[PR #167] [MERGED] Fix various typos in notebooks #224

Closed
opened 2025-11-02 00:10:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/167
Author: @Calinou
Created: 2/13/2020
Status: Merged
Merged: 2/15/2020
Merged by: @GokuMohandas

Base: masterHead: fix-typos-notebooks


📝 Commits (1)

  • cc411a8 Fix various typos in notebooks

📊 Changes

12 files changed (+31 additions, -31 deletions)

View changed files

📝 notebooks/basic_ml/01_Python.ipynb (+1 -1)
📝 notebooks/basic_ml/02_NumPy.ipynb (+1 -1)
📝 notebooks/basic_ml/03_Pandas.ipynb (+3 -3)
📝 notebooks/basic_ml/04_Linear_Regression.ipynb (+4 -4)
📝 notebooks/basic_ml/05_Logistic_Regression.ipynb (+3 -3)
📝 notebooks/basic_ml/06_Multilayer_Perceptrons.ipynb (+4 -4)
📝 notebooks/basic_ml/07_Data_and_Models.ipynb (+2 -2)
📝 notebooks/basic_ml/08_Utilities.ipynb (+2 -2)
📝 notebooks/basic_ml/09_Preprocessing.ipynb (+2 -2)
📝 notebooks/basic_ml/10_Convolutional_Neural_Networks.ipynb (+4 -4)
📝 notebooks/basic_ml/11_Embeddings.ipynb (+3 -3)
📝 notebooks/basic_ml/12_Recurrent_Neural_Networks.ipynb (+2 -2)

📄 Description

Found using codespell -wi3 and some manual editing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GokuMohandas/Made-With-ML/pull/167 **Author:** [@Calinou](https://github.com/Calinou) **Created:** 2/13/2020 **Status:** ✅ Merged **Merged:** 2/15/2020 **Merged by:** [@GokuMohandas](https://github.com/GokuMohandas) **Base:** `master` ← **Head:** `fix-typos-notebooks` --- ### 📝 Commits (1) - [`cc411a8`](https://github.com/GokuMohandas/Made-With-ML/commit/cc411a865223a01222b9f47038bc7650b8ffc731) Fix various typos in notebooks ### 📊 Changes **12 files changed** (+31 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `notebooks/basic_ml/01_Python.ipynb` (+1 -1) 📝 `notebooks/basic_ml/02_NumPy.ipynb` (+1 -1) 📝 `notebooks/basic_ml/03_Pandas.ipynb` (+3 -3) 📝 `notebooks/basic_ml/04_Linear_Regression.ipynb` (+4 -4) 📝 `notebooks/basic_ml/05_Logistic_Regression.ipynb` (+3 -3) 📝 `notebooks/basic_ml/06_Multilayer_Perceptrons.ipynb` (+4 -4) 📝 `notebooks/basic_ml/07_Data_and_Models.ipynb` (+2 -2) 📝 `notebooks/basic_ml/08_Utilities.ipynb` (+2 -2) 📝 `notebooks/basic_ml/09_Preprocessing.ipynb` (+2 -2) 📝 `notebooks/basic_ml/10_Convolutional_Neural_Networks.ipynb` (+4 -4) 📝 `notebooks/basic_ml/11_Embeddings.ipynb` (+3 -3) 📝 `notebooks/basic_ml/12_Recurrent_Neural_Networks.ipynb` (+2 -2) </details> ### 📄 Description Found using `codespell -wi3` and some manual editing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 00:10:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#224