Fix catboost to work with has_time
#792
Labels
enhancement
New feature or request
good first issue
Good for newcomers
priority/high
High priority task
🚀 Feature Request
We need to reorder the points in the dataset, which is passed to the catboost model to make it able to use
has_time
parameter properly.Proposal
Sort
df
by the "timestamp" column in the first line of the following methods:etna/etna/models/catboost.py
Line 38 in 0bb7a64
etna/etna/models/catboost.py
Line 61 in 0bb7a64
Test cases
No test cases required
Additional context
No response
The text was updated successfully, but these errors were encountered: