Skip to main content

Company 1's Algorithm 2 Package for SENG 499 2022

Project description

Algorithm 2

Getting Started

  1. We will use Python version 3.10.4. Please install this on your device and either set it as your default or put it into a virtual environment and activate your virtual environment.
  2. Run pip install -r requirements.txt to install all pip packages used in this project.

Repository Structure

In src you will find 2 folders:

  1. c1algo2: The main module created for use by back end. After running pip install c1algo2, they will run something like:
    from c1algo2.forecaster import forecast
    new_schedule = forecast(course_enrollment, program_enrollment, schedule)
    # store these in the db somehow
    
  2. tools: Used by algorithm 2 developers to automate manual work or enrich our understanding of the problem domain.

Important Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

c1algo2-0.0.9.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

c1algo2-0.0.9-py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page