alteryx / alteryx/evalml

Investigate core objectives for time series classification

Open
#3,623 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
850
Forks
96
PR merge metrics
No merged PRs in 30d

Description

With the merge of #3616, we allow cv fold test splits as small as a single data point for time series problems (if the forecast horizon is set to 1). This is incompatible with some of our classification objectives, namely AUC, as they require instances of all classes in the test set. We should remove AUC and any other similar objectives from the `core_objectives` listed for time series classification problems.

The `forecast_horizon` parameter was bumped up in a few tests in #3616 to avoid this, this issue should revert those changes as well as fixing the underlying problem.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.