-
### *What* is affected by this bug?
Benchmarking results.
Find the hyperparams reported in the papers for ALS and Surprise SVD and use them for benchmarking.
-
Add a textfield so user can enter the threshold for which a node is correct or incorrect based on its JS value.
-
we want to replicate Devrec described in [this paper](https://link.springer.com/chapter/10.1007/978-3-319-56856-0_1). It will be implemented on the `examples` branch using tools committed on `master` …
-
By default, Sphinx builds are incremental: If you've recently done a clean build of the docs, and then you modified just one of the sources, the next time you build, Sphinx will only build the pages t…
-
When calculate jaccard similarity betwwen query and candidates, why use char set instead of token set?
-
In a followup of issue #8213 , it looks like using `n_jobs > 1` in Eucledian `pairwise_distances` makes computations slower instead of speeding them up.
#### Steps to reproduce
```py
from skl…
-
We should update to:
- PyTorch 1.0
- Python 3.6 # Python 3.7 won't work for now (liblas issues)
See how we can benefit from using Caffe2 now on AWS ?
Once that's done, let's tag our first GDL …
-
Some entries have duplicate entries, or their ids change (resulting in an entry being stored twice).
E.g., a feed that had the entry id format updated:
```
$ sqlite3 db.sqlite 'select feed, id,…
-
* **I'm submitting a ...**
* user interface improvement
* **What is the current behavior?**
The page shows a graph that describes similarities between broadcasts, based on their Jaccard Index: …
-
The jaccard_similarity_score is I believe in error for binary arrays. Using sklearn 0.14.1:
```
sklearn.metrics.jaccard_similarity_score(np.array([1,1]), np.array([1,1]))
1.0 # correct
sklearn.metr…