Re: R Build failure

2018-01-12 Thread Bhavin Thaker
Ok, Marco. Do all the permitted datasets reside in S3 or is this a todo item? Bhavin Thaker. On Fri, Jan 12, 2018 at 7:28 AM Marco de Abreu wrote: > It would make sense, but the license does not permit redistribution of the > GroupLens-Movie dataset. We already

Re: R Build failure

2018-01-12 Thread Bhavin Thaker
Does it make sense to cache the datasets into a (reliable) S3 bucket so the tests to run reliably? Does the dataset licensing allow downloading the dataset? Bhavin Thaker. On Fri, Jan 12, 2018 at 5:52 AM kellen sunderland < kellen.sunderl...@gmail.com> wrote: > Hey all, since this server seems

Re: R Build failure

2018-01-12 Thread kellen sunderland
Hey all, since this server seems to be back up and somewhat stable I've create a revert PR. https://github.com/apache/incubator-mxnet/pull/9379 Do you all think we should leave this one disabled until it has been refactored, or should re-enable the test? On Thu, Jan 11, 2018 at 11:04 PM, Haibin

Re: R Build failure

2018-01-11 Thread Haibin Lin
+1 for using free datasets or datasets without license issues and host them on s3 buckets to reduce external dependencies. On 2018-01-06 15:26, kellen sunderland wrote: > FYI PRs are currently failing to build. The R "Matrix Factorization" test > is failing to

Re: R Build failure

2018-01-07 Thread pracheer gupta
+1 on only using free datasets if possible. From: Pedro Larroy <pedro.larroy.li...@gmail.com> Sent: Sunday, January 7, 2018 8:02:43 AM To: dev@mxnet.incubator.apache.org Subject: Re: R Build failure I don't think is ideal to run tests on datasets that p

Re: R Build failure

2018-01-06 Thread Marco de Abreu
I have been thinking about creating a private s3 bucket, but this would render it impossible to run the tests locally. On the other hand, the licenses of many datasets like Movielens forbid redistribution, means setting the s3 bucket to public is not allowed. We could think about a hybrid solution

Re: R Build failure

2018-01-06 Thread Marco de Abreu
I could offer to download the dataset and create an S3 bucket to store all used datasets. This would also reduce external dependencies. Wdyt? -Marco Am 07.01.2018 12:26 vorm. schrieb "kellen sunderland" < kellen.sunderl...@gmail.com>: > FYI PRs are currently failing to build. The R "Matrix

R Build failure

2018-01-06 Thread kellen sunderland
FYI PRs are currently failing to build. The R "Matrix Factorization" test is failing to download this dataset: http://files.grouplens.org/datasets/ movielens/ml-100k.zip . The site https://grouplens.org/ appears to be down. Issue here: https://github.com/apache/incubator-mxnet/issues/9332 PR to