ALAbraham Lunainabrahamluna.com·Feb 6, 2024 · 5 min readForecasting Model with Exponential SmoothingThis is the first article of a series to present different forecasting models. We will start by using the Exponential Smoothing model provided by statsmodels library. The dataset is the Alphabet Inc. daily stock prices that can be downloaded from Yah...00
ALAbraham Lunainabrahamluna.com·Jan 30, 2024 · 8 min readOutlier Detection With PythonData is not perfect, there is always a need to clear and transform a dataset before training a Machine Learning model or simply take insights from the data. Nulls and wrong data types are not the only problems while cleaning data. Depending of what a...00
ALAbraham Lunainabrahamluna.com·Jan 29, 2024 · 12 min readBasic Linear Regression ModelOne of the most common model used in Machine Learning is Linear Regression. The linear regression determines the line that best represents the trend and relationship between two variables. Once the relationship (correlation) is defined a linear regre...00
ALAbraham Lunainabrahamluna.com·Jan 24, 2024 · 9 min readK-means Cluster ModelIntroduction Identifying patterns and structure data is a key to success in Data Science. There are many ways out there to accomplish this task. However, one way to make it fast and using Machine Learning is with Clustering models. Here are some of t...00
ALAbraham Lunainabrahamluna.com·Jan 16, 2024 · 8 min readEntendiendo el Data AnalyticsInicio El otro día un colega del equipo de ventas me pregunto "¿Qué haces en tu puesto? ". La verdad me sentí en conflicto con la pregunta pues tengo claro lo que hago día a día, mis responsabilidades e impacto de mi trabajo en la organización. Pero ...00