Skip to content

MoltoRubato/FOC_Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOC Questions Repository

Overview

This repository contains solutions to four data science questions focused on time series analysis and wastewater management, inspired by real-world applications.

Questions Covered

  1. Pump Operations: Determine how many times a wastewater pump operates given inflow data and tank capacity.
  2. Flow Volatility: Measure the volatility of inflows to optimize wastewater treatment efficiency.
  3. Next Flow Prediction: Predict the next inflow value using time series similarity.
  4. Load Balancing: Minimize volatility in combined wastewater inflows by delaying flows.

Technologies

  • Python

Contributors

  • Kerui Huang
  • University of Melbourne COMP10001 Teaching Team (Question Provider)

License

This project is for academic purposes under the University of Melbourne's COMP10001 course.

How to Run

Clone the repository and run the Python scripts for each question:

git clone https://github.com/MoltoRubato/FOC_Project2.git
cd FOC_Project2
python3 P1Q1.py
python3 P1Q2.py
python3 P1Q3.py
python3 P1Q4.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages