Collection of projects done by Jeffrey Chan
Collection of Python files and Jupyter notebooks that document the experimentation of different machine learning models in relation to their hyperparameters.
Continuation of a course project (SOEN 471 - Big Data Analytics), the goal of the project is to build a system that is able to extract keywords from courses to generate suggeted courses a user may be suited for.
Bagging a variety of models and their various strengths of different models to better predict classification.
Collection of scripts that allow for data analysis of Formula 1 races.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
Python 3.10
run '''pip install -r requirements.txt'''
To contribute to Course Planner, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
If you want to contact me you can reach me at [email protected].
This project uses the following license: GNU General Public License v3.0 (https://choosealicense.com/licenses/gpl-3.0/).