101 DATA SCIENCE with Cheat Sheets (ML, DL, Scraping, Python, R, SQL, Maths & Statistics).md
... ...
@@ -1,302 +0,0 @@
1
-https://medium.com/@anushka.datascoop/101-data-science-cheat-sheets-ml-dl-scraping-python-r-sql-maths-statistics-ef30b4d786eb
2
-
3
-# 101 DATA SCIENCE with Cheat Sheets (ML, DL, Scraping, Python, R, SQL, Maths & Statistics) | by Anushka Bajpai | Medium
4
-
5
-![Anushka Bajpai](https://miro.medium.com/v2/resize:fill:88:88/1*CSnDFluLgrp0Po6CePnufQ.jpeg)
6
-[Anushka Bajpai](https://medium.com/@anushka.datascoop)
7
-
8
-“_Perhaps the best test of a man’s intelligence is his capacity for making a summary”_ [](https://www.wisefamousquotes.com/lytton-strachey-quotes/perhaps-the-best-test-of-a-man039s-intelligence-1859399/)— **Lytton Strachey**
9
-
10
-**_Couldn’t find a better way to begin my ‘Medium’ journey with . . ._**
11
-
12
-Photo by [Annie Spratt](https://unsplash.com/@anniespratt?utm_source=medium&utm_medium=referral) on [Unsplash](https://unsplash.com/?utm_source=medium&utm_medium=referral)
13
-
14
-> Data Science is an ever-growing field, there are numerous tools & techniques to remember. It is not possible for anyone to remember all these functions, operations and formulas for each of concept. **That’s why we have cheat sheets and summaries**. They help us access the most commonly needed reminders for making our Data Science journey fast and easy.
15
-
16
-> There are thousands of cheat sheets available out there. However, how many of them do you really find useful ?
17
->
18
-> It’s a treasure to have good quality resources compiled at one place. Hence, I decided to go ahead and put in this end to end compilation of Cheat Sheets for an instant and thorough reference.
19
-
20
-**_For my readers’ convenience, I have segregated the best cheat sheets (comprehensive yet concise) separately for each of the below topics. . ._**
21
-
22
-1. **_Python_** (_Basic python as well as ML libraries : Numpy /Pandas/Matplotlib/Seaborn/Plotly/Spacy_)
23
-2. **_R_**
24
-3. **_SQL_**
25
-4. **_Web scraping Tools_** (_Beautifulsoup, Scrapy and Selenium)_
26
-5. **_Data Visualization Tools_** (_Tableau, Power BI_)
27
-6. **_Maths and Statistics_**
28
-7. **_Machine Learning Algorithms_** _(Supervised and Unsupervised)_
29
-8. **_Deep Learning and NLP_** _(Neural Networks, Keras, Tensorflow, Pytorch, NLTK, Spacy)_
30
-9. **_IDE/OS_** _(GitHub, Linux, SkLearn, Jupyter Notebook)_
31
-
32
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*1K6RRIirGrchUJUW)
33
-[Source](https://www.linkedin.com/groups/3990648/?q=highlightedFeedForGroups&highlightedUpdateUrn=urn%3Ali%3AugcPost%3A7187824630445805568)
34
-
35
-PYTHON
36
-------
37
-
38
-![](https://miro.medium.com/v2/resize:fit:640/format:webp/0*9e4Kf7qy6MKM2Rwn)
39
-Source :[https://www.reddit.com/](https://www.reddit.com/)
40
-
41
-**_Basic Python_**
42
-
43
-1. **_gto76 —_** [_extensive Python cheat sheet_](https://github.com/gto76/python-cheatsheet) _offered by GitHub_
44
-2. [memento](https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf)
45
-3. [_Pythoncheatsheet.org_](https://www.pythoncheatsheet.org/)
46
-4. [_Cheatography_](https://cheatography.com/davechild/cheat-sheets/python/)
47
-5. [_Python crash course_](https://ehmatthes.github.io/pcc/cheatsheets/README.html)
48
-6. _DataQuest (_ [_basic_](https://s3.amazonaws.com/dq-blog-files/python-cheat-sheet-basic.pdf) _and_ [_intermediate_](https://s3.amazonaws.com/dq-blog-files/python-cheat-sheet-intermediate.pdf) _)_
49
-7. [_MementoPython3_](https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf)
50
-
51
-**_Numpy_**
52
-
53
-1. [_DataCamp_](http://datacamp-community-prod.s3.amazonaws.com/ba1fe95a-8b70-4d2f-95b0-bc954e9071b0)
54
-2. [_Intellipat_](https://intellipaat.com/mediaFiles/2018/12/Python-NumPy-Cheat-Sheet-1.png)
55
-3. [_A Little Bit of Everything_](http://datasciencefree.com/numpy.pdf)
56
-4. [_Data Quest_](https://s3.amazonaws.com/dq-blog-files/numpy-cheat-sheet.pdf)
57
-5. [_NumPy for R (and S-plus) Users_](http://mathesaurus.sourceforge.net/r-numpy.html)
58
-6. [_Ipgp\_github_](https://ipgp.github.io/scientific_python_cheat_sheet/?utm_content=buffer7d821&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#numpy-import-numpy-as-np)
59
-
60
-**_Pandas_**
61
-
62
-1. [_The Most Comprehensive Cheat Sheet_](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf)
63
-2. BecomingHuman.AI
64
-3. [_The Beginner’s Cheat Sheet_](https://www.dataquest.io/blog/pandas-cheat-sheet/)
65
-4. [_DATACAMP_](http://datacamp-community-prod.s3.amazonaws.com/f04456d7-8e61-482f-9cc9-da6f7f25fc9b)
66
-5. [_Data Science Central (compact)_](http://datacamp-community-prod.s3.amazonaws.com/dbed353d-2757-4617-8206-8767ab379ab3)
67
-6. [_INTELLIPAT_](https://intellipaat.com/mediaFiles/2018/12/Python-Pandas-Cheat-Sheet.png)
68
-
69
-![](https://miro.medium.com/v2/resize:fit:4200/format:webp/0*GcnYJl2tr16u9P2U)
70
-
71
-**_Matplotlib_**
72
-
73
-1. [Datacamp](http://datacamp-community-prod.s3.amazonaws.com/e1a8f39d-71ad-4d13-9a6b-618fe1b8c9e9)
74
-2. [GitHub](https://camo.githubusercontent.com/bc3b143766ed68eb6a851900c317c5d9222eb1471888942afb35137aa5141557/68747470733a2f2f6d6174706c6f746c69622e6f72672f63686561747368656574732f63686561747368656574732d312e706e67)
75
-3. [Cheatography](https://cheatography.com/aggialavura/cheat-sheets/python-matplotlib/pdf_bw/)
76
-4. [Becominghuman.ai](https://miro.medium.com/max/1890/1*uZOP1Jv2P3uyngWnTfO9Kg.png)
77
-5. [Travis_Blog](https://www.travistang.com/blog/-matplotlib-cheat-sheet-for-quick-data-visualization)
78
-
79
-**_Seaborn_**
80
-
81
-1. [Datacamp](https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Seaborn_Cheat_Sheet.pdf)
82
-2. [Cheatography](https://cheatography.com/justin1209/cheat-sheets/seaborn/)
83
-3. [MartinNormark](https://martinnormark.com/a-simple-cheat-sheet-for-seaborn-data-visualization-2/)
84
-4. [kaggle](https://www.kaggle.com/themlphdstudent/cheat-sheet-seaborn-charts)
85
-
86
-**_Plotly_**
87
-
88
-1. [Datacamp](https://www.datacamp.com/cheat-sheet/plotly-express-cheat-sheet)
89
-2. [Plotly official](https://images.plot.ly/plotly-documentation/images/python_cheat_sheet.pdf)
90
-3. [KDnuggets](https://www.kdnuggets.com/publications/sheets/Plotly_Express_for_Data_Visualization_Cheat_Sheet_KDnuggets.pdf)
91
-
92
-![](https://miro.medium.com/v2/resize:fit:4000/format:webp/0*7lYEkDrjaM_7kEDY.jpg)
93
-![](https://miro.medium.com/v2/resize:fit:4200/format:webp/0*DUV5E2OeSWwLNRWJ.png)
94
-![](https://miro.medium.com/v2/resize:fit:3998/format:webp/0*c8WMuY1-9Sshkrpk.png)
95
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*XKObKUqPVNz0G92c.jpg)
96
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*6_zpEp0C9-aBBCEy.png)
97
-![](https://miro.medium.com/v2/resize:fit:2800/format:webp/0*jcoBwIsM1hmMH70l.png)
98
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*N3wl01nQkA7PujLE.png)
99
-
100
-R
101
-------
102
-
103
-1. [github](https://iqss.github.io/dss-workshops/R/Rintro/base-r-cheat-sheet.pdf)
104
-2. [datacamp](http://datacamp-community-prod.s3.amazonaws.com/008e41e8-7526-4bbc-806b-8c828dfb81d4)
105
-3. [rstudio](https://www.rstudio.com/resources/cheatsheets/)
106
-4. [intellipat](https://intellipaat.com/mediaFiles/2019/02/Data-structure-in-R-Cheat-Sheet-.png)
107
-
108
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*pDE9A99R4A87doeO.png)
109
-
110
-SQL
111
-------
112
-
113
-1. [SQL_Detailed](https://websitesetup.org/wp-content/uploads/2020/08/SQL-Cheat-Sheet-websitesetup.pdf)
114
-2. [LearnSQL](https://learnsql.com/blog/standard-sql-functions-cheat-sheet/)
115
-3. [SQL_Tutorial](https://www.sqltutorial.org/wp-content/uploads/2016/04/SQL-cheat-sheet.pdf)
116
-4. [SQL_Joins](https://storage.googleapis.com/kaggle-forum-message-attachments/671063/14425/SQL.pdf)
117
-5. [Intellipat](https://intellipaat.com/mediaFiles/2019/02/SQL-Commands-Cheat-Sheet.png)
118
-6. [BuggyProgrammer](https://buggyprogrammer.com/sql-cheatsheet/)
119
-
120
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*yVSS11Ab9-xAOXqn.jpg)
121
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*Tes7rrUTZfYnUz99.png)
122
-
123
-Web Scraping Tools
124
-------
125
-
126
-1. [Data Camp (Python webscraping)](https://www.datacamp.com/community/tutorials/web-scraping-using-python)
127
-2. [Beautifulsoup -Tutorialspoint](https://www.tutorialspoint.com/beautiful_soup/beautiful_soup_tutorial.pdf)
128
-3. [Web Scraping with Scrapy and MongoDB](https://realpython.com/web-scraping-with-scrapy-and-mongodb/)
129
-4. [Beautiful Soup — Akul’s Blog](http://akul.me/blog/2016/beautifulsoup-cheatsheet/)
130
-5. [Beautiful Soup — Cheatography](https://cheatography.com/justin1209/cheat-sheets/beautiful-soup/pdf/)
131
-6. [Selenium — Intellipaat](https://intellipaat.com/mediaFiles/2019/03/Selenium-Cheat-Sheet.pdf)
132
-7. [Selenium — Automatetheplanet](https://www.automatetheplanet.com/applications/most-complete-selenium-webdriver-java-cheat-sheet/)
133
-
134
-_Some blogs and GitHub repositories with more details:_
135
-[Medium Blog by Frank](https://medium.com/geekculture/web-scraping-cheat-sheet-2021-python-for-web-scraping-cad1540ce21c)
136
-[Blog by Hartley Brody](https://blog.hartleybrody.com/web-scraping-cheat-sheet/)
137
-[GitHub Repo — YUSUZECH](https://github.com/yusuzech/r-web-scraping-cheat-sheet)
138
-[Making Web Crawlers Using Scrapy for Python — DataCamp](https://www.datacamp.com/community/tutorials/making-web-crawlers-scrapy-python)
139
-[Use web scraping to become more competitive](https://www.newgenapps.com/blogs/using-web-scraping-to-become-more-competitive-in-your-industry-3/)
140
-
141
-[Here](https://roboticsandautomationnews.com/2020/04/06/essential-legal-issues-associated-with-web-scraping/31501/) is am article on Legal issues associated with Web scraping.
142
-
143
-Data Visualization Tools
144
-------
145
-
146
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*KXNLQqB7xB9bq-1X.jpg)
147
-![](https://miro.medium.com/v2/resize:fit:3308/format:webp/0*6zFf5nvOvxajiBw8.png)
148
-
149
-Maths and Statistics
150
-------
151
-
152
-1. [Probability](https://static1.squarespace.com/static/54bf3241e4b0f0d81bf7ff36/t/55e9494fe4b011aed10e48e5/1441352015658/probability_cheatsheet.pdf)
153
-2. [Statistics](http://web.mit.edu/~csvoss/Public/usabo/stats_handout.pdf)
154
-3. [Linear Algebra](https://minireference.com/static/tutorials/linear_algebra_in_4_pages.pdf)
155
-4. [Matrices](https://www.scribd.com/doc/7877744/Matrices-Cheat-Sheet)
156
-5. [Calculus/Trignometry_etc](https://tutorial.math.lamar.edu/Extras/CheatSheets_Tables.aspx#CalcSheet)
157
-6. [Stats_for_interviews](https://www.stratascratch.com/blog/a-comprehensive-statistics-cheat-sheet-for-data-science-interviews/)
158
-
159
-
160
-Machine Learning Algorithms
161
-------
162
-
163
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*1A0vah04IUemHh3S.jpg)
164
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*4-zdcG8pyHH9rQm0)
165
-
166
-[Machine Learning Algorithms](https://www.analyticsvidhya.com/blog/2015/09/full-cheatsheet-machine-learning-algorithms/)
167
-[Stanford_ML](https://stanford.edu/~shervine/teaching/cs-229/)
168
-[Machinelearningmastery](https://machinelearningmastery.com/a-tour-of-machine-learning-algorithms/)
169
-[Sas_ml](https://blogs.sas.com/content/subconsciousmusings/2020/12/09/machine-learning-algorithm-use/)
170
-[R_bloggers](https://www.r-bloggers.com/2019/07/101-machine-learning-algorithms-for-data-science-with-cheat-sheets/)
171
-
172
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*5s7QVNf91rNRC7Rm)
173
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*846KO-HZs4PGypSj.png)
174
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*MwONQm6a0cH-QUoe.png)
175
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*z14EjnOma7uJxEq5.png)
176
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*xWhyfIfyPGe3wMYm.jpeg)
177
-![](https://miro.medium.com/v2/resize:fit:640/format:webp/0*gR6Su-QvQ23LydVz.jpeg)
178
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*jyZhPpTYYDiaLYJ4)
179
-
180
-**_Reinforcement Learning_**
181
-
182
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*7YItiCk-8ACVWJS7.png)
183
-
184
-1. [Reinforcement Learning Cheatsheet](https://roboticsbiz.com/wp-content/uploads/2021/11/Reinforcement-Learning-Cheatsheet.pdf)
185
-2. [RL Cheatsheet Github](https://github.com/FrancescoSaverioZuppichini/Reinforcement-Learning-Cheat-Sheet/blob/master/rl_cheatsheet.pdf)
186
-
187
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*UdVBJLfRS3OoOPFj.png)
188
-
189
-**_Evaluation Criteria_**
190
-
191
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*JWiAyb3uIkyryIpk)
192
-
193
-Deep Learning and NLP
194
-------
195
-
196
-1. [AndrewNG_DeepLearning](https://storage.googleapis.com/kaggle-forum-message-attachments/730211/14820/DeepLearning_AndrewNG.pdf)
197
-2. [Stanford(deep learning)](https://stanford.edu/~shervine/teaching/cs-230/)
198
-3. [Stanford(neural_nets)](https://stanford.edu/~shervine/teaching/cs-230/cheatsheet-convolutional-neural-networks)
199
-4. [Datacamp (Keras)](http://datacamp-community-prod.s3.amazonaws.com/af9bb467-170d-41c9-a0bd-26e675384c4e)
200
-5. [Aimov_institute](https://www.asimovinstitute.org/neural-network-zoo/)
201
-
202
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*Evi3wC1-pJHH217Z)
203
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*W9_bOfhJu0YlOylL)
204
-
205
-_Tensorflow_
206
-
207
-1. [BecomingHuman.AI](https://becominghuman.ai/cheat-sheets-for-ai-neural-networks-machine-learning-deep-learning-big-data-science-pdf-f22dc900d2d7)
208
-2. [Altoros](https://cdn-images-1.medium.com/max/2000/1*dtOZSuYDonyyBvEULpJALw.png)
209
-3. [Github](https://github.com/patrickphat/Tensorflow-2-cheatsheet/blob/master/tf-cheatsheet.md)
210
-4. [Stanford.edu](https://cs224d.stanford.edu/lectures/CS224d-Lecture7.pdf)
211
-5. [Cheatography](https://cheatography.com/lulu-0012/cheat-sheets/test-ml/pdf)
212
-6. [HackerNoon](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Deep%20Learning%20Cheat%20Sheet-Hacker%20Noon.pdf)
213
-7. [TensorFlow](https://www.tensorflow.org/federated)
214
-
215
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*Pd06_2S2Z2eagEsf.png)
216
-
217
-_Keras_
218
-
219
-1. [BuggyProgrammer](https://buggyprogrammer.com/keras-cheatsheet/)
220
-2. [DataCamp](https://www.datacamp.com/community/blog/keras-cheat-sheet)
221
-3. [Quick_tutorial](https://www.crcv.ucf.edu/wp-content/uploads/2019/03/CAP6412_Spring2018_KerasTutorial.pdf)
222
-
223
-![](https://miro.medium.com/v2/resize:fit:4200/format:webp/0*fNwfp0-ClU2wqK9A.png)
224
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*Dn-jyU01Fzb4-UOZ.png)
225
-
226
-**_NLTK_**
227
-
228
-1. [Cheatography](https://cheatography.com/murenei/cheat-sheets/natural-language-processing-with-python-and-nltk/pdf/)
229
-2. [Computingeverywhere](https://computingeverywhere.soc.northwestern.edu/wp-content/uploads/2017/07/Text-Analysis-with-NLTK-Cheatsheet.pdf)
230
-3. [nltk.org](https://www.nltk.org/)
231
-
232
-**_Spacy_**
233
-
234
-1. [Spacy.io](https://spacy.io/usage/spacy-101)
235
-2. [Datacamp](http://datacamp-community-prod.s3.amazonaws.com/b5685b85-c4de-4987-926d-b999d0f5a8b6)
236
-3. [kaggle](https://storage.googleapis.com/kaggle-forum-message-attachments/922965/16283/spaCY.pdf)
237
-4. [Cheatography](https://cheatography.com/nuozhi/cheat-sheets/spacy/)
238
-
239
-![](https://miro.medium.com/v2/format:webp/0*qSZRkeo-eCBds0fG.png)
240
-
241
-IDE and OS
242
-------
243
-
244
-_Linux_
245
-
246
-1. [Linux_OS](https://www.linuxtrainingacademy.com/linux-commands-cheat-sheet/)
247
-2. [Cheatography](https://cheatography.com/davechild/cheat-sheets/linux-command-line/)
248
-3. [Guru99](https://www.guru99.com/linux-commands-cheat-sheet.html)
249
-
250
-_Jupyter Notebook_
251
-
252
-1. [Datacamp](http://datacamp-community-prod.s3.amazonaws.com/21fdc814-3f08-4aa9-90fa-247eedefd655)
253
-2. [Cheatography](https://cheatography.com/weidadeyue/cheat-sheets/jupyter-notebook/pdf_bw/)
254
-3. [Edureka](https://www.edureka.co/blog/wp-content/uploads/2018/10/Jupyter_Notebook_CheatSheet_Edureka.pdf)
255
-4. [Anaconda](https://www.anaconda.com/wp-content/uploads/2019/03/11-2018-JupyterLab-Notebook-Cheatsheet.pdf)
256
-
257
-_ScikitLearn_
258
-
259
-1. [DataCamp](https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Scikit_Learn_Cheat_Sheet_Python.pdf)
260
-2. [Edureka.co](https://d1jnx9ba8s6j9r.cloudfront.net/blog/wp-content/uploads/2018/09/Python-Cheat-Sheet-for-Scikit-learn-Edureka.pdf)
261
-3. [Intellipaat](https://intellipaat.com/mediaFiles/2018/12/Sklearn-cheat-sheet.pdf)
262
-4. [Cheatography](https://cheatography.com/sati/cheat-sheets/scikit-learn-cyber-security/pdf/)
263
-
264
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*bPQuzSNBcLB9nL1i.png)
265
-![](https://miro.medium.com/v2/resize:fit:2800/format:webp/0*Bm51tkGZuBed-XRt.png)
266
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*ng4wRN-F4LxmbyWB.png)
267
-
268
-_GitHub_
269
-
270
-1. [BitBucket](https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet)
271
-2. [Freecodecamp](https://www.freecodecamp.org/news/git-cheat-sheet/)
272
-3. [Gitlab](https://about.gitlab.com/images/press/git-cheat-sheet.pdf)
273
-4. [GitHub](https://education.github.com/git-cheat-sheet-education.pdf)
274
-5. [Git_Training](https://training.github.com/downloads/github-git-cheat-sheet/)
275
-6. [Intellipat](https://intellipaat.com/blog/tutorial/devops-tutorial/git-cheat-sheet/)
276
-
277
-![](https://miro.medium.com/v2/resize:fit:1100/format:webp/0*aEz_Zt2TMr1kxmea.png)
278
-
279
-_Pytorch_
280
-
281
-1. [Pytorch.org](https://www.sznajdman.com/wp-content/uploads/2018/02/pytorch-cheat.jpg)
282
-2. [Pytorch.org (for beginners)](https://pytorch.org/tutorials/beginner/ptcheat.html)
283
-3. [KDNuggets](https://www.kdnuggets.com/2019/08/pytorch-cheat-sheet-beginners.html)
284
-4. [Cheatography](https://cheatography.com/deleted-101890/cheat-sheets/monk-ai-cheatsheet)
285
-5. [Github](https://github.com/bfortuner/pytorch-kaggle-starter)
286
-6. [ProgrammerSought](https://www.programmersought.com/article/54932176906)
287
-7. [TechRepublic](https://www.techrepublic.com/article/how-to-learn-pytorch-a-resources-guide-for-developers)
288
-
289
-![](https://miro.medium.com/v2/resize:fit:720/format:webp/0*MnrHF5aNY7_HsAeB.png)
290
-
291
-**Final Thoughts**
292
-So that was my effort in segregating and collecting the best cheat sheets on various Data Science facets. I hope it helps and will keep updating this blog with newer and better cheat sheets.
293
-
294
-Please feel free to add in your views and suggestions for the same and I promise to keep an eye on each of them and add them to the list above!
295
-
296
-Will be soon back with another useful blog on Data Science!
297
-
298
-**Till then..**
299
-Happy Learning!!
300
-
301
-Cheers :)
302
-