Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created November 16, 2015 22:23
Show Gist options
  • Save rhyolight/d9342c4f0ada961ee406 to your computer and use it in GitHub Desktop.
Save rhyolight/d9342c4f0ada961ee406 to your computer and use it in GitHub Desktop.
Predicting Chicago wave period
from menorah import Menorah
sources = [
["chicago-beach-water-quality", "Calumet Beach", "water_temperature"],
["chicago-beach-water-quality", "Calumet Beach", "turbidity"],
["chicago-beach-water-quality", "Calumet Beach", "wave_height"],
["chicago-beach-water-quality", "Calumet Beach", "wave_period"],
]
menorah = Menorah(sources, "work/chicago-wave-period")
menorah.swarm()
menorah.runModel(plot=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment