Git Product home page Git Product logo

Comments (1)

lfaucon avatar lfaucon commented on June 22, 2024

Hi @OscarVlld

Here is how to work on this task:

  1. Clone the repository https://github.com/tournesol-app/tournesol-backend, then cd tournesol-backend
  2. Checkout the branch for working on the ml algorithm git checkout ml_train
  3. Follow the instructions from the Readme file to run the backend locally
  4. Load data in the database uncompress dump.sql.tgz and load the data in your local database psql -d tournesol < scripts/dataset-import/dump.sql
  5. Write the algorithm ml_run in file ml/management/commands/ml_train.py and run the algorithm with python manage.py ml_train
  6. Add dependencies in ml/ml_requirements.txt
  7. Commit and push the changes

from tournesol-meta.

Related Issues (20)

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.