Skip to content

Instantly share code, notes, and snippets.

View schwarzmx's full-sized avatar

Fernando Hernandez schwarzmx

View GitHub Profile
@schwarzmx
schwarzmx / seq_lr.py
Created November 20, 2011 00:09 — forked from osdf/seq_lr.py
Interactive sequential linear regression
#!/usr/bin/env python
"""
__author__: Martin Felder
Demo for sequential bayesin learning
for linear regression models. See
Chapter 3.3 of 'Pattern recognition
and machine learning' by Chris Bishop, 2001
"""