Skip to content

feature-store/risecamp-2021

Repository files navigation

risecamp-2021

Google Colab Instruction

You can go the following link to run the notebook in your browser.

https://colab.research.google.com/github/feature-store/risecamp-2021/blob/main/ralf_tutorial.ipynb

Local Instruction

To get started, clone the respository:

git clone https://github.com/feature-store/risecamp-2021.git
cd risecamp-2021

# Setup env
python -m venv env
source env/bin/activate

Setup notebook:

pip install ipykernel
python -m ipykernel install --user --name=risecamp-2021

Next, install ralf:

git clone https://github.com/feature-store/ralf.git -b api-for-tutorial --single-branch
cd ralf
pip install -e .

Now you can follow the tutorial notebook!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published