awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesMultivariate Series Alignment

Converting a collection of univariate series into a single multivariate dataset by aligning timestamps.

Distinguishing note: Existing candidates focus on UI grouping or statistical profiling, not the structural alignment of multiple time series.

Explore 3 awesome GitHub repositories matching data & databases · Multivariate Series Alignment. Refine with filters or upvote what's useful.

Awesome Multivariate Series Alignment GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • awslabs/gluon-tsawslabs 的头像

    awslabs/gluon-ts

    5,200在 GitHub 上查看↗

    GluonTS is a framework for probabilistic time series forecasting, designed to predict future values as probability distributions with confidence intervals. It supports both traditional model training and zero-shot forecasting, where pretrained models generate predictions for new series without additional training. The project distinguishes itself by integrating a wide variety of forecasting approaches into a unified workflow. This includes deep learning architectures such as recurrent neural networks and causal convolutions, as well as the integration of external statistical models, the Proph

    Converts a collection of univariate series into a single multivariate dataset by aligning timestamps.

    Python
    在 GitHub 上查看↗5,200
  • awslabs/gluontsawslabs 的头像

    awslabs/gluonts

    5,199在 GitHub 上查看↗

    GluonTS 是一个概率时间序列库和深度学习预测框架。它提供了一套工具包,用于构建、训练和评估神经网络架构,通过将未来值预测为概率分布来量化不确定性。 该项目的独特之处在于支持零样本(zero-shot)预测,并集成了多种建模方法,包括深度概率神经网络以及对 Prophet 和 R forecast 等外部统计库的封装。它实现了因果卷积和可逆残差网络等专门的架构原语,以防止信息泄露并将潜在表示映射为有效的概率分布。 该框架涵盖了全面的数据工程功能,包括时间序列缩放、双射变换和分层建模。它利用 Apache Arrow 和 Parquet 进行高性能数据集流式传输和随机访问管理。在模型评估方面,它包含一套评估套件,使用分位数损失(quantile loss)和连续排名概率分数(CRPS)等指标来衡量预测准确性和概率覆盖率。 该库支持通过集成 Amazon SageMaker 进行模型部署。

    Aligns multiple univariate time series by timestamps and applies padding to create multivariate datasets.

    Pythonartificial-intelligenceawsdata-science
    在 GitHub 上查看↗5,199
  • gbeced/pyalgotradegbeced 的头像

    gbeced/pyalgotrade

    4,659在 GitHub 上查看↗

    pyalgotrade is a Python algorithmic trading library designed for developing, backtesting, and executing automated trading strategies. It provides a comprehensive framework for financial strategy backtesting, a technical analysis library for computing mathematical indicators, and connectors for cryptocurrency exchange integration. The project distinguishes itself by supporting sentiment-based trading through the integration of real-time social media feeds and keyword streams. It features a quantitative trading visualization tool for plotting price action and portfolio equity curves, along with

    Creates new data series by aligning timestamps across multiple source data sets.

    Python
    在 GitHub 上查看↗4,659
  1. Home
  2. Data & Databases
  3. Multivariate Series Alignment