vc1492a / tidd

An approach for detecting tsunamis using anomaly detection anomalies on sTec d/dt data from orbiting GPS satellites.
Other
5 stars 1 forks source link

Create a diagram showing the relationships of all the objects #94

Closed hamlinliu17 closed 1 year ago

hamlinliu17 commented 3 years ago

Simple google drawing that is the UML diagram of all the objects. Will update my progress and post questions on this thread.

hamlinliu17 commented 3 years ago

Link to the drawing here

hamlinliu17 commented 3 years ago

Migration (1)

@vc1492a Here's what I have from looking through the modeling.ipynb and dl_timing.ipynb. Let me know if I am missing anything important

vc1492a commented 3 years ago

@hamlinliu17 thanks for putting this together! Sorry for the delay in getting to take a look. This looks great! Just a few small comments:

The rest looks aligned with what I was thinking. This is good documentation, let's make sure to include it in the repository (or link to an editable copy). 👍

hamlinliu17 commented 3 years ago

Modeling UML Reopening this issue since I will need to use this to write down and record some ideas as well as post images of my progress. Attached is the UML diagram of the model.py (link to drawing url)

hamlinliu17 commented 3 years ago

@vc1492a
adding a link to where I am currently visualizing everything here. It is still a work in progress though

hamlinliu17 commented 3 years ago

Experiment run (1)

Here is a nice look at it.

hamlinliu17 commented 3 years ago

@vc1492a From how I was looking at it, I think we can encapsulate a little more of the out of sample experiment maybe have a function to encapsulate the image prediction part and maybe move the read_data somewhere else? Also would like to visualize how we are going to build the pipeline through a diagram when we dig deeper.