Amrapali Zaveri

Results 12 comments of Amrapali Zaveri

Ok, will paste the error message and from the log too. In the meanwhile, we used the ontowiki client to try to export the knowledge base and it gave the...

Thanks for your reply. I added this field and I don't get the error. But, now when I uploaded a file with descriptions (the one in your example https://raw.githubusercontent.com/Varal7/ieturk/master/example/output.csv), it...

Perfect, the old code worked ! Thanks.

It shows: Amrapalis-MBP:tornado-active-learning amrapaliz$ ps -eaf | grep elastic 501 85987 2099 0 2:17PM ttys002 0:00.01 grep elastic

Did and then it gives me this error `Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release....

ok I was getting an error with elasticsearch (https://github.com/elastic/elasticsearch/issues/35218) but managed to install it with brew (https://gist.github.com/jpalala/ab3c33dd9ee5a6efbdae) and then replaced the ./tornado_data/elasticsearch-6.2.4/ folder and renamed it. Now when I added...

I cloned another Tornado and made the same modifications (sqlite and elasticsearch) but I get an error: https://drive.google.com/file/d/1mX5rUT5iEv3LnzhPvKFqlNG0uaJbGPWM/view?usp=sharing when I am trying to upload the CSV file and create the...

Im using the one in your example https://www.kaggle.com/fabdelja/autism-screening-for-toddlers

That didn't work. This is the Gemfile I should edit, right: https://github.com/slrbl/tornado-active-learning/blob/master/Gemfile ? It already contains gem 'sqlite3'. Does it need a version?

Ah ok I updated my Gemfile to `gem 'sqlite3', '~> 1.3.6'` and now it works.