Pradeep Reddy Raamana
                                            Pradeep Reddy Raamana
                                        
                                    I will try to contribute if and when I can. Some sort of notes on how you envision it to be used would make it faster for me to get...
My use case: this pkg would serve `graynet`: https://github.com/raamana/graynet
Thanks a lot Will for putting pyradigm to test and reporting these bugs! Let me look into them and see why they that happened. but these bugs hopefully haven't prevented...
Thanks Scott for the PR - could you elaborate on the use cases for this? Perhaps give me an example.
I see, good idea. `MLDataset.load` must also go hand in hand with `MLDataset.save` to be complete and useful! Would you have time to add that that too and add a...
Thanks Morgan. I don't have anything very particular in mind - just that: 1) the docs auto-generated for every push, reliably 2) theme being easy to read and follow -...
this may create a problem with backward compatibility - previous versions saved the dataset with OrderedDict, so I need handle loading them in properly.
Also, note that the regular dict in python 3.6 preserves insertion order, however this is not to be relied upon, as it is considered an "implementation detail" today and might...
and print it as its `repr()`
Suggested this in numpy for discussion as well: https://github.com/numpy/numpy/issues/14254