Marc

Results 8 issues of Marc

Presto offers the option to request timezone aware timestamps for a specific timezone (see [here](https://prestodb.io/docs/current/release/release-0.66.html)). This PR adds support to pass an optional timezone to presto. Partial solution for #363...

I tried to incorporate the new prior system with SMAC and noticed some bugs regarding NaN values introduced by conditional hyperparameters. This PR resolves all issues I have encountered with...

**Pull Request checklist** - [ ] The commit(s) message(s) follows the contribution [guidelines](doc/contribution-guidelines.md#commit-message-format) ? - [ ] Tests for the changes have been added (for bug fixes / features) ?...

* Replace java.io with java.nio * Expose DataFileDAO exceptions to caller * Map exceptions in /data routes to meaningful HTTP response codes **Pull Request checklist** - [ ] The commit(s)...

**Pull Request checklist** - [ ] The commit(s) message(s) follows the contribution [guidelines](doc/contribution-guidelines.md#commit-message-format) ? - [ ] Tests for the changes have been added (for bug fixes / features) ?...

I try to capture the outputs of `Estimators` in a `ColumnTransformer` using `alter_pipeline_for_debugging` and `enumerate_pipeline_models`. Yet, all inputs and outputs for the `Estimators`s in a `ColumnTransformer` are not captured. In...

bug

Currently, the container pull policy always have to be set (see [here](https://github.com/doriordan/skuber/blob/7572ad22549a18b8bd57b70e23377cd8f648477f/client/src/main/scala/skuber/Container.scala#L25)). However, if you use the "latest" tag for a Docker image, K8s behaves differently if no pull policy...

There is a typo in the circe dependency in the Readme. "com.monsanto.labs" %% "mwundo-c**ri**ce" % "0.5.0" should be "com.monsanto.labs" %% "mwundo-c**ir**ce" % "0.5.0"