Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Getting Started

Prerequisites

Install Pixi for environment management:

curl -fsSL https://pixi.sh/install.sh | bash

Installation

Clone the repository and install the environment:

git clone https://github.com/jejjohnson/research_notebook
cd research_notebook
pixi install

Running Experiments

Data Preprocessing

pixi run preprocess

Training

# Using Hydra (classic)
pixi run train

# Using hydra-zen (type-safe)
pixi run train-zen

# Override hyperparameters
pixi run train training.lr=0.01 model=transformer

Evaluation

pixi run evaluate

Notebook Environments

JupyterLab

pixi run -e jupyterlab lab

Marimo

pixi run -e marimo marimo-edit