Gerard Casas Saez
Gerard Casas Saez
This can be done with the current process but it's not easy. We should define what's the expected behavior for walk-in hackers in a hackathon. This may involve adding a...
## Is this a BUG REPORT or FEATURE REQUEST? Feature Request Add Docker image to easily deploy - [ ] Add Dockerfile to generate docker image - [ ] Add...
## Is this a BUG REPORT or FEATURE REQUEST? Feature request Add dummy data to play around without having to get SendGrid or anything else.
## Is this a BUG REPORT or FEATURE REQUEST? FEATURE REQUEST Add REST API to access information. This needs to be defined a bit better on what endpoints should there...
### Feature Area /area frontend ### What feature would you like to see? Allow installations to modify the images available on tensorboard. This would allow us to have images with...
After having several runs for a pipeline (we reached this by stresstesting our setup), you reach a state where KFP shared MLMD instance is returning too large of response via...
This a discussion followup from https://github.com/tensorflow/community/pull/372 So my current understanding is that TFT is tied to a specific version of Tensorflow. Because of this and TFX being tied to 1...
**System information** - Have I specified the code to reproduce the issue (Yes, No): No - Environment in which the code is executed (e.g., Local(Linux/MacOS/Windows), Interactive Notebook, Google Cloud, etc):...
When renaming a column and then re-creating it within the same ALTER statement, gh-ost deletes the entiretity of the name-changed column. Example: ```sql -- regular alter table (expected behaviour) CREATE...
There's an issue on binarry classifier when passing a booster object. WrappedBooster will set num_class to 1 as trees//ntrees == 1 https://github.com/casassg/onnxmltools/blob/e7a2ef088fb336800d34bffa628abac79f1ecc14/onnxmltools/convert/xgboost/_parse.py#L100 This makes it such that when we try...