Ekansh Verma

Results 5 comments of Ekansh Verma

The error is because of the non-existence of _reviewText_ field for some entries in the file **reviews_Cell_Phones_and_Accessories_5.json.gz**. We might have to return a default value (possibly an empty string) if...

Also, can you please the complete Java source code for the file **AmazonReviewData_preprocess.jar** . I will try editing it and then compile a new jar file, However, I am not...

> Also, can you please the complete Java source code for the file **AmazonReviewData_preprocess.jar** . I will try editing it and then compile a new jar file, However, I am...

Thanks for sharing. I was able to make it work. If possible, can you share the folder with results from the data preparation steps? Also, it will be beneficial if...

Is there a way to override the path used by Pytorch multiprocess (/dev/shm). Unfortunately, increasing shared memory is not possible for me. Something like %env JOBLIB_TEMP_FOLDER=/tmp, which works for sklearn.