Skip to content

Commit

Permalink
[MON-2340] moved airbnb files to s3 (#2575)
Browse files Browse the repository at this point in the history
moved airbnb files to s3
  • Loading branch information
yromanyshyn committed Jun 1, 2023
1 parent 96c67c0 commit 70886a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepchecks/tabular/datasets/regression/airbnb.py
Expand Up @@ -92,8 +92,8 @@

from numpy import ndarray

_TRAIN_DATA_URL = 'https://figshare.com/ndownloader/files/39953713'
_TEST_DATA_URL = 'https://figshare.com/ndownloader/files/39953695'
_TRAIN_DATA_URL = 'https://deepchecks-datasets-public.s3.eu-west-1.amazonaws.com/airbnb/airbnb_ref_data.csv'
_TEST_DATA_URL = 'https://deepchecks-datasets-public.s3.eu-west-1.amazonaws.com/airbnb/airbnb_prod_data.csv'
_target = 'price'
_predictions = 'predictions'
_datetime = 'timestamp'
Expand Down

0 comments on commit 70886a5

Please sign in to comment.