Ibrahim Sharaf

Results 8 issues of Ibrahim Sharaf

I've been following the instructions here (https://github.com/Conchylicultor/DeepQA/blob/master/docker/README.md), but when I run `DEEPQA_WORKDIR= docker-compose -f deploy.yml up` with my base_dir, it gives me this error although the path is valid. ```...

Add CLI support for the following commands: - Pass a dataset to the model for training - Pass a dataset to the model for testing given a trained model path...

enhancement
help wanted
hacktoberfest

Add support to train the model on other text classification datasets, which will make it suitable for more use cases.

enhancement
help wanted
hacktoberfest

Add unit tests to trigger the model training and inference then make sure the performance doesn't worsen below a certain threshold (80%?) Depends on #14

enhancement
help wanted
hacktoberfest

The script now only supports training and testing given an input dataset, we need to add a new function to support prediction given a new example. - Save the trained...

enhancement
help wanted
hacktoberfest

Add a Jupyter notebook with the following modifications (more ideas are welcomed!) to better understand what is going on under the hood: - Exploratory analysis of the input dataset(s). -...

enhancement
help wanted
hacktoberfest

Use PyUP bot for automated updating of model dependencies. Depends on #15

enhancement
help wanted
hacktoberfest

Hi all, I am using Python (2.7), numpy (1.13.3), scipy (0.19.1), sematch (1.0.4). I've been trying to reproduce the semantic similarity of DBpedia entities results in the readme, I got...