Skip to content

nibbleai/spice-workshop-240131

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New York City Taxi and Limousine Commission (TLC) trip demo project

How to run the demo

⚠️ You need Python >= 3.8

  1. Log on to spice documentation

  2. Create a virtual env with Python >= 3.8, and activate

    python -m venv .venv
    source .venv/bin/activate
  3. Install project and dependencies

    python -m pip install -r requirements.txt --extra-index-url=${EXTRA_INDEX_URL}
    python -m pip install -e .
  4. [OPTIONAL] Explore the documentation

  5. Wait for the workshop to start!

About

Feature engineering workshop - 31/01/2024

Resources

Stars

Watchers

Forks