Coder Social home page Coder Social logo

autolabmate's Introduction

Autolabmate

Autolabmate is a tool designed for experimentalists. It leverages state-of-the-art Bayesian optimization to propose the next batch of experiments with the highest probability of improvement.

Installation

Autolabmate uses Poetry for package management. If you don't have Poetry installed, you can install it by following the instructions on the Poetry website.

Once you have Poetry installed, you can install the packages needed for Autolabmate by running:

poetry install

Setting up Supabase

Autolabmate uses Supabase for database management. To set it up, follow these steps:

  1. Create a free account on Supabase.
  2. Once you have created an account and logged in, create a new project.
  3. After the project is created, you will be redirected to the project dashboard. Here, you can find your Supabase URL and anon key. These are needed to connect to your Supabase project.

Configuring Environment Variables

Autolabmate uses environment variables for configuration. These are stored in a .env file. To set this up, follow these steps:

  1. Open the .env.default file in the root of the project.
  2. Fill in the SUPABASE_URL, SUPABASE_KEY, and PG_PASS variables with the values from your Supabase project.
  3. Rename the .env.default file to .env.

Now, Autolabmate is configured and ready to run.

Running Autolabmate

Autolabmate uses Streamlit for its user interface. To run Autolabmate, first activate the Poetry shell:

poetry shell

Then, start the Streamlit server:

streamlit run app.py

Bayesian Optimization

Autolabmate uses Bayesian optimization for proposing the next batch of experiments. This optimization is performed using the mlr3 and mlr3mbo packages.

  • mlr3 is a machine learning framework in R. You can find its documentation here.
  • mlr3mbo is a package that extends mlr3 with Bayesian optimization capabilities. You can find its documentation here.

These packages allow Autolabmate to efficiently and effectively propose the next batch of experiments.

autolabmate's People

Contributors

hududed avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.