-
I am new to MatrchZoo. I wonder how to run aNMM. The docs don't have usage for aNMM. I feel I have to run a script for calculating the bin_sizes for aNMM? But I cannot find where this script lies.
…
-
http://doi.org/10.1101/079087 (http://biorxiv.org/content/early/2016/10/04/079087)
> A number of approaches have been developed to call somatic variation in high-throughput sequencing data. Here, we …
-
MatchZoo splits the data into train, test and valid sets, hence, test data is a subset of queries (with corresponding documents) for the ranking task. I would like to perform 5-cross-validation with m…
-
In the paper, author said he used a separate trained classifier to choose the final sentence from all the candidates that model produced. How did you deal with this part? Thank you very much!
-
When trying to run the test-suite on a fresh installation it breaks.
Long story short, doctests require `PIL` and `test_lda_predict` fails as well.
This has been done in a Linux machine. @martinag…
-
Related to #3
Find some research papers to draw initial inspiration from.
-
I have a question here, how can I calculate continuous entropy using KNN over each row?
As far as I understood the code, when we apply ce over the whole matrix, but what if I need to check what is th…
-
The basic idea is to transform the `run.*` file into the mz format required by Matchzoo. The target is to run the ranking and reranking models in a shell script. I hope they are all written in python.…
-
# Next paper candidates
Let's propose papers to study next! All papers mentioned in the comments of this issue will be listed in the next vote.
## Last session runner-up(s)
[Attention is All yo…
-
#### Description
pdb module is imported for no reason
#### Steps/Code to Reproduce
```
python3 -c "import sys; print('pdb' in sys.modules); from sklearn.neural_network import MLPRegr…
ghost updated
5 years ago