Skip to content

Commit

Permalink
Fix dataset download URL in TestData recipe (#215)
Browse files Browse the repository at this point in the history
* Update TestData URL

* Add a comment for the URL change
  • Loading branch information
poornaSavindi authored Oct 21, 2024
1 parent 0534117 commit ae8cfb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@


class TestData(CustomData):
url = "http://archive.ics.uci.edu/static/public/53/iris.zip"
# Archived copy of the http://archive.ics.uci.edu/static/public/53/iris.zip
url = "https://h2o-public-test-data.s3.amazonaws.com/smalldata/iris/iris.zip"
dataset_name = "iris.data"

@staticmethod
Expand Down

0 comments on commit ae8cfb0

Please sign in to comment.