Skip to content

"More Bikes': Experiments in Univariate Regression". Python and report for the coursework of the Machine Learning Paradigms unit.

License

Notifications You must be signed in to change notification settings

tslwn/more-bikes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More Bikes: Experiments in Univariate Regression

This repository holds the code and report written to fulfil the coursework requirements for the unit Machine Learning Paradigms at the University of Bristol.

The assignment was organized as a Kaggle competition. The task was to predict the number of available bikes at 75 rental stations in three hours' time between November 2014 and January 2015, i.e., a supervised univariate regression problem.

Instructions

Warning

This repository is designed to be used on macOS and has not been tested on other operating systems.

Installation

Create a virtual environment and install Python dependencies:

conda create --name more-bikes python=3.11
conda activate more-bikes
conda install pip
pip install -r requirements.txt

Execution

To run an experiment or analysis task, run the corresponding VS Code task.

About

"More Bikes': Experiments in Univariate Regression". Python and report for the coursework of the Machine Learning Paradigms unit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published