diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a131282 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +birdspotterenv/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8d730cf --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +numpy==1.15.4 +pandas==0.23.4 +python-dateutil==2.7.5 +pytz==2018.7 +scikit-learn==0.20.0 +scipy==1.1.0 +six==1.11.0 +sklearn==0.0 +xgboost==0.81