-
In chapter 2, the confidence interval of generalization error (RMSE) is calculated by taking the square root of a t interval. The code is as follows,
```
from scipy import stats
confidence = 0.9…
-
I'm trying to cluster my CAGE set using:
clusterCTSS(object = myCAGEset, threshold = 10, thresholdIsTpm = FALSE,
nrPassThreshold = 2, method = "distclu", maxDist =20,
removeSingleto…
-
@ltetrel When running the notebook 04-dimensionality reduction and 05-classifier-optimization, it seems that the kernel runs out of memory. We are loading the full data for one subject in these notebo…
-
Automerge looks highly useful in the non JS world too.
I would like to hear back from people about if they woudl be supportive of a port to golang.
You can compile golang to WASM and JS for use …
ghost updated
5 years ago
-
[This](https://trac.mcs.anl.gov/projects/parallel-netcdf) looks like a solution to the I/O bounded problem.
-
Hi,
I am having this issues that was not present in an [older ](https://github.com/mitkof6/opensim-core/tree/stable_1) version of OpenSim that I use. I am porting my code for the new version v4.0.0…
-
This algorithm is easily parallelizable.
As a first shot we might want to implement this using the `DArray` type. We can refer to [this implementation](https://github.com/JuliaLang/julia/blob/master…
-
Dear all,
I'm confronted to a new error that I don't manage to fixed nor to understand by my self.
Thanks in advance for your help and if I can do anything, let me know.
Jeremie
The code is a job ar…
-
The example
a = randn(1000)
@parallel (+) for i=1:100000
f(a[randi(end)])
end
at
https://github.com/JuliaLang/julia/blob/master/doc/manual/parallel-computing.rst
calls an undefined function "ra…
-
What is the easiest way to draw a long 3D tube that follows a 3D path.
I have a collection of 3D points that represent a route through my world and I want to highlight it. If I draw it as a THREE.Lin…