shan
shan
Currently there are no M1 wheels for prophet on pypi. We have locally built it and can upload it, if that's something which might help other people.
While creating a new table using pandas, it would be nice if it can partition the table and set an partition expiry time. The python bigquery library already supports it...
Adds a new option for passing config files used by`flake8` plugin. Fixes https://github.com/pantsbuild/pants/issues/15225 [ci skip-rust] [ci skip-build-wheels]
**Describe the bug** `flake8-bandit` isn't able to read the config used by bandit itself. I suppose this is just not about this particular plugin but any such plugin which flake8...
I am trying to save edward model as SavedModel which works. ``` from __future__ import absolute_import from __future__ import division from __future__ import print_function import edward as ed import matplotlib.pyplot...
**Is your feature request related to a problem? Please describe.** I would like to use a custom docker image generated using `docker_image` for creating a `docker_environment`. **Describe the solution you'd...
## Summary Export more feature flags defined in the https://github.com/Netflix/metaflow-ui/blob/master/docs/feature-flags.md ## Motivation We would like to use some of these feature flags. ## Describe alternatives you've considered The only alternative...
While publishing 100s of argo events, we have seen sensor pods restarting few times after getting killed because of OOM. Currently we don't see any way to modify the pod...
We would like to add labels to pod generated using `kubernetes` decorator. I see there are some [internal labels ](https://github.com/Netflix/metaflow/blob/master/metaflow/plugins/kubernetes/kubernetes.py#L406)being set by Metaflow but we would like to pass some...
Should fix https://github.com/pantsbuild/pants/issues/18053