Commit graph

2 commits

Author SHA1 Message Date
Oleksandr Shchur
1f099eb265
Allow explicitly passing the frequency to predict_df (#449)
*Issue #, if available:* #425 

*Description of changes:*
- Add `freq: str | None` parameter to `predict_df` methods. This can
only be set in combination with `validate_inputs=False`. If specified,
the user-provided `freq` will be used instead of the tryin to infer the
`freq` from the data.

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
2026-01-19 13:59:08 +01:00
Abdul Fatir
086e660023
Add unittests for df_utils (#414)
*Issue #, if available:*

*Description of changes:* This PR improves test coverage by adding unit
tests for `df_utils`. Previously these methods were only being tested as
part of Chronos-2 integration tests.


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
2025-12-08 15:02:44 +00:00