-
I just now updated the package. Then as a test I tried out the first [example](http://docs.juliadiffeq.org/latest/tutorials/ode_example.html#Example-1-:-Solving-Scalar-Equations-1) from the tutorials.…
-
Moved from Running `build` errors out Pkg3 #26896
```
(CoughSense3) pkg> build
ERROR: MethodError: no method matching haskey(::Nothing, ::String)
Clo…
-
See previous PR #1051.
I suggest a pure python implementation (previous used numpy/scipy).
-
For instance silhouette values
-
Hi-
I want to report the following error with Turing v0.6.17:
```
(v1.1) pkg> st Turing
Status `~/.julia/environments/v1.1/Project.toml`
[31c24e10] Distributions v0.18.0
[f6369f11] …
-
// Local Clustering Score
val clusteringGraph: Graph[Double, Int] = g.localClustering(VertexMeasureConfiguration(treatAsUndirected=true))
val localCentralityRDD: VertexRDD[Double] = c…
-
Currently, Similarity works purely over cosine similarity (~the angle between query and indexed document).
Make this more general, using e.g. Hellinger distance for models that represent the document…
-
Hello,
Nice project, I really like the UI, and I want to help out as this will be a nice fit for our infrastructure.
One thing that I've noticed however is that because of the clustering, we have …
-
The most recent commit to `dev` seems to have made changes to `predicting-e-coli-concentrations.Rmd` that are not visible when looking at the diff in GitHub. I can see the changes using this command
…
-
The [`scoring`](http://scikit-learn.org/dev/glossary.html#term-scoring) parameter allows users to specify a scoring method by name. Currently a list of names is available by getting it wrong:
```py
…