diff --git a/New York City Airbnb Price Detection/requirements.txt b/New York City Airbnb Price Detection/requirements.txt new file mode 100644 index 000000000..c7e81a422 --- /dev/null +++ b/New York City Airbnb Price Detection/requirements.txt @@ -0,0 +1,9 @@ +numpy==1.24.3 +pandas==1.5.3 +matplotlib==3.7.2 +seaborn==0.12.2 +catboost==1.1 +lightgbm==3.3.5 +scikit-learn==1.3.0 +xgboost==1.7.6 +folium==0.14.0