Coder Social home page Coder Social logo

data-collection-api's Introduction

data-collection-api

data-collection-api's People

Contributors

bruunand avatar theisjendal avatar minibrams avatar

Stargazers

Kunle Akinpelu avatar

Watchers

James Cloos avatar  avatar  avatar

data-collection-api's Issues

Dockerise the API

Find a Dockerfile for a simple Python app and dockerize it, installing everything from requirements.txt. Map ports 80 and 443 to the host ports. Remember to create a volume for the collected data.

Annotate data collections with exploration strategy

When collecting data for a user, find a nice way of annotating the data with a label so we can find e.g. all ratings from users who answered questions on entities in one-hop Movie exploration, random exploration, etc.

Revise formula for movie sampling

Comment from Matteo:
Would it be easier to have both numbers normalized and then multiply by alpha and beta so to have like a linear combination where you can decide how much each part affects?

Exception on /final endpoint

[2020-04-16 10:32:45,672] ERROR in app: Exception on /api/final [POST] Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1953, in full_dispatch_request return self.finalize_request(rv) File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1968, in finalize_request response = self.make_response(rv) File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2131, in make_response " {rv.__class__.__name__}.".format(rv=rv) TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a int.

Create the final prediction

Make a final guess towards the user's preferences once the user has liked/disliked >= 50 entities.
Should be simple, something like personalised pagerank with liked/disliked nodes as sources.

Need to diversify a bit more

I often see the same two movies (brother bear and ted 2) when I like comedy, we should probably diversify it more. In addition, we should diversify the final screen.

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.