CharlesKZW / tsdistance

Comprehensive Python Library for Time Series Distance Measure
https://tsdistance.readthedocs.io/en/latest/
2 stars 0 forks source link

Recommendation System for Time Series Distance Measures #5

Open CharlesKZW opened 1 month ago

CharlesKZW commented 1 month ago

Many users are unfamiliar with the various time series distance measures and are unsure which ones are most suitable for their specific tasks. To address this issue, it would be beneficial to provide recommendations on the appropriate distance measures for different domains and data properties.

Proposed Solution:

Domain-Based Recommendations: Provide guidance on which distance measures are suitable for specific domains. For example:

Data/task Property-Based Recommendations: Offer recommendations based on the properties of the user's data. For example:

By implementing these recommendations, we can help users select the most appropriate distance measures for their time series analysis, improving the accuracy and efficiency of their work.

CharlesKZW commented 1 month ago

are there foundation models for time series data suitable for this task?