Jonathan Foley
Jonathan Foley
Many Parser methods return UniqueList but the type hinting indicates List. This is confusing when you first write tests and leads to inconsistency between the type hints in consuming code...
While an example includes use of PipelineModel: https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/main/src/stepfunctions/template/pipeline/inference.py#L128 This is a no-op: https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/main/src/stepfunctions/template/pipeline/inference.py#L142 Setting the parameters property results in no changes to the CreateModel API call. Instead, this method should...
This PR adds: 1) Standard python file mode param, and doesn't try to create bucket by default (also non-standard file behavior) 2) Adds content_encoding param to handle compressed or otherwise...
Awesome package, lifesaver! This looks copied from mode and probably incorrect? https://github.com/dubovikmaster/parallel-pandas/blob/ec0ce813f62b3576f52ae755d35b29d7e75b3d74/parallel_pandas/core/parallel_dataframe.py#L571
The encoder trainers all appear to be train only, which seems really odd to me. Please explain the design choice to not have eval during training. It seems very standard.