https://github.com/hideba/geo5017-machine-learning
https://github.com/hideba/geo5017-machine-learning
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideba/geo5017-machine-learning
- Owner: HideBa
- Created: 2024-02-25T10:11:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T19:53:38.000Z (over 2 years ago)
- Last Synced: 2024-04-25T12:45:01.143Z (over 2 years ago)
- Language: Python
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```