Giter Club home page Giter Club logo

sportstat's Introduction

Sports Statistics Data Analysis

===============================

A Python module for parsing and analyzing sports statistics.

Development

Install and Setup

Packages and Dependencies

kind of optional

  1. create and activate a virtual environment

    • for vanilla Python:

    $ pip install virtualenv $ virtualenv sportstat $ source sportstat/bin/activate

    • with Anaconda:

    $ conda create -n sportstat anaconda $ source activate sportstat

Note: when using Anaconda, you may choose to limit the packages to just those indicated in the requirements.txt file by specifying:

$ conda create -n sportstat --file requirements.txt

For developers; to update requirements.txt after installing packages (using pip or conda install), run:

$ conda list -e > requirements.txt

to overwrite the requirements file.

  1. Install dependencies

    $ pip install -r requirements.txt

  2. Install sportstat python package

    • first build the package:

    $ python setup.py build

    • then, if only deploying (not developing):

    $ python setup.py install

    • if developing or testing:

    $ python setup.py develop

The module sportstat contains useful query and analysis functions along with Mongo document models. The module sportstat_server contains a Flask application for serving the data REST API.

TODO: There is an interdependency--because MongoEngine uses Flask for its configuration, and we want the same MongoEngine wrapper when working on analytics and on the REST server, we end up pulling the MongoEngine db instance from the sportstat_server module into the models module when defining the Mongo document models. This should not be a problem as long as these two projects are together.

Notebooks

To analyze/parse data using jupyter notebooks, make sure your jupyter instance is running in the same environment that you installed sportstat and sportstat_server.

sportstat's People

Contributors

brianbreitsch avatar

Watchers

James Cloos avatar  avatar  avatar

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.