
Background
Data in the real-world are rarely clean. Our idea is to build a library that infers the missing data through 2 approaches. The first one is by using realistic methods such as using equation. The second one is through deep learning.
Resources
We tested our techniques on Meteor Landing and Fireballs datasets. Those datasets have missing data in latitude, longitude, speed and different other fields.
Meteor Landing
https://catalog.data.gov/dataset/meteorite-landing
Fireballs and bolide
https://catalog.data.gov/dataset/fireball-and-bolide-reports
Challenges
Our biggest challenge was time. Understanding the Imputation techniques and their complexities was also another challenge as most techniques needs a very strong mathematical background.
Github Link