Here are
123 public repositories
matching this topic...
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
Shadow is a discrete-event network simulator that directly executes real application code, enabling you to simulate distributed systems with thousands of network-connected processes in realistic and scalable private network experiments using your laptop, desktop, or server running Linux.
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Updated
Jan 20, 2021
Python
Open-source Python library for statistical analysis of randomised control trials (A/B tests)
Updated
Mar 31, 2021
Python
Deep-Learning Model Exploration and Development for NLP
Updated
Jul 29, 2021
Python
PipelineX: Python package to build ML pipelines for experimentation with Kedro, MLflow, and more
Updated
Jul 6, 2021
Python
JustTweak is a feature flagging framework for iOS apps.
Updated
Jul 20, 2021
Swift
The Open Source A/B Testing Platform
Updated
Jul 29, 2021
TypeScript
🧪 Simple data science experimentation & tracking with jupyter, papermill, and mlflow.
Updated
Jun 2, 2021
Jupyter Notebook
A hardware kit to experiment with inflatable and vacuum based soft robotics.
🧪 Source-controlled split testing stack for building, launching and analysing A/B tests.
A list of self curated blogposts, videos and exercises on various technologies that I find interesting
Experiments conducted for NaNoGenMo 2014
Updated
Nov 5, 2019
Python
Library for multi-armed bandit selection strategies, including efficient deterministic implementations of Thompson sampling and epsilon-greedy.
A Fog Computing Emulation Framework
Updated
Jan 24, 2021
Python
This is a machine learning framework that enables developers to iterate fast over different ML architecture designs.
Updated
Apr 20, 2020
Python
💻 This is a program that allows you to remotely run commands on your other computers.
Android SDK client for Split Software
Updated
Jul 13, 2021
Java
A Flexible, Modular ML Experiment Framework
Updated
Jan 22, 2020
Python
Experimental Linear Algebra Performance Studies
Updated
Feb 24, 2017
Python
This Chrome Extension automatically performs SRM checks and flags potential data quality issues on supported experimentation platforms.
Updated
Jul 13, 2021
JavaScript
🧪 Source-controlled JS split testing framework for building and launching A/B tests.
Updated
Jul 1, 2021
JavaScript
A tool for running concurrent multi-configuration experiments.
Updated
Jul 10, 2017
Ruby
discontinued - Test-Project utilizing Qt, C++11, threading and libv4l to display multiple webcam streams on the screen plus the controls provided by the webcams. Runs on Linux only.
Aroma of the Songs — Visualizing music in the form of intricate rose petals using moving cube traces.
Updated
Jul 20, 2020
JavaScript
A declarative, parameter-parsing library that provides multiple parsing interfaces (YAML, command line, and JSON)
Updated
Jan 26, 2021
Python
Reporting & analytics tools for the Mojito split testing framework
Causal Inference Using Quasi-Experimental Methods
A/B Testing for scientists and engineers
Updated
Feb 11, 2021
TypeScript
Improve this page
Add a description, image, and links to the
experimentation
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
experimentation
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently you can only do training when you've committed and pushed all new changes in your branch. This introduces a blocker when a Data Scientist is trying out lots of different changes in their code.
Allow for training even with uncommitted changes. This can be done by taking a
git diffof the current branch, storing it and then doing angit applyto the current branch during training