-
## Summary
I'm interested in learning if/how it would be possible to fit an `glm-hmm` (i.e. `LogisticRegressionHMM`, `CategoricalRegressionHMM`) with a jagged input list (i.e. a list whose elements…
-
We need to decide on an appropriate way of handling non-rectangular arrays. As @gilberkennen wrote in #83, (some of) the possible options are...
> 1. We could wrap the whole thing in a Maybe which …
-
I did regression test and observe a test failure on test___digital_multi_channel_writer___write_one_sample_multi_line_jagged___updates_output test case. I haven't spent time to look into the details y…
-
Please:
- [CHECKED] Check for duplicate requests.
- [x] Describe your goal, and if possible provide a code snippet with a motivating example.
Hello Jax team,
I have a simple request:
I've r…
-
A fundamental limitation of our auto diff tool JAX is it is [unable to handle dynamic size arrays](https://github.com/jax-ml/jax/discussions/18790) or jagged tensor operations. Both of these operation…
-
A follow up to tutorial 9.12: 2D Arrays in JavaScript
Data doesn't always come in neat 4x7 element packages; sometimes it is irregular. I'm not entirely sure what the represented limits are in p5.j…
-
In C#, you can create jagged array is an array of objects, where each object is another array. A buffer cannot contain objects. Also these individual arrays can be variable length. In order to put …
-
I've just started working with the entity framework and am very pleased to find a solid ORM in C# land. I have an Azure Function app set up with the Cosmos DB provider. While many types are suppor…
-
It seems like IgnoreListHandling is still being ignored when applied to child list items.
``` c#
class Program
{
static void Main(string[] args)
{
using (MemoryStream ms = new MemoryS…
-
Dear experts,
I am trying to use the evaluate() method to evaluate btv scale factors. I work with jagged arrays and this method does not seem to work in this scenario. Below a minimal example:
`…