Skip to content

bryanfks-dev/Klempoken-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klempoken Analysis

Klempoken Analysis is a project aimed at plotting, analyzing, and predicting sales trend for Klempoken MSMEs. This repository provides tools for data preprocessing, analysis, visualization, and forecasting to help Klempoken MSMEs make informed decisions.

Features

  • Data cleanning: handles missing values, type casting, and parsing.
  • Visualization: Generate meaningful plots for better insight.
  • Forecasting Model: Implement a time series forecasting technique (Prophet by Meta)

Requirements

This program built using python or rather jupyter notebook (version 3.11.7), with several libraries and tools, such as:

  • Pandas for data manipulation.
  • Matplotlib and Seaborn for data visualization.
  • Prophet for time series forecasting.

Setup

  1. Clone the repository
git clone https://github.com/bryanfks-dev/Klempoken-Analysis
cd klempoken-analysis
  1. Set up a virtual environment (Optional)
python3 -m venv venv
  1. Activate the virtual environment (Optional)
# On MacOS / Linux:
source venv/bin/activate

# On Windows:
.\venv\Scripts\activate
  1. Install the required depedencies
pip install -r requirements.txt

Usage

To run the analysis program:

jupyter execute plot_analysis.ipynb

To run the forecast program:

jupyter execute forecast.ipynb

About

Analysis and forcasting model for Klempoken MSMEs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published