Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addresses a `pandas` deprecation warning from `TrendForecaster`. Warning addressed is the following one: ``` FutureWarning: The behavior of .astype from datetime64[ns] to int32 is deprecated. In a future version, this astype will return exactly the specified dtype instead of int64, and will raise if that conversion overflows. ```
- Loading branch information