Blog posts

2024

2023

FBprophet forecasting with anomalies detection

less than 1 minute read

Published:

  • Facebook Prophet is a remarkable open-source forecasting tool developed by Facebook’s Data Science team. Our aim is to unravel its intricate capabilities, understand how to wield it effectively, and present a tangible real-world project as an illustration. This project will showcase how Facebook Prophet work on seasonal data with strong seasonal components and precisely with known factors affecting the data , and how to detect anomalies within the data using Isolation Forest algorithme…


For more details

Dockerize your Dash app

less than 1 minute read

Published:

  • Understanding the architecture of a Dash app, differentiating between production and development servers, and mastering the process of containerization are crucial steps towards deploying efficient and scalable applications. By leveraging containerization with Docker and adopting best practices, you can streamline deployment and ensure consistent execution across environments..


For more details

Setting up your SSH keys for git

less than 1 minute read

Published:

  • Setting up SSH keys for Git enhances security and streamlines collaboration with remote repositories. By generating an SSH key pair, adding the public key to your Git server, and configuring your Git client, you establish a secure connection without relying on traditional username/password authentication..


For more details

What is PCA ?

less than 1 minute read

Published:

  • Pca stands for principal component analysis , which is an important concept in Data science, in This post i’m trying to clarify it’s concept , and show some basic implementation with python code .


    For more details

2022