Data preprocessing — Scaling vs Normalizing data using sklearn.preprocessing in python
https://medium.com/@wkelsick_87597/data-preprocessing-scaling-vs-normalizing-data-using-sklearn-preprocessing-in-python-870cd8e1da90
https://medium.com/@wkelsick_87597/data-preprocessing-scaling-vs-normalizing-data-using-sklearn-preprocessing-in-python-870cd8e1da90
Medium
Data preprocessing — Scaling vs Normalizing data using sklearn.preprocessing in python
In todays article we are going to deep dive into scaling vs normalizing data. We will compare how the two methods react to a…
Picking a Disneyland — Natural Language Processing of Reviews. Part 2
https://medium.com/@sashakorovkina/picking-a-disneyland-natural-language-processing-of-reviews-part-2-a74658c2b16d
https://medium.com/@sashakorovkina/picking-a-disneyland-natural-language-processing-of-reviews-part-2-a74658c2b16d
Medium
Picking a Disneyland — Natural Language Processing of Reviews. Part 2
In the first part of this series, Disney California topped our list by the average ranking, but will its reviews support its position?
How to start Jupyter in Google Cloud — the Python way
https://medium.com/@michalmrazek/how-to-start-jupyter-in-google-cloud-the-python-way-7a70adb7b4b1
https://medium.com/@michalmrazek/how-to-start-jupyter-in-google-cloud-the-python-way-7a70adb7b4b1
Medium
How to start Jupyter in Google Cloud — the Python way
Did you know that you can easily start a Jupyter notebook in Google Cloud with Python SDK? And automatically mount GCS buckets, add GPUs…
Auto ML in Python — An Overview of the MLBox Package
https://towardsdatascience.com/auto-ml-in-python-an-overview-of-the-mlbox-package-66668c6b1bfb
https://towardsdatascience.com/auto-ml-in-python-an-overview-of-the-mlbox-package-66668c6b1bfb
Medium
Auto ML in Python — An Overview of the MLBox Package
Learn about MLBox to quickly and efficiently train an automated machine learning pipeline for a classification problem in python.
VAE: Variational Autoencoders — How to Employ Neural Networks to Generate New Images
https://towardsdatascience.com/vae-variational-autoencoders-how-to-employ-neural-networks-to-generate-new-images-bdeb216ed2c0
https://towardsdatascience.com/vae-variational-autoencoders-how-to-employ-neural-networks-to-generate-new-images-bdeb216ed2c0
Towards Data Science
VAE: Variational Autoencoders - How to Employ Neural Networks to Generate New Images | Towards Data Science
An overview of VAEs with a complete Python example that teaches you how to build one yourself
6 Things to Know About Subclassing in Python — Why and How
https://betterprogramming.pub/6-things-to-know-about-subclassing-in-python-why-and-how-296003b62a75
https://betterprogramming.pub/6-things-to-know-about-subclassing-in-python-why-and-how-296003b62a75
Medium
6 Things to Know About Subclassing in Python — Why and How
Touching base on some core features in Python as an OOP language
Making Operations Between Pandas DataFrames and Series
https://medium.com/@betofc89/making-operations-between-pandas-dataframes-and-series-fdf80c1116f2
https://medium.com/@betofc89/making-operations-between-pandas-dataframes-and-series-fdf80c1116f2
Medium
Making Operations Between Pandas DataFrames and Series
Different from conventional mathematics, Pandas allows you to sum matrices-like structures of different sizes. But in order to do that, we…
Release/Deployment approvals in Azure DevOps using REST APIs
https://medium.com/@khandelwal.praful/release-deployment-approvals-in-azure-devops-using-rest-apis-6beaa1c3a782
https://medium.com/@khandelwal.praful/release-deployment-approvals-in-azure-devops-using-rest-apis-6beaa1c3a782
Medium
Release/Deployment approvals in Azure DevOps using REST APIs
As part of gating criteria for release/deployment, we often put approval processes in place, which can cover both pre-deploy and…
Basic data analysis combining Python, SPSS and PowerBI.
https://hangmortimer.medium.com/basic-data-analysis-combining-python-spss-and-powerbi-5a207d8b8f9
https://hangmortimer.medium.com/basic-data-analysis-combining-python-spss-and-powerbi-5a207d8b8f9
Medium
Basic data analysis combining Python, SPSS and PowerBI.
Last week I had to do a presentation on a data analysis project and allow me to share with you the procedure in this post. For the slides…
A primer in handling time series data using TSDBs
https://medium.com/@saswatraj/practical-handling-of-time-series-data-using-tsdbs-99380a839ae8
https://medium.com/@saswatraj/practical-handling-of-time-series-data-using-tsdbs-99380a839ae8
Medium
A primer in handling time series data using TSDBs
Unlike Dr. Strange movies where time is frequently toyed with, data generated in real life is usually collected in reference to time and…
Tips and Tricks for Clean and Pythonic Code | Part 2
https://medium.com/@meqdad.dev/tips-and-tricks-for-clean-and-pythonic-code-part-2-828fa390e4cc
https://medium.com/@meqdad.dev/tips-and-tricks-for-clean-and-pythonic-code-part-2-828fa390e4cc
Medium
Tips and Tricks for Clean and Pythonic Code | Part 2
Welcome to the second part from this series Tips and Tricks for Clean and Pythonic Code, where I’ll take you in a short journey to the…
Python vs Golang: Which is better for your next project?
https://medium.ironmans.blog/python-vs-golang-which-is-better-for-your-next-project-562a19d0b936
https://medium.ironmans.blog/python-vs-golang-which-is-better-for-your-next-project-562a19d0b936
Medium
Python vs Golang: Which is better for your next project?
Python and Go are two very popular programming languages. They are both open source, have a large community of developers, and are easy to…
5 Data Distributions for Data Scientists
https://ivopbernardo.medium.com/5-data-distributions-for-data-scientists-97d92d028190
https://ivopbernardo.medium.com/5-data-distributions-for-data-scientists-97d92d028190
Medium
5 Data Distributions for Data Scientists
Data distributions help us understand our random variables a bit better. This post provides a summary and resources regarding ´5 of them