kerasformula icon indicating copy to clipboard operation
kerasformula copied to clipboard

Unable to replicate the AWS Movie example

Open landroni opened this issue 5 years ago • 0 comments

I am trying to replicate the AWS Movie Data example with kerasformula, but unfortunately the data no longer seems to be available:

movies <- read.csv("http://s3.amazonaws.com/dcwoods2717/movies.csv")

If I try to download the file directly with wget, it returns a 404 error:

$ wget http://s3.amazonaws.com/dcwoods2717/movies.csv
--2020-07-16 14:44:41--  http://s3.amazonaws.com/dcwoods2717/movies.csv
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.204.29
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.204.29|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-07-16 14:44:41 ERROR 404: Not Found.

Can the dataset be downloaded from elsewhere? I did a cursory search on the internet but couldn't find it elsewhere.

landroni avatar Jul 16 '20 21:07 landroni