beaver icon indicating copy to clipboard operation
beaver copied to clipboard

🦫 MLOps for (online) machine learning

Results 4 beaver issues
Sort by recently updated
recently updated
newest added

1) On my mac (python 3.8.2, etc.), the command was `virtualenv .venv`. Googling around, it seems like `virtualenv` is more common... is `venv` an alias you defined on your machine...

I'm trying to run the taxi example notebook and am hitting an error on the first import `import beaver_sdk` I see that `beaver_sdk` isn't referenced in `requirements.txt` -- should it...

I got beaver up and running following the manual Docker compose steps per the readme, ``` git clone [email protected]:online-ml/beaver.git cd beaver docker-compose up ``` but when I browse to http://localhost:8501/Projects...

Hi there, Attempting to get started with beaver and looks like `docker pull ghcr.io/online-ml/beaver:latest` is returning a 404. Is it possible to restore the pre-built Docker images, or have they...