Colin Jermain

Results 29 comments of Colin Jermain

The current implementation connects all the features end-to-end, but implements a very basic conversion from path to columns that needs to be replaced. You can try it out with: ```python...

I'm planning to revisit this PR after solving an issue in json_path_match, which has some conceptual overlaps. https://github.com/pola-rs/polars/issues/3373

I agree with @stinodego. In my experience flake8 is faster to run, which helps with iteration and build times.

Can Structs be used instead of FixedSizeLists? For 2-3 data points, I'm wondering if the list properties are relevant.

I think there are 2 types of masking that are desired: 1. Masking values to handle variable length input in RNN architectures: Given the `sequence_lens` input, I think this case...

It is possible to avoid the intra-sequence issue by re-ordering the sequences based on the masking input. ```python mask_value = 0 X = np.array([1, 2, 3, 0, 0, 4, 5,...

@benmetcalf42, the Results object is currently limited to a single value per data column. This limitation comes from the way the Results are written to a file, since this is...

@bilderbuchi, I agree. However, we need to retain the header information that provides the Procedure information. So perhaps we want to look at HDF5, which has key value storage that...

@mbrad092, thanks for reminding me to make a new release! I've published version 0.6 which now has the VXI-11 adapter. @thosou, it would be great to add your PrologixEthernetAdatper to...