Skip to content

bisen-is-me/ProduKtor

 
 

Repository files navigation

Execute 2.0

The aim is to build a predictive model and find out the sales of each product at a particular store.Using this model,We will try to understand the properties of products and stores which play a key role in increasing sales.

Objectives in this project:

  • Perform data cleaning on the dataset
  • Make a EDA report
  • Visualize the distributions of various features and correlations between them
  • Feature engineering to extract the correct features for the model
  • Build a regression model to predict the outlet sales
  • Recommend price changes for optimising future sales
  • Implement

Approach used:

  • Selected BigMart Data kaggle dataset as it satisfies all criterions
  • Used simple linear regression to achieve final results
  • Designed WebApp using Flask for easier access for clients

WebApp Screenshots

-detail filling alt text -prediction results alt text

Result Snippets

-glimpses of trasin and test dataframes alt text

-Example EDA of Item_Weight attribute using Dtale library alt text alt text

-Example EDA of Item_Weight attribute using Pandas library alt text alt text

-Example EDA of Item_Weight attribute using Pandas library alt text alt text alt text alt text alt text

About

project for execute 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%