Skip to content

pcrespov/programming-collective-intelligence-segaran

Repository files navigation

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