All Projects → dindatisi → analytics_reading_list

dindatisi / analytics_reading_list

Licence: other
a collection of books, articles, and tutorials to learn and apply analytics

Projects that are alternatives of or similar to analytics reading list

Homer
HOMER - 100% Open-Source SIP / VoIP Packet Capture & Monitoring
Stars: ✭ 855 (+5243.75%)
Mutual labels:  statistics, analytics
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (+381.25%)
Mutual labels:  statistics, analytics
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+59081.25%)
Mutual labels:  statistics, analytics
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+25850%)
Mutual labels:  statistics, analytics
Sparkliner
Sparkliner — easy way to make sparkline graph [Sketch plugin]
Stars: ✭ 184 (+1050%)
Mutual labels:  statistics, analytics
Analytics.usa.gov
The US federal government's web traffic.
Stars: ✭ 564 (+3425%)
Mutual labels:  statistics, analytics
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (+6800%)
Mutual labels:  statistics, analytics
Plan
Player Analytics plugin for Minecraft Server platforms (Bukkit/Sponge/Nukkit/BungeeCord/Velocity) - View player activity of your server with ease. 📆
Stars: ✭ 322 (+1912.5%)
Mutual labels:  statistics, analytics
Stats
A well tested and comprehensive Golang statistics library package with no dependencies.
Stars: ✭ 2,196 (+13625%)
Mutual labels:  statistics, analytics
Design Of Experiment Python
Design-of-experiment (DOE) generator for science, engineering, and statistics
Stars: ✭ 143 (+793.75%)
Mutual labels:  statistics, analytics
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+2281.25%)
Mutual labels:  statistics, analytics
Laravel Analytics
A Laravel package to retrieve pageviews and other data from Google Analytics
Stars: ✭ 2,613 (+16231.25%)
Mutual labels:  statistics, analytics
Ranalytics18
My work on Analytics and Research in Data Science
Stars: ✭ 378 (+2262.5%)
Mutual labels:  statistics, analytics
Umami
Umami is a simple, fast, website analytics alternative to Google Analytics.
Stars: ✭ 9,228 (+57575%)
Mutual labels:  statistics, analytics
Vudash
Powerful, Flexible, Open Source dashboards for anything
Stars: ✭ 363 (+2168.75%)
Mutual labels:  statistics, analytics
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (+143.75%)
Mutual labels:  statistics, analytics
Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+64187.5%)
Mutual labels:  statistics, analytics
Ig Monitoring
🚨 DISCONTINUED🚨 IGMonitoring - Free, self hosted Instagram Analytics and Stats
Stars: ✭ 283 (+1668.75%)
Mutual labels:  statistics, analytics
Interactive machine learning
IPython widgets, interactive plots, interactive machine learning
Stars: ✭ 140 (+775%)
Mutual labels:  statistics, analytics
Data Science Live Book
An open source book to learn data science, data analysis and machine learning, suitable for all ages!
Stars: ✭ 193 (+1106.25%)
Mutual labels:  statistics, analytics

Data Analytics Reading List

This is a selection of books and articles that I found useful. The contents might be related to statistics, data science, business, programming, or just analytical thinking in general. I will try to put summary or a brief background on each.

This list will be constantly updated and/or restructured as I find more reading materials.

Books

  • Thinking with data. A very good book to get started on how to properly analyze data, from problem framing to the statistical techniques.
  • Storytelling with Data. Provide lots of basic principles for data visualization that can be broadly applied broadly to your slide decks, analysis reports, or dashboards.
  • Lean Analytics. I didn't read until the last chapter, but I found this book useful to teach me how to build a good & relevant metrics.
  • Black Swan: The Impact of Highly Improbable. An eye-opening book to remind us to look at beyond the data we see. I especially like the chicken analogy: A chicken is being fed by human every single day. After several days, it learned the pattern that whenever human comes, food will be served; not knowing that one day the chicken itself is the one who will be roasted and served as food. So lesson learned: what has happened in the past might not always be a good predictor of the future.
  • Moneyball. A real story on how analytics brought glory for a low budget baseball team.
  • Naked Statistics. This book is kinda similar with The Signal and The Noise. But I like Naked Statistics better because it gives complete overview of basic statistics, the intuition and the common pitfalls, all in very light and brief explanation.

Short Articles

  • Never start with a hypothesis. How many times have you encountered people who ask you to analyze data for the sake of "knowing it", without having an actual decision to make? This article gives guidelines on how to properly build a hypothesis before spending your time on extensive data analysis. It argues that unless you have default action (what you’d prefer to do if you stay ignorant), no fancy statistics is needed at all. The statistics inference is needed only to convince you to switch into alternative action.
  • Simpson’s Paradox: How to Prove Opposite Arguments with the Same Data. If you haven't heard about Simpson's Paradox before, then this is a must read. Don't fall into the trap and make the wrong conclusion!
  • Mistakes, we’ve drawn a few. Good real examples on visualization mistakes and how to improve it from The Economist.
  • On Average - 99% Invisible. Using average as the standard measurement might not always be a good idea. What if nobody or nothing fits the average?
  • Geo Experiment. This deck gives a light intro about how to measure incremental effect of a campaign with geo experiment & CausalImpact library in R.
  • Gradient Boosting Decision Trees Algorithm Explained. So I was reading a paper before I came across this article. I could not understand how gradient boosting tree works by reading the paper, but with that article I was able to understand the logic in a few minutes.
  • Bandit Test You've heard a lot about A/B test. Maybe you've also heard about Bayesian A/B test. But have you tried Bandit test? See when it's best to use bandit test in this article.

Tutorials & Tips

  • Recommender System - Datacamp. For those who want to learn to build a recommendation system in Python. This is one of the tutorials I followed when I first tried to build a reecommendation system for POI & Restaurants in London (I shared it on this repo).
  • Jupyter Notebook Extension. There are lots of hidden gems! I personally use Table of Contents (for navigation whenever my notebooks get very long) & Hide Code Input (because sometimes it's just quicker to present the notebook, and you might want to show the output cells only!).
  • Cohort Analysis. Cohort Analysis is very important when you want to measure retention & churn. This tutorial gives an example on how to do it in Python, along with the visualization.
  • Analytics Training - Mode Analytics. It provies a set of cases to help you practice solving analytical problems, from thinkin through the possible scenario, to actually checking the data with SQL queries & charts.

Slightly Longer Reads (Papers, mostly)

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].