An A.I. to guess anime, movie, and manga ratings.
Uses anime meta data to generate a regression model and interpolates the data to make predictions of User Rating Score.
Python package is dependent on SciPy, NumPy, and Scikit-learn.
Database not included in repository.
LOWESS.py belongs to Alexandre Gramfort at https://gist.github.com/agramfort/850437
Directory DataRepository/
LocalLinearRegression.py - LOWESS LinearRegressionTrial.py - Logistric Regression DecisionTree.py - Decision Tree Regression