This is my final project in the course, Introduction to Machine Learning in NYCU.
I retrieved the data about near earth objects from the open data of NASA with its API. Later, I tried to predict whether one of them is potentially hazardous.
If you're interested, you can see my source codes and report for more details.
- Make a directory named
data/
. - Get an API key from the NASA APIs.
- Fill the key in
fetch.py
and run it. - Run
transform.py
andneo.csv
is generated.