marcosfelt / multitask_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multitask Demo App

This is a demo of multitask Gaussian processes, which are a key component of multitask Bayesian optimization. Try it here.

Screenshot app

Instructions for running locally.

  1. Clone the code and change into the repository

    git clone https://github.com/marcosfelt/multitask_demo.git
    cd multitask_demo
    
  2. Create virtual environment and install dependencies

    python3 -m venv .venv
    source .venv/bin/activate
    pip install streamlit
    pip install -r requirements.txt
    
  3. Start the app

    streamlit run app.py
    

About


Languages

Language:Python 100.0%