PRML / PRMLT

Matlab code of machine learning algorithms in book PRML
http://prml.github.io/
MIT License
6.03k stars 2.16k forks source link

Errors in code for chapter 03 #6

Closed enerds closed 8 years ago

enerds commented 8 years ago
>> demo
Error using regress (line 62)
Y must be a vector and must have the same number of rows as X.

Error in demo (line 12)
model = regress(X, t);
sth4nth commented 8 years ago

There is a massive update recently. This issue should be fixed by the update. Please retest. Thx.