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

add SampleForecast and Predictor objects for TPPs #819

Merged
merged 1 commit into from
May 20, 2020

Conversation

canerturkmen
Copy link
Contributor

Issue #, if available: Related to #294

Description of changes: Adds SampleForecast, ForecastGenerator and GluonPredictor objects that will be shared among temporal point process models. TPPs need unique subclasses of each primarily since forecasts need to be ragged tensors (variable valid length) and predictors must be aware of unique inference data loaders / forecast generators.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@lostella lostella left a comment

Choose a reason for hiding this comment

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

Is PointProcessGluonPredictor really needed? Isn't it possible to get the same by configuring GluonPredictor to use PointProcessForecastGenerator?

Edit: disregard my comment

lostella
lostella previously approved these changes May 20, 2020
@canerturkmen canerturkmen merged commit a757256 into awslabs:master May 20, 2020
@canerturkmen canerturkmen deleted the tpp-predictor branch May 20, 2020 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants