Challenge Overview
Overview
The goal of this challenge is to implement a new ratings algorithm for designers on Topcoder. We ran an ideation challenge a few weeks back and the winning algorithm is attached in the forums.
We now want to see this algorithm implemented.
Requirements
- You are free to implement the algorithm (document provided in forums) using Python / Java / Node.js / RoR. Build a command line tool that take the provided sample JSON files (provided in forums) as input
- The implementation must cover all aspects as mentioned in the provided ideation document
- A sample data set will be provided. Your submission must be able work with the any of the sample data as input and produce rated data as output.
Final Submission Guidelines
- Provide a zip file with complete source code
- Provide a README with configuration, deployment and verification instructions. Please provide detailed notes on how your submission meets the requirements in the provided ideation document.
- Provide a demo video (Unlisted on YouTube) showing your submission in action.