Skip to content
This repository was archived by the owner on Aug 15, 2020. It is now read-only.
This repository was archived by the owner on Aug 15, 2020. It is now read-only.

How to deal with sparse time series before establishing a unified prediction model for a large number of time series? #223

Open
@nullgogo

Description

@nullgogo

According to the prediction requirements, the time series is granular in minutes. We first remove all the parts with missing rate exceeding 10% in the time series, but in the remaining time series, there are still some sparse time series.
For example, the time series of consumers paying per minute has a value of 0 at many points in time. If these sequences are directly modeled, the prediction effect of the model may be greatly reduced. So, how do you preprocess these sparse time series before building a predictive model? Have you ever encountered a similar situation and how is it handled? Thank you

The following image is a screenshot of some of the data in the sparse time series (the length of time is one month)
豆芽图片20190827102109132

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions