Publications by Nguyen Bui

midterm_SCM

22.05.2020

Midterm Report 5/22/2020 Units_Manufacturing(1999-2016) Column 1999 Column 2016 Both_1999&2016 Alliance in 2017 Column Row Map Alliance_ Nissan and Renault Culture Column Culture Supplier_Tier&Alliance Column Manufacture tier types Alliance_ Nissan and Renault Manufacture components Manufacture_component Export Adv...

626 sym 16 img

job_e-commerce_dashboard

17.05.2020

Analytics Job in Ecommerce Nguyen — May 06 2020 Preface Table of contents: I. Introduction II. Job Description 2.1 Tiki 2.2 Shopee 2.3 Lazada III. Job Requirement 3.1 Tiki 3.2 Shopee 3.3 Lazada IV. Summary for 3 companies Job Description Row {data-height=350} Tiki_1_bar_graph Wordcloud tiki_jd In Ti...

5632 sym 22 img

Analytic Jobs in Ecommerce

07.05.2020

Table of contents: II. Job Description 2.1 Tiki 2.2 Shopee 2.3 Lazada III. Job Requirement 3.1 Tiki 3.2 Shopee 3.3 Lazada IV. Summary for 3 companies Job Description Tiki Bar graph 1-word Wordcloud tiki_jd In Tiki, Most of indeed skills are Data, Business, Risk Management, Reporting, Product, Optimization, Insights...

2533 sym 14 img

Basic classification

04.05.2020

library(ISLR) library(tidyverse) names(Smarket) summary(Smarket) cor(Smarket[,-9]) Logisitc Regression glm.fit<- glm(Direction~Lag1+Lag2+Lag3+Lag4+Lag5+Volume,data=Smarket,family="binomial") summary(glm.fit) coef(glm.fit) summary(glm.fit)$coef[,4] glm.probs<- predict(glm.fit,type="response") glm.probs[1:10] contrasts(Smarket$Dire...

2275 sym R (1418 sym/8 pcs)

Logistics_Service

18.04.2020

Logistics Serivces NguyenLSCM — April 26 2020 Customer Column {data-height=750} First Class Second Class Standard Class Same Day Customer Segment Customer_Shipping.Mode Customer in each country Customer Location Column Average of Sales “Average of Sales” 46881.65 Average of Profit “Average of Profit” 5844.84 ...

1132 sym R (338 sym/1 pcs) 18 img

Tiki, Sendo, Lazada, Shopee

17.04.2020

VN e-commerce NguyenLSCM Ecommerce ...

88 sym

ggplot2 intergates with plotly

14.04.2020

Graph Basic Graph Geom_abline Line set.seed(1234) dat<-data.frame(cond=factor(rep(c("A","B"),each=200)),rating=c(rnorm(200),rnorm(200,mean=.8))) p<- ggplot(dat,aes(x=rating))+geom_histogram(binwidth = .5, colour="black",fill="white")+geom_vline(aes(xintercept=mean(rating,na.rm=TRUE)),color="red",linetype="dashed",size=1)+theme_minimal() f...

1806 sym R (26900 sym/69 pcs)

rbokeh

14.04.2020

Background Bokeh is a visualization library that provids a flexible and powerful declarative framwork for creating web-based plots. Bokeh renders plots using HTML canvas and provides many mechanism for interactively Installation The rbokeh package can be installed from CRAN: library(rbokeh) ## Warning: package 'rbokeh' was built under R versi...

1322 sym R (8703 sym/24 pcs)

CEL_round1

13.04.2020

Untitled Column Map for each customer Column {data-height=500} Average Quantity Pre Order (Kg) The Line for Sales Value Percent (Cummulative) Column {data-height=500} Customer-Time series Supplier - Time series Supplier-Classfication SoProductId AbcdClass SKU02 A SKU02 B SKU02 C SKU01 C SKU09 C SKU03 C SKU...

303 sym 1 tbl

dygraph

13.04.2020

Introduction Series Options Series Colors You can specify an altrnate color palette for series lines using the colors option. For example, to choose a palette from RColorBrewer Step Plots By default dygraphs series as a line, you can however plot series as step chart as follows: Filling You can also fill in the area underneath the series as ...

5578 sym R (922 sym/9 pcs)