Heather Arthur
Heather Arthur
There are 5 Bugzilla queries and some of them take years. Should look into what could make them faster, and maybe offload some logic to the client-side.
If you create a new `SageMakerModel` instance (say, with `fromModelS3Path()`), you can pass in your own `sagemakerClient`. However, when you go to use the model after it's been created, `transform()`...
It looks like there's a nice Python API for "Automatic Model Tuning": https://aws.amazon.com/blogs/aws/sagemaker-automatic-model-tuning/. Would something like `HyperparameterTuner` be added to this Scala Spark library?
When you do `replace foo bar dir` and leave out the `-r`, `replace` should warn you or mark it in some way. Hopefully it wouldn't be too distracting, as entering...
This would be useful for removing `console.log()` lines.
First of all, thanks for the lib. I think it's exactly what I'm looking for with building browser files. My node package conditionally requires a core node module if the...
Any way to speed up training would be great. From the code, it looks like the results of the kernel function could be memoized for each data pair after it's...