ted chang
ted chang
@madhuvasu This is a good feature and actually want to make our csv generator to support this feature as well. We need to study how csv file support list/set and...
One way of doing it is to add another pamameter in the `perf_test_config.yaml`. For example: ``` pipeline_scripts: - name: "Flip-Coin-samples" path: "sdk/python/tests/compiler/testdata/condition_sample.py" # condition with simple python `copies: 10` ```...
@mbalassi Done!. Also added some info for webhook certificate.
@shalberd Yes, I had considered to put it in the [redhat marketplace community-operators](https://github.com/redhat-openshift-ecosystem/community-operators-prod/tree/main/operators) before I started this PR. I installed the operator on OCP 4.8 to 4.11 from my own...
@gyfora Let's do that. Should I create a discussion on the dev list ?
@entheos37 This is a good feature to support. Would you be interested to implement this feature?
>training_df = store.get_historical_features( left_table="drivers_activity", feature_refs = [ 'drivers_activity:trips_today' 'drivers_activity:rating' ], ) Does this mean the resulting `training_df` contain every row (but only select`driver_id, event_timestamp, trips_today, and rating` columns), from the...
Hi @tenzen-y Are you going to work on this API change ? or how far have you started so far.
@tenzen-y Do you think we should make this [logic](https://github.com/kubeflow/training-operator/blob/ad934e53ceb30852e6eb72d1b58027a2246d9519/pkg/controller.v1/common/job.go#L192-L210) work ? It does not require API change. The reason the logic is failing is because this [previousRetry](https://github.com/kubeflow/training-operator/blob/ad934e53ceb30852e6eb72d1b58027a2246d9519/pkg/controller.v1/common/job.go#L176C2-L176C51) variable always returns...
@tenzen-y Would this be v2 feature as well ? similar situation to the #2045 ?