Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 16 additions & 0 deletions Rashid/Airbnb2019/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
"waitFor": "onCreateCommand",
"onCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "",
"customizations": {
"vscode": {
"extensions": [
"ms-toolsai.jupyter",
"ms-python.python",
"ms-python.pylint"
]
}
}
}

1 change: 1 addition & 0 deletions Rashid/Airbnb2019/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DATABASE_URL=postgresql://gitpod@localhost:5432/example
3 changes: 3 additions & 0 deletions Rashid/Airbnb2019/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
__pycache__
.env
.learn
6 changes: 6 additions & 0 deletions Rashid/Airbnb2019/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"workbench.startupEditor": "readme",
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
}
1 change: 1 addition & 0 deletions Rashid/Airbnb2019/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Template for Machine Learning projects
Empty file.
Empty file.
593 changes: 593 additions & 0 deletions Rashid/Airbnb2019/data/processed/clean_test.csv

Large diffs are not rendered by default.

2,366 changes: 2,366 additions & 0 deletions Rashid/Airbnb2019/data/processed/clean_train.csv

Large diffs are not rendered by default.

593 changes: 593 additions & 0 deletions Rashid/Airbnb2019/data/processed/xtest_data

Large diffs are not rendered by default.

2,366 changes: 2,366 additions & 0 deletions Rashid/Airbnb2019/data/processed/xtrain_data

Large diffs are not rendered by default.

Empty file.
Binary file added Rashid/Airbnb2019/data/raw/AB_NYC_2019.csv.zip
Binary file not shown.
Empty file.
Loading