Add data quality checks to your duckdb pipeline with Soda Coreduckdb is a great and fast choice for pipelines running on a single instance and is an even better match if you’re pipeline oozes with SQL…Jun 15, 2023Jun 15, 2023
Published inFAUN — Developer Community 🐾Simple and secure deployment with Github Actions OpenID Connect (OIDC)Continuous delivery (CD) workflows implemented Github Actions are able to deploy software, create or update cloud infrastructure, and make…Nov 28, 2021Nov 28, 2021
Version metadata are like charging cables: Versioning your package with setuptools_scmIf you have ever forgotten to pack a charging cable or something else for a trip, you probably have noticed that we humans are prone to…Aug 14, 2021Aug 14, 2021
How to plot a grouped stacked bar chart in plotlyplotly makes it easy to create an interactive stacked or grouped bar chart in Python by assigning the desired type to the layout attribute…Aug 22, 20201Aug 22, 20201
How to create a button to exchange the data in a plotly plotI recently wanted to create a button for a plotly (the Python library) plot that exchanges the underlying data. I got stuck in the middle…Aug 22, 2020Aug 22, 2020
Tune your preprocessing steps and algorithm selection like hyperparametersHow to treat your implemented preprocessing steps or machine learning algorithm as hyperparameter and how to tune them!Nov 20, 2019Nov 20, 2019
Published inAnalytics VidhyaHow to apply preprocessing steps in a pipeline only to specific featuresYour data contains features of at least 2 different data types that require different preprocessing. Here is how to do it in a pipeline!Nov 12, 2019Nov 12, 2019