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

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

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

3 个仓库

Awesome GitHub RepositoriesNative Missing Value Handlers

Accepts numerical, categorical, and missing values directly without preprocessing, cleaning, or imputation steps.

Distinct from Missing Data Imputation: Distinct from Missing Data Imputation: does not fill missing values; instead processes them natively without any imputation step.

Explore 3 awesome GitHub repositories matching data & databases · Native Missing Value Handlers. Refine with filters or upvote what's useful.

Awesome Native Missing Value Handlers GitHub Repositories

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

    PriorLabs/TabPFN

    7,408在 GitHub 上查看↗

    Handles missing values natively in raw tabular input without requiring any preprocessing or imputation.

    Pythondata-sciencefoundation-modelsmachine-learning
    在 GitHub 上查看↗7,408
  • nixtla/neuralforecastNixtla 的头像

    Nixtla/neuralforecast

    4,160在 GitHub 上查看↗

    Neuralforecast 是一个神经时间序列预测库,旨在利用深度学习架构预测一个或多个序列的未来值。它是一个分布式机器学习预测框架,支持跨多个时间序列训练全局模型,通过交叉学习提高泛化能力。 该项目作为一个概率预测工具包,能够生成不确定性区间和概率分布,而不仅仅是单一的点估计。它还包含一个分层预测协调器,以确保不同组织或地理层级的预测结果与其汇总总数保持一致。 该库涵盖了广泛的功能,包括外生变量集成、自动超参数优化和迁移学习。它提供了通过交叉验证和滑动窗口技术进行模型验证的工具,以及利用 Spark 在计算集群上分发训练任务的能力。 该系统支持通过云存储集成实现模型持久化,并提供了对趋势和季节性等预测组件的解释机制。

    Processes datasets with unobserved entries natively using mask columns without requiring prior imputation.

    Python
    在 GitHub 上查看↗4,160
  • xtensor-stack/xtensorxtensor-stack 的头像

    xtensor-stack/xtensor

    3,748在 GitHub 上查看↗

    xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp

    Deno-xtensor manages arrays with invalid entries using optional value types to maintain integrity.

    C++c-plus-plus-14multidimensional-arraysnumpy
    在 GitHub 上查看↗3,748
  1. Home
  2. Data & Databases
  3. Missing Data Imputation
  4. Native Missing Value Handlers