Sameer Deshmukh

Results 235 comments of Sameer Deshmukh

> (1). #coefficients(:hash) return vector names mapping the coefficients but the type of vector names is not preserved. They are all converted to symbols. This leads to problem in prediction...

I think it's failing because a matrix inverse is being computed, and possibly the determinant is very close to zero which is why it's that `ErrNotRegular`. If I'm right, changing...

@agisga might this be an issue with the algorithm or is it loss of precision in some of the calculations?

```diagonal_multiply_complements(block, level) level = h2_params->max_level .. h2_params->min_level .. -1 block = 0 .. %{ return pow(2, level)-1; %} ```