Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.12 KB

File metadata and controls

23 lines (16 loc) · 1.12 KB

Programming Collective Intelligence

cover

Book's scripts and data together with a random collection of notes and exercises from Programming Collective Intelligence by Toby Segaran.

Some of source code is partially or completely taken from the book examples and adapted or modernized according to my mood at that moment :-).

  • ch* - */ a folder per chapter
    • data/ folders include data files managed under dvc
    • requirements.txt : python dependencies pip install -r requirements.txt

Requirements

  • git and dvc for version control of code and data (latter already included in requirements-dev.txt)
  • GNU make
  • python (see .python-version)
    • pip install -r requirements.txt every chapter