Coder Social home page Coder Social logo

mattherix / moirasport Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 0.0 488 KB

Moriasport is a webapp who aim at predicting football result using ml

License: GNU Affero General Public License v3.0

Rust 100.00%
expressjs football ml prediction python

moirasport's Introduction

Contact Contact Contact


moirasport's People

Contributors

adampolm avatar dependabot[bot] avatar mattherix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

moirasport's Issues

๐Ÿ› [BUG] - Missing field on database

Description

  • Teams should have a gender

  • Gender can be: male, female and neutral

  • Players, position: position: goalkeeper, coach, goalkeeping-coach, defender and assistant-coach

  • Players, role: coach

  • Player height can be = to 0 and weight = 10

  • Stages: state can't be pending

  • Rounds: state can't be pending

Reproduction steps

USE football;
DESCRIBE Teams;

Screenshots

No response

Logs

No response

Browsers

No response

๐Ÿ› [BUG] - Entities arguments that should not be null

Description

Some entities have null arguments where they should not.

Entities (I haven't check the all yet):

  • Team: founded
  • Coachs: height, weight, date_of_birth
  • Stages: type, sort_order, starting_at, ending_at
  • Rounds: starting_at, ending_at
  • Referes: all the fields except name and id are placeholders or null
  • Teams: home_score int,
    away_score int,
    home_team_id int,
    away_team_id int,

Reproduction steps

1. Go to https://docs.sportmonks.com/football/endpoints-and-entities/entities/team-player-squad-coach-and-referee
2. Take a look at the table `Team`, with the row `founded` and the column `Type`
3. See that it is always an integer and never null
4. Get https://api.sportmonks.com/v3/football/teams/search/TBC?api_token={{api_token}}&include=
5. See that founded is null

Screenshots

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.