-
Hi, below part is from shuffle function. Are all the lines necessary or is it just to increase the randomness? x_u is already random. What is the purpose of scalar_mul and vector_add? Can't we get ri…
-
I will continue the discussion here, until or if @keean can get Github to restore the thread. Luckily I still have a copy of the deleted #35 thread loaded, so I can copy and paste from it. If the orig…
-
If ASICs are going to be a recurring problem, can you change the POW to maybe 5 or 10 different options every block based on the hash value of the previous block? That way the software could be change…
-
During the rewrite for 3.0, the keyword `τ` became a positional argument. Therefore, pre-V3 code like the following fails
```julia
julia> m = 3; τ = 2; OrdinalPatterns{m}(; τ)
ERROR: MethodError:…
-
#### Description
When running SAX-VSM on my timeseries I get the following error:
`At least one sample is constant.`
I tried filtering out all the constant time series with
`X = X[np.where(~(np.…
-
This issue lists out the time-series features in [`tsfresh`](https://tsfresh.readthedocs.io/en/latest/text/list_of_features.html) and API design challanges and considerations.
❗ **IMPORTANT NOTE:**…
-
### Description
For many people, creating an Ethereum wallet is the first time they'll be creating an "account" with no password recovery service. Mist and Ethereum Wallet have consistently had iss…
-
@shelby3 [wrote](https://github.com/keean/traitscript/issues/2#issuecomment-248102324):
> Also, the compiler can use a much simpler form of path analysis (independent of run-time state) to do that pe…
-
What's the fix here?
```
$ grep -nr uncontably CausalityTools.jl
CausalityTools.jl/test/independence/SurrogateTest/pmi.jl:56: return "fell uncontably many times"
CausalityTools.jl/test/in…
-
Hello
I have a question about JPEG XL codestream, embedded icc profiles and its handling in libjxl.
As I have read in ISO 18181-1:2021 specs (I know there is newer edition, but unfortunately I d…