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

Changed > to >= for Starting Index #143

Closed
wants to merge 1 commit into from

Conversation

marvin-steinke
Copy link
Contributor

When I want a forecast from time point x to y, I'd like for x to also show up in the forecast and not the next value after x, right?

Copy link
Contributor

@kilianp14 kilianp14 left a comment

Choose a reason for hiding this comment

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

I am not too sure about that. I think we discussed that the start_time itself should not be part of the forecast.

@marvin-steinke
Copy link
Contributor Author

I am not too sure about that. I think we discussed that the start_time itself should not be part of the forecast.

I see. The example in the docstring also relfects this behaviour. I think we should make this more clear since python convention for start and end point (eg for lists) is that the start is included but the end point is not.

@kilianp14
Copy link
Contributor

I wrote it explicitly in the docstring now in #144

@marvin-steinke
Copy link
Contributor Author

How do we want to handle the case when we want a forecast from x to y but x is the first value of the dataframe?

@kilianp14 kilianp14 closed this Oct 26, 2023
@kilianp14 kilianp14 deleted the timeseries_api_index branch November 1, 2023 09:05
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