An open API service indexing awesome lists of open source software.

https://github.com/hideba/geo5017-machine-learning


https://github.com/hideba/geo5017-machine-learning

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# GEO5017 Machine Learning for built environment 1st assignment

## Getting started
### Installing Packages
Install the required packages using pip:

```
pip install -r requirements.txt
```

Alternatively, if you use Poetry:

```
poetry install
```

### Run code
1. Run Q2 task 1
```
make ass1-1
```

2. Run Q2 task 2(a)
```
make ass1-2a
```

3. Run Q2 task 2(b)
You'll get the result of task2(b) and task2(c) at the same time.
```
make ass1-2b
```