What is a Monte Carlo simulation and what can it be used for? A down to earth, step by step explanation.
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...
I recently attended an Alteryx demo day to learn more about their new platform, Analytics Cloud. It’s a cloud-based version of Alteryx that doesn’t require local installation (this helps...
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...
Time series data is a collection of data points recorded over time, that are used to analyse trends and patterns in a specific variable. This type of data is...