The ActiveCampaign API provides developers with a powerful toolset to interact with the ActiveCampaign platform. In this blog, we will explore a few aspects of working with ActiveCampaign API,...
What is a Monte Carlo simulation and what can it be used for? A down to earth, step by step explanation.
Python is a powerful programming language that comes with many built-in libraries for various purposes. One of these libraries is configparser, which provides a way to read and write...
How do you fit non-linear data with a linear model? Using splines is one option. A simple explanation.
Introductory tutorial to using snowflake for participating in the Numerai tournament
A brief overview of the Snowpark functionality, that allows one to write python code on a Snowflake data warehouse.
The ARIMA Model In a previous blog post, we delved into the world of time series forecasting with the Holt-Winters (exponential smoothing) model. Today, we will explore another popular...
Introduction to Embeddings Embeddings play a crucial role in natural language processing (NLP) and text analysis. Simply put, word embeddings represent words or phrases as vectors, which are lists...
_________________________________________________________________________________________ Table Extensions are a new feature that has been released with Tableau version 2022.3. They allow us to create new data tables from analytic extension scripts. In this...