Continuous Learning Competition Project
- Please work on branches during the day, and make PRs to merge into main
- All merges should be approved by one other person, you can request or not
- Either approve PR or ask for revisions. Prune inactive prs
- Do not add training data to the repo, this should always be specified by path
- Be perfect so we don't need tests...
From the root directory:
- Install python >= 3.10
- Run
pip install -r requirements.txt - Run
pip install -e .
From colab via github: See this colab for how to install the package from github
- Run
!pip install git+https://github.com/DylanASHillier/cil-project.git
Please use linting and formatting tools to make
sure your code is clean... I am using black and
pylint.
In particular you can lint like pylint --rcfile=pylintrc $(git ls-files '*.py') once you install the package.