Data Elixir - Data Elixir - Issue 385
ISSUE 385 · May 3, 2022InsightMaking Data ActionableGreat data products should be easily actionable. It's not enough that users may be "data-driven." Where are they going? Why are they going there? Are there other routes? This is a short, practical post for helping your users get what they really need from your data. σ-Driven Project Management: When is the Optimal Time to Give Up?σ-Driven Project Management: When is the Optimal Time to Give Up? The 3 Mental Models Model for Data VisualizationI hadn’t thought of how data visualization could benefit from mental models before, but thankfully Enrico Bertini has. In short, understanding how visualization works means better results. There are plenty of heuristics in here that might make you think twice next time you plot() data for an audience. Sponsored LinkIntroducing HARI - The First Annotation And Dataset Analytics PlatformAchieve significant cost and time savings by improving your machine learning models with HARI, a semi-automated user interface for data curation, annotation, and model analysis of vision-based datasets. Tutorials, Projects & OpinionsComparing quantiles at scale in online A/B-testingThis post from Spotify’s engineering blog covers their latest approach to more effective experimentation: Poisson bootstrap difference-in-quantiles confidence intervals. How does the algorithm work and more importantly for their case, how do you scale it? tidypandastidypandas is a new tidyverse-inspired python package that uses a tidy data frame and lets you use tidy verbs such as select, filter, summarize, etc. Follow the links at the top for a tutorial and tour of features. Graphing the BlogsphereThis is a cool idea for a project resulting in a fascinating interactive network visualization that you can browse around as you please. Furthermore, Jacob shares the process of collecting and processing the data, along with the code on Github. How is Felix Today?What if you put your entire life into a database? What types of data questions would you want to dig into? If your interest is piqued, Felix’s dashboard and write-up are well-worth exploring. Oh and the code is on Github. The New Standard in Dataflow AutomationJoin our community and see why 20,000 other data engineers, scientists and analysts use Prefect to confidently build, run and monitor robust pipelines at scale. Machine LearningHow to use big AI models (Like GPT-3) in your startupMany problems we face don’t require the likes of AI and deep learning, but when one does, how should you practically put these models into production? Fear not: there’s lots of solid advice in this post around the opportunities, limitations, and risks of going down the rabbit hole. Machine Learning Has a Validity ProblemBen Recht dives into distribution shift in this introduction. Distribution shift describes whenever the data on which a machine learning algorithm is deployed differs from the data it was trained on. Turns out, this happens far more than we think. CareerTransitioning From Academia to IndustryThe academia to industry path is a popular one for data scientists and is often cited as quite the jump. Danielle Navarro outlines her experience here with lots of practical advice for anyone thinking about a similar transition. Was this email forwarded to you? Sign up here >> |
Older messages
Data Elixir - Issue 384
Tuesday, April 26, 2022
Data tests. Null Island. Confidence intervals for ML classifiers. Containers for ML. Performance utilities for regression modeling.
Data Elixir - Issue 383
Tuesday, April 19, 2022
Data teams: embedded or centralized? Unskilled and unaware of it. Counterfactual evaluation. Quant UX vs data science.
Data Elixir - Issue 382
Tuesday, April 12, 2022
Quarto. ML notebook tutorials. Reproducible & trustworthy workflows. Real-world recommenders. Graph-based outlier detection.
Data Elixir - Issue 381
Tuesday, April 5, 2022
Causal inference: core methods & tools. How to read papers. Data strategies with regular people. Preferences in recommenders.
Data Elixir - Issue 380
Tuesday, March 29, 2022
Emerging data architectures. 200K+ Salaries. Advanced EDA w/ Python. Precision & Recall. ML-based causal inference.
You Might Also Like
Dramatic Windows security changes ahead
Tuesday, November 19, 2024
Cheap MacBooks vs. Android laptops; Tech gifts under $25 -- ZDNET ZDNET Tech Today - US November 19, 2024 microsoft sign Microsoft to tighten Windows security dramatically in 2025 Stung by last
⚙️ Interview: MSFT VP talks AI agents
Tuesday, November 19, 2024
Plus: Elon Musk sues to block CA law
Post from Syncfusion Blogs on 11/19/2024
Tuesday, November 19, 2024
New blogs from Syncfusion Syncfusion Visual Studio Extensions Are Now Compatible With .NET 9.0 By Kesavaraman Venkadesan This blog explains the support for .NET 9.0 in Syncfusion Visual Studio
New 'Helldown' Ransomware Variant Expands Attacks to VMware and Linux Systems
Tuesday, November 19, 2024
THN Daily Updates Newsletter cover Practical Cyber Intelligence ($79.00 Value) FREE for a Limited Time Overview of the latest techniques and practices used in digital forensics and how to apply them to
This Classy New SmartWatch Has iPhone Connective Features
Tuesday, November 19, 2024
Introducing ScanWatch Nova Brilliant Edition: Watchmaking excellence coupled with powerful health scans and phenomenal battery life. Effortlessly tracking your every move, ScanWatch Nova Brilliant
Edge 449: Getting Into Adversarial Distillation
Tuesday, November 19, 2024
A way to distill models using inspiration from GANs. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Power BI Weekly #285 - 19th November 2024
Tuesday, November 19, 2024
Power BI Weekly Newsletter Issue #285 powered by endjin Welcome to the 285th edition of Power BI Weekly! Quite a short one this week. A couple of people have written about the new Path Layer feature
Software Testing Weekly - Issue 246
Tuesday, November 19, 2024
Highlights from the 10th DORA report by Google 📈 View on the Web Archives ISSUE 246 November 19th 2024 COMMENT Welcome to the 246th issue! It's hard to believe that DORA metrics have been around
💻 Installing Linux on an Old Laptop Instead of a Raspberry Pi — Flagship Phones Need More Storage
Monday, November 18, 2024
Also: I Built the Perfect Programming Platform In Less Than 10 Minutes, and More! How-To Geek Logo November 18, 2024 Did You Know The Sixth Sense was the highest-grossing horror film of all time in
Daily Coding Problem: Problem #1612 [Hard]
Monday, November 18, 2024
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Etsy. Given a sorted array, convert it into a height-balanced binary search tree.