Catalogue of my Data Science articles
Condensed list of all my posts on Data Science related topics
--
If you liked one of my posts and would like to check out more, or simply want to browse through my articles, this catalogue may be helpful for you. Here, you will find a list of all my posts in a condensed form. Hopefully, this will save you time finding relevant Data Science content that may be useful for you. New posts will be added to the list as they are published so the catalogue will always be up to date.
Categories
Each post is tagged with up to 3 key categories using the emoji code below:
π Python
πΌ Pandas (Python is implied, hence additional tagging with π is not used)
π¦ SQL
β Data Science Best Practices
π¬ Natural Language Processing
π Data visualisation
β Maths/Theory behind a data science concept
π Tips
List of all articles
β Introduction to Git for Data Science
β Introduction to Python Virtual Environment for Data Science
π Enrich your GitHub profile with these tips
π Create your own stunning website in minutes for free
π Datasets in Python
π Simple ways to create synthetic dataset in Python
π Simple tool to foster connection among employees
π Exploratory data analysis guide
πβ From ML Model to ML Pipeline
πβ Pipeline, ColumnTransformer and FeatureUnion explained
π¬πβ FeatureUnion, ColumnTransformer & Pipeline for preprocessing text data
πβ Two ways to create custom transformers with Scikit-learn
πβ Prediction intervals in Python
π Introduction to Image Classification with TensorFlow β Part 1
π Introduction to Image Classification with TensorFlow β Part 2
π Introduction to Word2Vec (Skip-gram)
ππ Organise your Jupyter Notebook with these tips
π Enrich your Jupyter Notebook with these tips
ππ Useful IPython magic commands
ππ 5 tips to learn Python from zero
ππ Interesting ways to use punctuations in Python
ππ Simple way to find a suitable algorithm for your data in scikit-learn
ππ Feature selection in Scikit-learn
ππ Meet HistGradientBoostingClassifier
πππ Partial dependence plots withβ¦