Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add filter and timestamp splits for custom training #210

Closed
wants to merge 5 commits into from
Closed

feat: add filter and timestamp splits for custom training #210

wants to merge 5 commits into from

Conversation

sirtorry
Copy link
Contributor

@sirtorry sirtorry commented Feb 4, 2021

Fixes b/172365904 and b/172368070 respectively.

@sirtorry sirtorry requested a review from a team as a code owner February 4, 2021 23:03
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 4, 2021
@@ -217,6 +251,13 @@ def _create_input_data_config(
test_fraction=test_fraction_split,
)

# Create filter split spec
filter_split = gca_training_pipeline.FilterSplit(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the expected behavior of the service if both FractionSplit and FilterSplit are passed in?

It seems to me that only one should be passed in. Under that assumption it seems like we shouldn't default to creating FractionSplit and FilterSplit as that will automatically cause this service call to fail. Or does the service maintain a precedence ordering for Splits?

@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label Apr 13, 2021
@sirtorry sirtorry closed this Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the AI Platform API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants