You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
<h1align="center"> Python Tutorials</h1>
1
+
<h1align="center"> Python and Machine Learning Tutorials</h1>
2
2
3
-
Useful Python Tutorials. Feel free to submit a pull request. Also please subscribe to my <ahref="https://www.youtube.com/c/MichaelGalarnyk?sub_confirmation=1"> youtube channel!</a>
3
+
Useful Python and Machine Learning Tutorials. Feel free to submit a pull request. Also please subscribe to my <ahref="https://www.youtube.com/c/MichaelGalarnyk?sub_confirmation=1"> youtube channel!</a>
4
4
5
5
## Apis
6
6
What is it? | Blog Post/Jupyter Notebook | Youtube Video
@@ -38,6 +38,11 @@ What is it? | Blog Post/Jupyter Notebook | Youtube Video
38
38
--- | --- | ---
39
39
How to Speed Up XGBoost Model Training | [Speed Up XGBoost Model Training](https://www.anyscale.com/blog/how-to-speed-up-xgboost-model-training)| None
40
40
41
+
## Natural Language Processing
42
+
What is it? | Blog Post/Jupyter Notebook | Youtube Video
43
+
--- | --- | ---
44
+
TBD| TBD | TBD
45
+
41
46
## Pandas
42
47
Domain | Blog Post/IPython Notebook | Youtube Video
43
48
--- | --- | ---
@@ -72,17 +77,19 @@ What is it? | Blog Post | Youtube Video
72
77
--- | --- | ---
73
78
Scraping Fundrazr (GoFundMe/Kickstarter like Website) | [Step by Step Instructions](https://medium.com/@GalarnykMichael/using-scrapy-to-build-your-own-dataset-64ea2d7d4673) | [Scraping a Crowdfunding Website](https://www.youtube.com/watch?v=O_j3OTXw2_E)
74
79
75
-
## Sklearn
80
+
## Sklearn (Scikit-Learn)
76
81
What is it? | Blog Post/IPython Notebook | Youtube Video
77
82
--- | --- | ---
78
83
Decision Trees (Classification) | [Decision Trees (Classification)](https://towardsdatascience.com/understanding-decision-trees-for-classification-python-9663d683c952) | [Understanding Decision Trees using Python (scikit-learn)](https://youtu.be/yi7KsXtaOCo)
How to Speed up Scikit-Learn Model Training | [How to Speed up Scikit-Learn Model Training](https://medium.com/distributed-computing-with-ray/how-to-speed-up-scikit-learn-model-training-aaf17e2d1e1) | None
80
87
Introduction to Scikit-Learn | [GitHub Repository](https://github.com/mGalarnyk/DSGO_IntroductionScikitLearn) | [Introduction to Scikit-Learn](https://www.youtube.com/watch?v=FFKMk6mcJlM&t=4597s)
Principal Component Analysis | [PCA Using Python: A Tutorial](https://builtin.com/machine-learning/pca-in-python) | [PCA using Python](https://www.youtube.com/watch?v=kApPBm1YsqU)
85
-
Random Forest | None | None
92
+
Random Forest | [Random Forest Notebook]() | [Random Forest Video]()
86
93
Train Test Split (Scikit-Learn + Python) | [Understanding Train Test Split (Scikit-Learn + Python)](https://builtin.com/data-science/train-test-split) / [Train Test Split using Python (Scikit-Learn)](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Sklearn/Train_Test_Split/02_04_Train_Test_Split.ipynb)| [Train Test Split using Python (Scikit-Learn)](https://youtu.be/rCevxk3jeKs)
87
94
Visualizing Decision Trees with Python (Scikit-learn, Graphviz, Matplotlib) | [Visualizing Decision Trees](https://towardsdatascience.com/visualizing-decision-trees-with-python-scikit-learn-graphviz-matplotlib-1c50b4aa68dc) | None
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) | None
101
108
109
+
## Synthetic Data
110
+
What is it? | Blog Post/Jupyter Notebook | Youtube Video
111
+
--- | --- | ---
112
+
Introduction to Synthetic Data | TBA | TBD
113
+
102
114
## Visualization
103
115
What is it? | Blog Post/Jupyter Notebook | Youtube Video
104
116
--- | --- | ---
@@ -109,7 +121,6 @@ What is it? | Repo/Website | Youtube Video
109
121
--- | --- | ---
110
122
Course | [Python for Data Visualization LinkedIn Learning](https://www.linkedin.com/learning/python-for-data-visualization/effectively-present-data-with-python) | [Free Preview Video](https://youtu.be/BE8CVGJuftI)
111
123
Installations (Anaconda, Spark Etc) | [General Installations](https://github.com/mGalarnyk/Installations_Mac_Ubuntu_Windows"Python Installations") | See the link for more installations.
112
-
Course| [Python for Informatics](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Python_Informatics/README.md"Python for Informatics") | None
0 commit comments