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

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

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

1 个仓库

Awesome GitHub RepositoriesFormat Export

Writing processed data to disk using specific columnar standards like Feather or Parquet.

Distinct from Apache Arrow Processing: Focuses on the act of exporting datasets to disk for performance, rather than general processing.

Explore 1 awesome GitHub repository matching data & databases · Format Export. Refine with filters or upvote what's useful.

Awesome Format Export GitHub Repositories

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

    awslabs/gluonts

    5,199在 GitHub 上查看↗

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

    Writes time series datasets to disk using Feather or Parquet formats to optimize storage performance.

    Pythonartificial-intelligenceawsdata-science
    在 GitHub 上查看↗5,199
  1. Home
  2. Data & Databases
  3. Apache Arrow Processing
  4. Format Export