Skip to content

Commit c266355

Browse files
authored
Update README.md
Updated links to my builtin tutorials instead of towards data science.
1 parent 72104ed commit c266355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ How to Speed Up XGBoost Model Training | [Speed Up XGBoost Model Training](https
4141
## Pandas
4242
Domain | Blog Post/IPython Notebook | Youtube Video
4343
--- | --- | ---
44-
Boxplots using Matplotlib, Pandas, and Seaborn Libraries | [Understanding Boxplots](https://towardsdatascience.com/understanding-boxplots-5e2df7bcbd51 "Understanding Boxplots") | [Youtube Video](https://youtu.be/BE8CVGJuftI)
44+
Boxplots using Matplotlib, Pandas, and Seaborn Libraries | [Understanding Boxplots](https://builtin.com/data-science/boxplot "Understanding Boxplots") | [Youtube Video](https://youtu.be/BE8CVGJuftI)
4545
Heatmaps Part 1 | [Heatmaps Part 1](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Request/Heat%20Maps%20using%20Matplotlib%20and%20Seaborn.ipynb) | [Youtube Video](https://www.youtube.com/watch?v=m7uXFyPN2Sk)
4646
Heatmaps Part 2 | [Heatmaps Part 2](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Request/Heat%20Maps%20using%20Matplotlib%20and%20Seaborn.ipynb) | [Youtube Video](https://www.youtube.com/watch?v=NHwXkvwSd7E)
4747
How to Speed Up Pandas with Modin | [How to Speed Up Pandas with Modin](https://medium.com/distributed-computing-with-ray/how-to-speed-up-pandas-with-modin-84aa6a87bcdb) | None
@@ -93,7 +93,7 @@ Word Count | [Word Count using PySpark](https://github.com/mGalarnyk/Python_Tuto
9393
## Statistics
9494
What is it? | Blog Post/Jupyter Notebook | Youtube Video
9595
--- | --- | ---
96-
68-95-99.7 rule for a Normal Distribution | [Blog Post](https://medium.com/@GalarnykMichael/understanding-the-68-95-99-7-rule-for-a-normal-distribution-b7b7cbf760c2)/[Jupyter Notebook](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Statistics/normal_Distribution_Area_Under_Curve.ipynb) | Coming Soon
96+
68-95-99.7 rule for a Normal Distribution | [Blog Post](https://builtin.com/data-science/empirical-rule)/[Jupyter Notebook](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Statistics/normal_Distribution_Area_Under_Curve.ipynb) | Coming Soon
9797
Confidence Intervals | Coming Soon | Coming Soon
9898
Understanding Boxplots | [Blog Post](https://medium.com/@GalarnykMichael/understanding-boxplots-5e2df7bcbd51) | Coming Soon
9999
Understanding Sampling With and Without Replacement (Python) | [Blog Post](https://towardsdatascience.com/understanding-sampling-with-and-without-replacement-python-7aff8f47ebe4)/[Jupyter Notebook](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Statistics/Sample_With_Replacement/SampleWithReplacement.ipynb) | Coming Soon

0 commit comments

Comments
 (0)