Git Product home page Git Product logo

cs373-netflix's People

Contributors

lapluviosilla avatar

Watchers

 avatar  avatar

cs373-netflix's Issues

Create Unit Tests

An average of at least 3 unit tests for each function, in the files TestNetflix.py and TestNetflix.out, that tests corner cases and failure cases.
A clone of the public test repo with a copy of your unit tests in the files -TestNetflix.py and -TestNetflix.out.

Create Repo and invite grader

A private Git repository at GitHub, named cs373-netflix, with the grader invited as collaborator and at least 5 commits, one for each bug or feature.
If you cannot describe your changes in a sentence, you are not committing often enough. Meaningful commit messages identifying the corresponding issue in the issue tracker (below). See here.
A log of the commits, named Netflix.log.

Create issues in GitHub

A GitHub issue tracker with an issue for each of the requirements in this table and at least 10 more issues, one for each bug or feature, both open and closed with a good description and a label.

Generate Documentation

HTML documentation in the file Netflix.html, that documents the interfaces to your functions.
Inline comments if you need to explain the why of a particular implementation.
A consistent coding convention with good variable names, good indentation, blank lines, and blank spaces.

Create python3 implementation

A standard-compliant Python (3.2.3) program, including a function to compute RMSE, in the file Netflix.py, with assertions that check pre-conditions, post-conditions, argument validity, and return-value validity, that runs as fast as possible and uses as little memory as possible.

Create Acceptance Tests

At least 1000 lines of acceptance tests, in the files RunNetflix.in and RunNetflix.out, that tests corner cases and failure cases.
A clone of the public test repo with a copy of your acceptance tests in the files -RunNetflix.in and -RunNetflix.out.

RMSE Calculation is incorrect

We are currently taking the RMSE of each individual movie, and then RMSE the results of those. This gives the incorrect result. We need to run RMSE once for all the predictions

Create function to load caches

To be able to compute rmse we need probe results cache data. In addition to this cache we will have to load other caches. We need a cache loader function which can load any of the cache files and build a dictionary from them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.