All Projects → zikrach → price-optimization-shiny

zikrach / price-optimization-shiny

Licence: GPL-3.0 license
Shiny app for Price Optimization using prophet and lme4 libraries for R.

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to price-optimization-shiny

ts-forecasting-ensemble
CentOS based Docker container for Time Series Analysis and Modeling.
Stars: ✭ 19 (-32.14%)
Mutual labels:  time-series, prophet
Forecasting
Time Series Forecasting Best Practices & Examples
Stars: ✭ 2,123 (+7482.14%)
Mutual labels:  time-series, prophet
PlotTwist
PlotTwist - a web app for plotting and annotating time-series data
Stars: ✭ 21 (-25%)
Mutual labels:  time-series, shiny-apps
coinmarketcap
Price and market capitalization from coinmarketcap.com
Stars: ✭ 73 (+160.71%)
Mutual labels:  price
mf-nav-data
Historical NAV/price/time-series data of mutual funds and popular benchmark indices in India
Stars: ✭ 29 (+3.57%)
Mutual labels:  time-series
currency-format
The «Price Format» extension for Magento 2
Stars: ✭ 18 (-35.71%)
Mutual labels:  price
ww tvol study
Process global-scale satellite and airborne elevation data into time series of glacier mass change: Hugonnet et al. (2021).
Stars: ✭ 26 (-7.14%)
Mutual labels:  time-series
orderbook modeling
Example of order book modeling.
Stars: ✭ 38 (+35.71%)
Mutual labels:  time-series
ShoppingList
📝 My first Android app, a shopping list app.
Stars: ✭ 17 (-39.29%)
Mutual labels:  price
modeltime.ensemble
Time Series Ensemble Forecasting
Stars: ✭ 65 (+132.14%)
Mutual labels:  time-series
microprediction
If you can measure it, consider it predicted
Stars: ✭ 158 (+464.29%)
Mutual labels:  time-series
MtreeRing
A tool for measuring tree-ring width
Stars: ✭ 19 (-32.14%)
Mutual labels:  shiny-apps
DTW
Dynamic Time Warping in Python / C (using ctypes)
Stars: ✭ 26 (-7.14%)
Mutual labels:  time-series
ewstools
Python package for early warning signals (EWS) of bifurcations in time series data.
Stars: ✭ 29 (+3.57%)
Mutual labels:  time-series
go-metrics-wavefront
Wavefront plugin for go-metrics
Stars: ✭ 12 (-57.14%)
Mutual labels:  time-series
SCINet
Forecast time series and stock prices with SCINet
Stars: ✭ 28 (+0%)
Mutual labels:  time-series
mlforecast
Scalable machine 🤖 learning for time series forecasting.
Stars: ✭ 96 (+242.86%)
Mutual labels:  time-series
walker
Bayesian Generalized Linear Models with Time-Varying Coefficients
Stars: ✭ 38 (+35.71%)
Mutual labels:  time-series
Shapley regressions
Statistical inference on machine learning or general non-parametric models
Stars: ✭ 37 (+32.14%)
Mutual labels:  time-series
cnn-rnn-bitcoin
Reusable CNN and RNN model doing time series binary classification
Stars: ✭ 28 (+0%)
Mutual labels:  time-series

Shiny app for Price Optimization

Price optimization is the use of mathematical analysis by a company to determine how customers will respond to different prices for its products and services through different channels. It is also used to determine the prices that the company determines will best meet its objectives such as maximizing operating profit. The data used in price optimization includes operating costs, inventories and historic prices and sales. Price optimization practice has been implemented in industries including retail, banking, airlines, casinos, hotels, car rental, cruise lines and insurance. (https://en.wikipedia.org/wiki/Price_optimization)

Libraries

In the application we use the next libraries:

  • shiny
  • shinyjs
  • shinydashboard (version 0.5.3)
  • plotly
  • DT
  • dygraphs
  • xts
  • data.table
  • dplyr
  • plotly
  • ggplot2
  • prophet
  • lme4

Dataset

You can download an initial dataset from Dunnhumby, we use dataset Breakfast at the Frat.

Application look

1.png

2.png

3.png

Docker install

  1. Get application source code:
git clone https://github.com/zikrach/price-optimization-shiny
cd price-optimization-shiny/
  1. Build docker image:
docker build -t price_optimization .
  1. Run docker image:
docker run --rm -p 3838:3838 price_optimization
  1. Open your favorite browser and navigate to the http://127.0.0.1:3838/price_optimization/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].