Blog post looks at using Video Intelligence API (in Python) from Google Cloud to track objects within a video.
All in data science
Blog post looks at using Video Intelligence API (in Python) from Google Cloud to track objects within a video.
This blog post looks at combine boxplots and scatterplot (via geom_jitter) into a single visualization within Ggplot / R Studio
Blog post uses Google Analytics merchandise store demo data in BigQuery to forecast the expected quantities that will be sold for two particular SKU’s. Uses BigQuery, BigQuery ML and DataStudio.
BigQuery example to extract Google analytics app plus web User counts by date between two fixed dates.
Blog post looks at using the default Vision API from Google Cloud to run tests and detect landmarks in images.
Blog post looks at using the key/value pairs in event parameters within Google Analytics app plus web event hits to extract user count
Blog post uses sample website survey text data to analyze the entities [what is being spoken about] along with the sentiment across the mentions, using Google Cloud Natural Language API module + Google sheets + Google Apps script.
This blog post helps explain the apriori alogirthm in a simple way, using examples from a fictional store with three items.
Blog post looks at examining the forecasting a time series for user values for a sample GA App+Web property using BigQuery and Data Studio
Blog post looks at using Apriori add-on in Orange platform to find association rules between products frequently purchased together and show ideal product recommendations.
Use boundary and centre parameters in geom_histogram to make histogram bins start at zero.
Blog post on how to switch from a LOESS trend curve in a Geom_smooth to a Linear equation within R programming.
Blog post discusses using the diamonds dataset to create a geom_bar with percentage share of the x in a position=dodge within R programming
R script that uses as base R to run IF / ELSE check on a column (channel) and then assign a value in a new column.
Blog post looks at pulling data and then applying several ggplot2 geoms to graphically show the relationship between bounce rate, page load time and device category
Create a basic behaviour flow chart using Sankey diagram with Google Analytics Channel and landing page data.
Code uses ggplot to visualize change + mutate function to create a calculated field [% change in sessions]
Blog post covers exploratory data analysis function in R studio to provide summary metrics on Google Analytics data.