Techno Blender
Digitally Yours.
Browsing Tag

Experiments

Seasoning your AB testing experiments | by Mark Eltsefon | Mar, 2023

How can salt help you with experiments?Photo by Manuel Asturias on UnsplashAB testing is one of the most well-known methods to measure the effect of new features’ implementation. The main idea is to split your traffic ( or just the part of it) into two or more groups randomly. However, it’s important to ensure that the split is truly random and unbiased in order to be confident about the results. This is where salts come into play. The purpose of salts is to eliminate sources of bias or predictability that could affect…

NASA, SpaceX Dragon To Deliver 6,200 Pounds of Science Experiments & Crew Supplies to Space Station

Creating a golden streak in the night sky, a SpaceX Falcon 9 rocket soars upward after liftoff from Launch Complex 39A at NASA’s Kennedy Space Center in Florida on March 14, 2023, on the company’s 27th Commercial Resupply Services mission for the agency to the International Space Station. Liftoff was at 8:30 p.m. EDT. The Dragon spacecraft will deliver more than 6,000 pounds of science and research, supplies, and equipment to the crew aboard the space station, including the final two experiments comprising the National…

Using MLflow with ATOM to track all your machine learning experiments without additional code | by Marco vd Boom | Mar, 2023

Start storing models, parameters, pipelines, data and plots changing only one parameterPhoto by Hans Reniers on UnsplashIntroductionThe MLflow Tracking component is an API and UI for logging parameters, code versions, metrics, and output files when running your machine learning experiments and for later visualizing the results.In this story, we’ll explain how to use the ATOM library to easily track your models, parameters, pipelines, data and plots. ATOM is an open-source Python package designed to help data scientists…

Why are Randomized Experiments the Gold Standard in Causal Inference? | by Murat Unal | Mar, 2023

Understanding the identifying assumptions in experimentsPhoto by takaharu SAWA on UnsplashCausal inference without assumptions is impossible. Every available method requires untestable assumptions to establish causality from observed associations in the data. As such, stating the identifying assumptions and defending them is the most critical aspect of causal inference, yet it is also the most neglected one.In my previous article we kicked off the discussion around this topic by describing what identification is and why…

The big idea: should governments run more experiments? | Science

If you’re looking for recent reasons to be proud of Britain, it would be hard to find a better example than the Recovery series of clinical trials. Conceived in haste in the early days of the pandemic, Recovery (which stands for Randomised Evaluation of Covid-19 Therapy) sought to find drugs to help treat people seriously ill with the novel disease. It brought together epidemiologists, statisticians and health workers to test a range of promising existing drugs at massive scale across the NHS.The secret of Recovery’s…

A Tiny Sun in a Jar Sheds Light on Solar Flare Research

Seth Putterman started out studying the behavior of plasma for national security reasons. Extremely fast hypersonic missiles heat and ionize the surrounding air and form a cloud of charged particles called plasma, which absorbs radio waves and makes it hard for operators on the ground to communicate with the missiles—a problem Putterman was trying to solve. Then it occurred to him: The same plasma physics apply to our sun.The UCLA scientist and his colleagues have now created what Putterman calls “our sun in a jar,” a…

Leonardo da Vinci’s Forgotten Gravity Experiments Show He Was Centuries Ahead of His Time

Researchers, in an article published in the journal Leonardo, revealed that after re-examining one of da Vinci’s notebooks, they discovered that the renowned polymath had conducted experiments aimed at proving that gravity is a type of acceleration. Additionally, they found that he had developed a model for the gravitational constant, which was accurate to around 97%.Engineers from Caltech have discovered that Leonardo da Vinci’s understanding of gravity—though not wholly accurate—was centuries ahead of his time.In an…

ML model registry — the “interface” that binds model experiments and model deployment | by YUNNA WEI | Feb, 2023

MLOps in Practice — A deep- dive into ML model registries, model versioning and model lifecycle managementBackgroundIn my previous article:MLOps in Practice — De-constructing an ML Solution Architecture into 10 componentsI talked about the architectural importance of managing model metadata and artifacts generated by ML experiment runs. We all know that the model training process produces many artifacts for further ML model performance tuning, as well as for subsequent ML model deployment. These artifacts include the…