Data Elixir - Data Elixir - Issue 384
ISSUE 384 · April 26, 2022PapersNull Island, the most real of fictional placesNull Island is a bustling destination spot that you've probably never heard of. It has vacation rentals, restaurants, an airline, and social media activity with millions of uploaded photos. But in the real world, Null Island doesn't exist. It's a digital artifact that's been largely seen as a joke amongst GIS researchers. This paper explores its existence, its evolution, and the implications for the data community. Sponsored LinkUnderstanding and Overcoming Four Types of Biases in AIThere are four types of biases found in machine learning models. These are algorithmic bias, sample bias, prejudicial bias, and measurement bias. How do each of these biases arise and how are each of them mitigated? Read this article to understand how you can produce better business outcomes by training AI models to do precisely what they are meant to do. Tutorials, Projects & OpinionsCreating Confidence Intervals for ML ClassifiersIncluding confidence intervals to address uncertainty is standard practice, but it is not straightforward how to pick the best approach. This is a comprehensive post that explores several ways to calculate confidence intervals and when to use each one. Porting a distill blog to quartoQuarto is a new open-source publishing system that lets you publish dynamic documents in a wide variety of formats including HTML, PDF, Word, ePub, and more. In this post, Danielle Navarro walks through the process of moving a blog to Quarto and along the way, she explores Quarto's features and quirks, how to work with it, and where it shines. Data tests and the broken windows theoryData tests are here to stay, but they can be challenging to get right. We've only scratched the surface of their full potential, and this article explores common issues of data tests and how to overcome them. How to build more meaningful machine learning models with third-party dataJoin this webinar to discover how to build more meaningful machine learning models with third-party data from AWS Data Exchange. You’ll learn how to improve forecasting confidence and deliver effective insights with guidance from industry leaders. Register Now Code & ToolsperformanceA crucial aspect when building a regression model is evaluating the quality of model fit. The open-sourced performance package fills this gap by providing utilities for computing indices of model quality and goodness of fit. It uses measures such as r-squared, RMSE, ICC, and checks for singularity, convergence, and more. Cog: Containers for machine learningCog is an open-source tool that lets you easily package machine learning models in a standard, production-ready container. With Cog, you get docker containers with defined inputs and outputs, an automatic RESTful HTTP API, a queue worker, and more. CareerTake Control of Your DeskThis comprehensive guide to career growth is tailored towards ICs, managers, and founders who are working in fast moving startups. Includes tips for individual career planning, talent retention, and ideas for developing career ladders. To find specific content from prior issues or to research topics, check out the searchable Archives on Data Elixir's Search Page >> |
Older messages
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.
Data Elixir - Issue 379
Tuesday, March 22, 2022
Hard SQL interview questions. Imbalance detection. Real-world Prophet. Effective data teams. DS project quick-start. AI trends.
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.