Data Evaluation

Before using data for forecasting or model training, it is important to understand whether the data quality is sufficient. Data evaluation scores data from two angles: integrity and forecastability, and then calculates an overall score. Higher scores indicate better data quality and better suitability for modeling and forecasting analysis.

Start Evaluation

On the Data Evaluation page, select the dataset to evaluate and click Start Evaluation.

After the evaluation is complete, the page shows the integrity, forecastability, and overall score, and keeps the result in the evaluation records. Click View to check the detailed results.

Three Evaluation Results

Integrity

This score tells you whether the data has missing values and whether key fields are complete.

Sensor outages, network jitter, duplicate reports, missing fields, and similar issues can introduce gaps, duplicates, or incomplete structures in time-series data. The integrity score reflects how severe these issues are.

ScoreMeaningSuggestion
80–100Data integrity is good, key fields are complete, and modeling requirements are metSafe to use directly
60–79A small amount of data is missing, with limited impact on analysis resultsUse after data governance
0–59A large amount of data is missing, which may affect model training resultsPrioritize data governance

If the integrity score is low, forecasting or analysis results may be affected. Consider handling missing values, duplicate data, abnormal timestamps, or incomplete key fields before continuing with modeling.

Forecastability

This score tells you whether the series has learnable patterns.

Some data is naturally regular, such as electricity usage at fixed times of day or temperature that changes with seasons. Other data behaves more like random fluctuations. The forecastability score reflects how strong the patterns in the series are.

ScoreMeaningSuggestion
80–100Time-series features are stable and suitable for building forecasting modelsGood candidate for modeling
60–79The data has some regularity and can be used for forecasting analysis, but model performance may be affected by volatilityTry modeling and interpret results with business context
0–59The data fluctuates significantly and is difficult to forecastReview the data or forecasting strategy

If the forecastability score is low, it does not necessarily mean the data is wrong. It may simply mean the series is highly volatile and hard to forecast. Use business context to decide whether to introduce additional variables or lower expectations for forecasting accuracy.

Overall Score

This score tells you whether the dataset is generally suitable for modeling and forecasting analysis.

The overall score combines integrity and forecastability to provide a general data quality judgment. It can be used to quickly decide whether data is ready for the next step, and to help prioritize datasets that need governance.

ScoreMeaningSuggestion
80–100Data quality is good and suitable for modeling and forecasting analysisUse with priority
60–79Data quality basically meets requirements, and better results can be achieved after governanceImprove based on the weak dimension
0–59The data does not meet high-quality modeling requirements, and forecasting results may be unstableComplete governance before modeling

If the overall score is low, the data usually has clear weaknesses in integrity or forecastability. Check the detailed results first to locate the specific issues, then perform data governance.

Quick Reference

MetricKey QuestionLow Score Indicates
IntegrityIs the data complete? Are key fields complete? Are there missing values, duplicates, or abnormal timestamps?Missing data, duplicates, time-ordering issues, or incomplete fields
ForecastabilityDoes the series have cyclic, trend, or stable patterns?The series is close to random fluctuations and is hard to extrapolate from history
Overall ScoreIs the data generally suitable for modeling and forecasting analysis?Data quality has weaknesses and should be improved before use