Skip to content

Latest commit

 

History

History

README.rst

Chapter 8

Support code for Chapter 8: Recommendations.

The code refers to the second edition of the book and this code has been significantly refactored when compared to the first one.

Ratings Prediction

load_ml100k.py
Load data & partition into test/train
norm.py
Normalize the data
corrneighbours.py
Neighbour models based on ncrroaltoin
regression.py
Regression models
stacked.py
Stacked predictions
averaged.py
Averaging of predictions